]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
daily update
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
c1cb7e02
PB
12006-07-18 Paolo Bonzini <bonzini@gnu.org>
2
3 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4 for stages after the first.
5
7206a0ee
JJ
62006-07-17 Jakub Jelinek <jakub@redhat.com>
7
8 * Makefile.def: Add dependencies for configure-opcodes
9 on configure-intl and all-opcodes on all-intl.
10 * Makefile.in: Regenerated.
11
6816f995
AO
122006-07-04 Peter O'Gorman <peter@pogma.com>
13
14 * ltconfig: chmod 644 before ranlib during install.
15
3d3adb43
PB
162006-07-03 Paolo Bonzini <bonzini@gnu.org>
17
1f3f1bbf 18 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
19 * configure: Regenerate.
20
64ce424c
PB
212006-07-03 Paolo Bonzini <bonzini@gnu.org>
22
23 Sync from gcc:
24
25 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
26
27 PR other/27063
28 * configure.in: Test subdir_requires and give an appropriate
29 error message.
30 * configure: Regenerate.
31
32 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
33
34 PR target/27540
35 * configure.in: Only enable libgomp on IRIX 6.
36 * configure: Regenerate.
37
d42c4017
DA
382006-06-20 David Ayers <d.ayers@inode.at>
39
40 PR bootstrap/28072
41 * configure.in: Add target-boehm-gc to noconfigdirs depending on
42 whether target-libjava is being configured instead of whether the
43 java front end is enabled.
44 * configure: Regenerate.
45
4962c51a
MS
462006-06-15 Mark Shinwell <shinwell@codesourcery.com>
47
48 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
49 to R_ARM_LDC_SB_G{0,1,2} respectively.
50
caee866a
PB
512006-06-15 Paolo Bonzini <bonzini@gnu.org>
52
53 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
54 too.
55 * Makefile.in: Regenerate.
56
363ef840
DA
572006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
58
59 Sync from gcc:
60
61 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
62 * configure.in: Don't enable libgomp on hpux10.
63 * configure: Rebuilt.
64
54d1c879
DA
652006-06-13 David Ayers <d.ayers@inode.at>
66
67 Sync from gcc:
68
69 2006-06-12 David Ayers <d.ayers@inode.at>
70
71 PR bootstrap/27963
72 PR target/19970
73 * configure.in: Remove target-boehm-gc from noconfigdirs where
74 ${libgcj} is specified.
75 * configure: Regenerate.
76
a4d8b690
JJ
772006-06-08 Jeff Johnston <jjohnstn@redhat.com>
78
79 Sync from gcc:
80
81 2005-01-12 David Edelsohn <edelsohn@gnu.org>
82 Andreas Schwab <schwab@suse.de>
83
84 PR bootstrap/18033
85 * config-ml.in: Eval option if surrounded by single quotes.
86
4f0ef2d8
CD
872006-06-07 Carlos O'Donell <carlos@codesourcery.com>
88
89 Sync from gcc:
90
91 2006-06-06 David Ayers <d.ayers@inode.at>
92
93 PR libobjc/13946
94 * Makefile.def: Add dependencies for libobjc which boehm-gc.
95 * Makefile.in: Regenerate.
96 * configure.in: Add --enable-objc-gc at toplevel and have it
97 enable boehm-gc for Objective-C.
98 Remove target-boehm-gc from libgcj.
99 Add target-boehm-gc to target_libraries.
100 Add target-boehm-gc to noconfigdirs where ${libgcj}
101 is specified.
102 Assert that boehm-gc is supported when requested for Objective-C.
103 Only build boehm-gc if needed either for Java or Objective-C.
104 * configure: Regenerate.
105
106 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
107
108 PR 27674
109 * Makefile.tpl (configure-[+prefix+][+module+],
110 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
111 Remove rule to unstage bootstrapped modules.
112 (stage_current): New.
113 * Makefile.in: Regenerate.
114
115 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
116 Andreas Tobler <a.tobler@schweiz.ch>
117
118 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
119 * configure: Rebuilt.
120
121 Revert
122 2006-01-31 Richard Guenther <rguenther@suse.de>
123 Paolo Bonzini <bonzini@gnu.org>
124
125 * Makefile.def (target_modules): Add libgcc-math target module.
126 * configure.in (target_libraries): Add libgcc-math target library.
127 (--enable-libgcc-math): New configure switch.
128 * Makefile.in: Re-generate.
129 * configure: Re-generate.
130
c17b816b
JJ
1312006-06-05 Jeff Johnston <jjohnstn@redhat.com>
132
133 * config-ml.in: Alter CCASFLAGS to include special
134 multilib options the same as is done for CFLAGS.
135
20e95c23
DJ
1362006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
137
138 * Makefile.def: Added dependencies from sim and gdb on intl, and
139 added configure dependencies to everything with an all dependency
140 on intl.
141 * gettext.m4: Removed.
142 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
143 (GDB_SUPPORT_DIRS): Add intl.
144 * Makefile.in: Regenerated.
145
4bd8ad80
DJ
1462006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
147
148 * src-release (DEVO_SUPPORT): Add config.rpath.
149
c380fdd8
PB
1502006-05-25 Paolo Bonzini <bonzini@gnu.org>
151
152 * Makefile.def (bfd, opcodes): Fix lib_path.
153 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
154 (restrap): Move under "@if gcc-bootstrap". Fix typo.
155 * Makefile.in: Regenerate.
156
701628f5
MS
1572006-05-24 Mark Shinwell <shinwell@codesourcery.com>
158
159 * configure.in: Enable gprof for cross builds.
160 * configure: Regenerate.
161
25aae7f2
DJ
1622006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
163
164 * src-release (MAKEINFOFLAGS): Define.
165 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
166
ea3d1626
BE
1672006-05-14 Ben Elliston <bje@au.ibm.com>
168
169 * config.sub, config.guess: Update from upstream sources.
170
49b9e644
BE
1712006-05-12 Ben Elliston <bje@au.ibm.com>
172
173 * config.sub, config.guess: Update from upstream sources.
174
482dd2f6
DJ
1752006-05-04 Steve Ellcey <sje@cup.hp.com>
176
177 * blt, iwidgets, mmalloc: Remove directories.
178
8b01a5c2
DD
1792006-05-01 DJ Delorie <dj@redhat.com>
180
641a3af4 181 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
182 * configure: Regenerate.
183
a481dbb7
DD
1842006-04-18 DJ Delorie <dj@redhat.com>
185
186 * configure.in (m32c): Build libstdc++-v3. Pass flags to
187 reference libgloss so that libssp can be built in a combined
188 tree.
189 * configure: Regenerate.
190
962c9e74
BE
1912006-04-10 Ben Elliston <bje@au.ibm.com>
192
193 * contrib: Remove directory.
194
108a6f8e
CD
1952006-04-06 Carlos O'Donell <carlos@codesourcery.com>
196
197 * Makefile.tpl: Add install-html target.
198 * Makefile.def: Add install-html target.
199 * Makefile.in: Regenerate.
200 * configure.in: Add --with-datarootdir, --with-docdir,
201 and --with-htmldir options.
202 * configure: Regenerate.
203
a4ef73e9
BE
2042006-03-31 Ben Elliston <bje@au.ibm.com>
205
206 PR binutils/1860
207 * configure.in: Require makeinfo 4.4 or higher.
208 * configure: Regenerate.
209
b37df25a
PB
2102006-03-14 Paolo Bonzini <bonzini@gnu.org>
211
212 * Makefile.in: Regenerate.
213
a6df5a19
PB
2142006-03-14 Paolo Bonzini <bonzini@gnu.org>
215
216 Sync with gcc:
217 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
218
219 * configure.in: Handle --disable-<component> generically.
220 * configure: Regenerate.
221
222 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
223
224 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
225 (TARGET_CONFIGDIRS): Remove.
226 * configure.in: Remove AC_SUBST(target_configdirs).
227 * Makefile.in, configure: Regenerated.
228
229
65419985
L
2302006-03-01 H.J. Lu <hongjiu.lu@intel.com>
231
232 PR libgcj/17311
233 * ltmain.sh: Don't use "$finalize_rpath" for compile.
234
c52c6897
PB
2352006-02-20 Paolo Bonzini <bonzini@gnu.org>
236
237 PR bootstrap/25670
238
239 * Makefile.tpl ([+compare-target+]): Print explanation messages.
240
241 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
242 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
243 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
244 BUILD_PREFIX, BUILD_PREFIX_1.
245 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
246
247 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
248 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
249
250 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
251 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
252 of `cat stage_current`. Always provide the `r' and `s' variables.
253 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
254 a single shell execution.
255 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
256 bootstrapped modules, make the stage1 module if the build was not
257 started yet, else build the current stage.
258 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
259 (all-build, all-host, all-target, [+make_target+]-host,
260 [+make_target+]-target): Do not use \-continued lines.
261 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
262 (current_stage, restrap, stage_last): New.
263
264 * Makefile.in: Regenerate.
265 * configure: Regenerate.
266
b3ded179
PB
2672006-02-14 Paolo Bonzini <bonzini@gnu.org>
268
269 Sync from gcc:
270
271 2006-01-31 Richard Guenther <rguenther@suse.de>
272 Paolo Bonzini <bonzini@gnu.org>
273
274 * Makefile.def (target_modules): Add libgcc-math target module.
275 * configure.in (target_libraries): Add libgcc-math target library.
276 (--enable-libgcc-math): New configure switch.
277 * Makefile.in: Re-generate.
278 * configure: Re-generate.
279 * libgcc-math: New toplevel directory.
280
281 2006-01-18 Richard Henderson <rth@redhat.com>
282 Jakub Jelinek <jakub@redhat.com>
283 Diego Novillo <dnovillo@redhat.com>
284
285 * libgomp: New directory.
286 * Makefile.def: Add target_module libgomp.
287 * Makefile.in: Regenerate.
288 * configure.in (target_libraries): Add target-libgomp.
289 * configure: Regenerate.
290
3a35eeb3
PB
2912006-02-14 Paolo Bonzini <bonzini@gnu.org>
292 Andreas Schwab <schwab@suse.de>
293
294 * configure: Regenerate.
295
2429c060
PB
2962006-01-16 Paolo Bonzini <bonzini@gnu.org>
297
298 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
299 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
300 the assembler, linker and binutils.
301 * configure: Regenerate.
302
ec49b2b8
NC
3032006-01-16 Nick Clifton <nickc@redhat.com>
304
49b9e644 305 * config.sub, config.guess: Sync from config repository.
ec49b2b8 306
44b2308f
AO
3072006-01-05 Alexandre Oliva <aoliva@redhat.com>
308
309 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
310 @ from continuation.
311 * Makefile.in: Rebuilt.
312
80911fe1
PB
3132006-01-04 Paolo Bonzini <bonzini@gnu.org>
314
315 Sync from gcc:
316
317 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
318
319 PR bootstrap/24252
320
321 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
322 * Makefile.tpl (OBJDUMP): New.
323 (EXTRA_HOST_FLAGS): Add it.
324 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
325
326 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
327 to use symbolic links between directories. Avoid race conditions
328 or make them harmless.
329 * configure.in: Do not try to use symbolic links between directories.
330
331 * Makefile.def (LEAN): Pass.
332 * Makefile.tpl (LEAN): Define.
333 (stage[+id+]-start): Accept that the previous directory does not
334 exist, if the bootstrap is lean.
335 (stage[+id+]-bubble): Invoke lean bootstrap commands after
336 stage[+id+]-start. Use a makefile variable and an `if' instead of a
337 configure substitution.
338 ([+compare-target+]): Likewise.
339 ([+bootstrap-target+]-lean): New.
340 * configure.in: Remove lean bootstrap support from here.
341
342 * Makefile.in: Regenerate.
343 * configure: Regenerate.
344
345 2006-01-02 Andreas Schwab <schwab@suse.de>
346
347 * configure.in: When reconfiguring remove Makefile in
348 all stage directories.
349 * configure: Regenerate.
350
b59bea8a
NC
3512005-12-27 Leif Ekblad <leif@rdos.net>
352
353 * configure.in: Add support for RDOS target.
354 * configure: Regenerate.
355
d7730bac
NC
3562005-12-27 Nick Clifton <nickc@redhat.com>
357
358 PR binutils/1990
359 * libtool.m4: Synchronize with version in GCC sources.
360
c02dabc3
PB
3612005-12-20 Paolo Bonzini <bonzini@gnu.org>
362
363 Revert Ada-related part of the previous change.
364
365 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
366 Do not pass.
367 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
368 * Makefile.in: Regenerate.
369 * configure.in: Do not include mt-ppc-aix target fragment.
370 * configure: Regenerate.
371
f6d183c0
PB
3722005-12-19 Paolo Bonzini <bonzini@gnu.org>
373
374 * configure.in: Select appropriate fragments for PowerPC/AIX.
375 * configure: Regenerate.
376
377 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
378 BOOT_CFLAGS, BOOT_LDFLAGS.
379 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
380 BOOT_CFLAGS, BOOT_LDFLAGS.
381 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
382 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
383 (stage): Fail if we cannot complete the work.
384 * Makefile.in: Regenerate.
385
f29759fc
JJ
3862005-12-16 Jeff Johnston <jjohnstn@redhat.com>
387
388 * COPYING.NEWLIB: Update copyright year for default
389 copyright.
390
1f054001
PB
3912005-12-15 Paolo Bonzini <bonzini@gnu.org>
392
393 * Makefile.tpl (all, do-[+make_target+], do-check, install,
394 install-host-nogcc): Don't invoke $(stage) at the end.
395 * Makefile.in: Regenerate.
396
0aed8855
PB
3972005-12-14 Paolo Bonzini <bonzini@gnu.org>
398
399 * configure.in: Flip the top-level bootstrap switch.
400 * configure: Regenerate.
401
402 Merge from gcc:
403
404 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
405
406 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
407 $(stage) and $(unstage).
408 (EXTRA_TARGET_FLAGS): Correct double-quoting.
409 (all): Remove stray semicolon.
410 (local-distclean): Don't handle multilib.tmp and multilib.out.
411 (install.all): Set $s for consistency.
412 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
413 check_multilibs setting. Always make the install directory.
414 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
415 Correct @if/@endif.
416 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
417 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
418 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
419 (multilib.out): Remove.
420 * Makefile.in: Regenerated.
421
4222005-12-12 Nathan Sidwell <nathan@codesourcery.com>
423
424 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
425 * configure.in: Replace ms1 arch with mt.
426 * configure: Rebuilt.
427
4282005-12-05 Paolo Bonzini <bonzini@gnu.org>
429
430 Sync with gcc:
431
4970f871
NS
4322005-12-12 Nathan Sidwell <nathan@codesourcery.com>
433
434 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
435 * configure.in: Replace ms1 arch with mt.
436 * configure: Rebuilt.
437
be01d343
PB
4382005-12-05 Paolo Bonzini <bonzini@gnu.org>
439
440 Sync with gcc:
441
442 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
443
444 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
445 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
446 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
447 Find in-tree tools if available.
448 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
449 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
450 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
451 (COMPILER_*_FOR_TARGET): New.
452 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
453 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
454 (CONFIGURED_*, USUAL_*): Remove.
455 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
456 STRIP): Use autoconf substitutions.
457 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
458 COMPILER_NM_FOR_TARGET): New.
459 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
460
461 (all): Make all-host and all-target in parallel.
462 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
463 that $$r and $$s are set before invoking a recursive make.
464 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
465 ([+bootstrap-target+]): Inline most of the `all' target.
466
467 2005-11-29 Ben Elliston <bje@au.ibm.com>
468
469 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
470 from the gcc build directory.
471 * Makefile.in: Regenerate.
472
473 2005-11-29 Ben Elliston <bje@au.ibm.com>
474
475 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
476 depend on all-libdecnumber.
477 * configure.in (host_libs): Include libdecnumber.
478 * Makefile.in: Regenerate.
479 * configure: Likewise.
480
481 2005-11-21 Kean Johnston <jkj@sco.com>
482
483 * config.sub, config.guess: Sync from upstream sources.
484
907be67c
DJ
4852005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
486
487 * Makefile.def: Remove gdb dependencies for gdbtk.
488 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
489 (configure-gdb, install-gdb): New rules.
490 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
491 * Makefile.in, configure: Regenerated.
492
e360f423
PB
4932005-10-22 Paolo Bonzini <bonzini@gnu.org>
494
495 PR bootstrap/24297
496 * Makefile.tpl (do-[+make-target+], do-check, install,
497 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
498 are set before recursing.
499 * Makefile.in: Regenerate.
500
45d5eb0a
EB
5012005-10-20 Eric Botcazou <ebotcazou@adacore.com>
502
503 PR bootstrap/18939
504 * Makefile.def (gcc) <target>: Fix thinko.
505 * Makefile.in: Regenerate.
506
3cf3372e
BS
5072005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
508
509 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
510 * configure: Regenerate.
511
bd70a46f
KH
5122005-10-09 Kazu Hirata <kazu@codesourcery.com>
513
514 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
515 target-libffi, target-qthreads, target-libjava, and
516 targetlibobjc.
517 * configure: Regenerate.
518
5ae72758
DJ
5192005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
520
521 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
522 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
523 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
524 (USUAL_OBJDUMP_FOR_TARGET): New.
525 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
526 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 527 * configure, Makefile.in: Regenerated.
5ae72758 528
cc96343e
PB
5292005-10-05 Paolo Bonzini <bonzini@gnu.org>
530
531 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
532 before other host packages.
533
f70224b5
PB
5342005-10-05 Paolo Bonzini <bonzini@gnu.org>
535
536 PR bootstrap/22340
537
538 * configure.in (default_target): Remove.
539 * Makefile.tpl (all): Do not use prerequisites as subroutines
540 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
541 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
542 use prerequisites as subroutines.
543 (check-host, check-target): New.
544 (bootstrap configure & all targets): Do not use stage*-start
545 if the directory layout is already ok.
546 (non-bootstrap configure & all targets): Prepend a $(unstage).
547 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
548 (NOTPARALLEL): Remove.
549 (unstage, stage variables): New variables.
550 (unstage, stage targets): Simply expand to those variables.
551
552 * configure: Regenerate.
553 * Makefile.in: Regenerate.
554
c13c918a
JW
5552005-10-04 James E Wilson <wilson@specifix.com>
556
557 * Makefile.def (lang_env_dependencies): Add libmudflap.
558 * Makefile.in: Regenerate.
559
376a0e54
CM
5602005-10-03 Catherine Moore <clm@cm00re.com>
561
562 * configure.in (bfin-*-*): Support bfin.
563 * configure: Regenerated.
564
d320aacb
L
5652005-09-30 H.J. Lu <hongjiu.lu@intel.com>
566
567 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
568 * configure: Regenerated.
569
7e0f7140
GK
5702005-09-28 Geoffrey Keating <geoffk@apple.com>
571
572 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
573 (LIPO_FOR_TARGET): New.
574 (CONFIGURED_LIPO_FOR_TARGET): New.
575 (USUAL_LIPO_FOR_TARGET): New.
576 (STRIP_FOR_TARGET): New.
577 (CONFIGURED_STRIP_FOR_TARGET): New.
578 (USUAL_STRIP_FOR_TARGET): New.
579 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
580 STRIP_FOR_TARGET.
581 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
582 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
583 * Makefile.in: Regenerate.
584 * configure: Regenerate.
585
096f7d00
DE
5862005-09-19 David Edelsohn <edelsohn@gnu.org>
587
588 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
589 (rs6000-*-aix*): Same.
590 * configure: Regenerate.
591
5922005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
593
594 * configure.in: Recognize f95 in the --enable-languages option,
595 and substitute it for fortran, issuing a warning.
596 * configure: Regenerate.
597
2016dfcc
BE
5982005-09-07 Ben Elliston <bje@au.ibm.com>
599
600 Import from Autoconf sources:
601
602 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
603 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
604 Elliston. Handle weird characters correctly.
605
6dd2fda9
DD
6062005-08-30 Phil Edwards <phil@codesourcery.com>
607
608 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
609 * configure: Regenerated.
610
e6db70d4
RE
6112005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
612
613 * Makefile.def (libssp): Add to lang_env_dependencies.
614 * Makefile.in: Regenerate.
615
e1e3d0f5
CG
6162005-08-17 Christian Groessler <chris@groessler.org>
617
618 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
619 * Makefile.in: Regenerate.
620
05cbd757
PB
6212005-08-12 Paolo Bonzini <bonzini@gnu.org>
622
623 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
624 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
625 Look for alternate names of the target cc and c++
626 * configure: Regenerate.
627
55db4b87
PB
6282005-08-08 Paolo Bonzini <bonzini@gnu.org>
629
630 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
631 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
632 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
633 tools; remove code to manually set them.
634 (Target tools): Look in the environment for them.
635 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
636 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
637 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
638 build directory.
639 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
640 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
641 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
642 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
643 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
644 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
645 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
646 * configure: Regenerate.
647 * Makefile.in: Regenerate.
648
414e5532
MM
6492005-07-27 Mark Mitchell <mark@codesourcery.com>
650
651 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
652 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
653 * Makefile.in: Regenerated.
654
a19b6204
MM
6552005-07-26 Mark Mitchell <mark@codesourcery.com>
656
657 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
658 (CFLAGS_FOR_TARGET): Use it.
659 (CXXFLAGS_FOR_TARGET): Likewise.
660 * Makefile.in: Regenerated.
661 * configure.in (--with-build-sysroot): New option.
662 * configure: Regenerated.
663
b73aa406
PB
6642005-07-24 Paolo Bonzini <bonzini@gnu.org>
665
666 * Makefile.tpl: Wrap install between unstage and stage
667 * Makefile.in: Regenerate.
668
6e4d0bcb
KC
6692005-07-16 Kelley Cook <kcook@gcc.gnu.org>
670
671 * all files: Update FSF address.
672
49f58d10
JB
6732005-07-14 Jim Blandy <jimb@redhat.com>
674
675 * configure.in: Add cases for Renesas m32c.
676 * configure: Regenerated.
677
1d9c9cd7
KC
6782005-07-14 Kelley Cook <kcook@gcc.gnu.org>
679
680 * COPYING, compile, config-ml.in, config.guess,
681 config.sub, install-sh, missing, mkinstalldirs,
682 symlink-tree, ylwrap: Sync from upstream sources.
683
1587117a
EC
6842005-07-13 Eric Christopher <echristo@redhat.com>
685
686 * configure.in: Add toplevel noconfigdir support for tpf.
687 * configure: Regenerate.
688
bb780410
DD
6892005-07-11 Jakub Jelinek <jakub@redhat.com>
690
691 * Makefile.def (target_modules): Add libssp.
692 * configure.in (target_libraries): Add target-libssp.
693 * configure: Rebuilt.
694 * Makefile.in: Rebuilt.
695
064d0a7c
PB
6962005-07-11 Paolo Bonzini <bonzini@gnu.org>
697
698 PR ada/22340
699
700 * Makefile.def: Sync with gcc.
701 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
702 * Makefile.in: Regenerate.
703
b2edd3b5
AS
7042005-07-07 Andreas Schwab <schwab@suse.de>
705
706 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
707 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
708 * Makefile.in: Regenerated.
709
5f128533
KH
7102005-07-07 Kazu Hirata <kazu@codesourcery.com>
711
712 * configure.in: Add --enable-libssp and --disable-libssp.
713 * configure: Regenerate with autoconf-2.13.
714
4e3fc8e5
GK
7152005-07-06 Geoffrey Keating <geoffk@apple.com>
716
717 * configure.in: Don't build sim or rda when targetting darwin.
718 * configure: Regenerate.
719
c7357d6a
BE
7202005-07-04 Ben Elliston <bje@gnu.org>
721
722 * src-release (do-proto-toplev): Remove dejagnu bits.
723 (DEJAGNU_SUPPORT_DIRS): Remove.
724 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
725 (GDBD_SUPPORT_DIRS): Likewise.
726 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
727 (INSIGHTD_SUPPORT_DIRS): Likewise.
728 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
729
7302005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
731
732 * setup.com (mpw): Remove unused directive.
733
7d329e61
PB
7342005-06-22 Paolo Bonzini <bonzini@gnu.org>
735
736 * Makefile.def (stagefeedback): Come after profile.
737 Define profiledbootstrap target.
738 * Makefile.tpl (profiledbootstrap): Remove.
739 (stageprofile-end): Zap stagefeedback.
740 (stagefeedback-start): Copy all .gcda files, not only GCC's.
741 * Makefile.in: Regenerate.
742
e5fbed21
DD
7432005-06-13 Zack Weinberg <zack@codesourcery.com>
744
745 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
746 In 'cpp' stanza, support '#line' as well as '# '.
747
59f7ec45
HPN
7482005-06-07 Hans-Peter Nilsson <hp@axis.com>
749
750 * configure.in (unsupported_languages): New macro.
751 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
752 non-ported target libraries in noconfigdirs.
753 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
754 non-linux-gnu. Remove libgcj_ex_libffi.
755 <lang_frag loop>: Set add_this_lang=no if the language is in
756 unsupported_languages.
757 * configure: Regenerate.
758
c10e9ba7
DD
7592005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
760
761 * configure.in: Fix typo in handling of --with-mpfr-dir.
762 * configure: Regenerate.
763
20deb2b8
JB
7642005-06-02 Jim Blandy <jimb@redhat.com>
765
766 * config.sub: Add cases for the Renesas m32c. (This patch has been
767 accepted into the master sources.)
768
cdb9b172
AH
7692005-06-02 Aldy Hernandez <aldyh@redhat.com>
770 Michael Snyder <msnyder@redhat.com>
771 Stan Cox <scox@redhat.com>
772
773 * configure.in: Set noconfigdirs for ms1.
774
775 * configure: Regenerate.
776
1dc3053f
PB
7772005-05-25 Paolo Bonzini <bonzini@gnu.org>
778
779 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
780 (Dependencies): Consider target modules for bootstrap dependencies.
781 Make target bootstrap modules depend on each stage's gcc.
782 * Makefile.in: Regenerate.
783
c60fe18b
PB
7842005-05-20 Paolo Bonzini <bonzini@gnu.org>
785
786 * Makefile.def (configure-gcc): Depend on binutils having been built.
787 (all-gcc): No need to do it here.
788 * Makefile.in: Regenerate.
789
27258dd4
PB
7902005-05-19 Paul Brook <paul@codesourcery.com>
791
792 * configure.in: Rewrite misleading error message when requested
793 language cannot be built.
794 * configure: Regenerate.
795
42ecbf5e
DJ
7962005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
797
798 * ylwrap: Import from Automake 1.9.5.
799
ae380b45
MS
8002005-05-04 Mike Stump <mrs@apple.com>
801
802 * configure.in: Always pass --target to target configures as
803 otherwise rebuilds that do --recheck will fail.
811d3af8 804 * configure: Rebuilt.
ae380b45 805
d545f33b
PB
8062005-05-04 Paolo Bonzini <bonzini@gnu.org>
807
808 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
809 STAGE_HOST_EXPORTS.
810 (configure, all): Add bootstrap support.
811 (Host modules, target modules): Pass post-stage1 flags and exports.
812 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
813 * Makefile.in: Regenerate.
814
2faa2958
PB
8152005-04-29 Paolo Bonzini <bonzini@gnu.org>
816
817 Sync from gcc:
818
819 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
820
821 * config.sub: Update from master copy.
822
823 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
824
825 * configure.in <crisv32-*-*, cris-*-*>: New local variable
826 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
827 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
828 "*-*-elf" and "*-*-linux*".
829 * configure: Regenerate.
830
a7254363
PB
8312005-04-06 Paolo Bonzini <bonzini@gnu.org>
832
833 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
834 (TARGET_CONFIGARGS): Include --with-target-subdir.
835 (configure, all): New macros. Use them throughout.
836
a8637a7d
PB
8372005-04-05 Paolo Bonzini <bonzini@gnu.org>
838
839 * Makefile.tpl: Sync with gcc.
840 * Makefile.in: Regenerate.
841
dd387d52
JR
8422005-03-30 J"orn Rennecke <joern.rennecke@st.com>
843
844 * config/mh-mingw32: Delete.
845 * configure.in: Don't use it.
846 * configure: Regenerate.
847
e90269c8
PB
8482005-03-31 Paolo Bonzini <bonzini@gnu.org>
849
850 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
851 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
852 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
853 (HOST_LIB_PATH): Generate from Makefile.def.
854 (TARGET_LIB_PATH): Likewise.
855 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
856 * Makefile.in: Regenerate.
857 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
858 (RPATH_ENVVAR): Include Darwin case.
859 * configure: Regenerate.
860
9a237d9e
PB
8612005-03-25 Paolo Bonzini <bonzini@gnu.org>
862
863 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
864 * configure: Regenerate.
865
479759c8
ZW
8662005-03-21 Zack Weinberg <zack@codesourcery.com>
867
868 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
869 gcc_version, and gcc_version_trigger from set of flags to pass.
870 * Makefile.tpl: Remove definitions of above variables.
871 (config.status): Remove dependency on $(gcc_version_trigger).
872 * Makefile.in: Regenerate.
873 * configure.in: Do not reference config/gcc-version.m4 nor
874 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
875 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
876 * configure: Regenerate.
877
4cfaf6d5
DD
8782005-03-16 Manfred Hollstein <manfred.h@gmx.net>
879 Andrew Pinski <pinskia@physics.uc.edu>
880
881 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
882 * Makefile.in: Regenerate.
883
33a3fb7b
AO
8842005-03-01 Alexandre Oliva <aoliva@redhat.com>
885
886 PR libgcj/20160
887 * ltmain.sh: Avoid creating archives with components that have
888 duplicate basenames.
889
2da12f12
PB
8902005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
891
479759c8
ZW
892 PR bootstrap/20250
893 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
894 instead of check.
895 * Makefile.in: Regenerate.
2da12f12 896
b00612cc
PB
8972005-02-28 Paolo Bonzini <bonzini@gnu.org>
898
899 Sync from gcc.
900
901 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
902
903 PR bootstrap/17383
904 * Makefile.def (target_modules): Remove "stage", now unnecessary.
905 * Makefile.tpl (HOST_SUBDIR): New substitution.
906 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
907 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
908 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
909 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
910 (Host modules, Bootstrapped modules): Use it.
911 (Build modules, Target modules): Do not create symlink trees,
912 always configure out-of-srcdir.
913 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
914 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
915 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
916 $(HOST_SUBDIR). Create a symlink for host_subdir.
917
918 * Makefile.in: Regenerate.
919 * configure: Regenerate.
920
921 Merged from libada-gnattools-branch:
922 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
923
924 * Makefile.def: Add gnattools as a module, depending on target-libada.
925 * Makefile.in: Regenerate.
926 * configure.in: Include gnattools in host_tools; disable it if ada
927 is disabled.
928 * configure: Regenerate.
929
c3e65f62
NC
9302005-02-23 Nick Clifton <nickc@redhat.com>
931
932 * configure: Regenerate.
933
e4d180c2
NC
9342005-02-22 Paul Schlie <schlie@comcast.net>
935
936 * configure.in: Allow darwin targeted ports to build tk, itcl and
937 libgui.
938
e3c770b1
EB
9392005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
940
941 PR libgcj/10353
942 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
943 * configure: Regenerate.
944
9c73618c
AC
9452005-02-08 Andrew Cagney <cagney@gnu.org>
946
947 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
948 gdb/ section. Update GDB's URL.
949
c46f8c51
AC
9502005-01-31 Andrew Cagney <cagney@gnu.org>
951
952 * gettext.m4: Only set ENABLE_NLS when gettext is present.
953
c7e66c6d
HPN
9542005-01-29 Hans-Peter Nilsson <hp@axis.com>
955
956 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
957 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
958 target-libgloss when not *-*-elf and *-*-aout.
959 * configure: Regenerate.
960
a53bf506
AC
9612005-01-27 Andrew Cagney <cagney@gnu.org>
962
963 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
964
45181ed1
AC
9652005-01-24 Andrew Cagney <cagney@gnu.org>
966
967 * gettext.m4: Only fall back to ../intl/ when it's present.
968
a1e0f4e4
KC
9692005-01-17 Kelley Cook <kcook@gcc.gnu.org>
970
971 * install-sh, config.sub: Import from upstream.
972
9732005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
974
975 PR bootstrap/18222
976 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
977 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
978 * Makefile.in: Regenerate.
979
c50382e2
PB
9802005-01-03 Paolo Bonzini <bonzini@gnu.org>
981
982 Revert 2004-12-28 Makefile changes, a better fix will be
983 applied to mainline and src after GCC 4.0 branches.
984
11d07737
PB
9852004-12-28 Paolo Bonzini <bonzini@gnu.org>
986
987 PR bootstrap/17383
988
989 * Makefile.def (target_modules): Remove stage parameter,
990 it is always true now.
991 * Makefile.tpl (configure-build-[+module+],
992 configure-target-[+module+]): Always build symlink tree
993 for the directory and for include. BUILD_SUBDIR and
994 TARGET_SUBDIR cannot be . anymore.
995 * Makefile.in: Regenerate.
996
dadfdbe2
DD
9972004-12-25 David Edelsohn <edelsohn@gnu.org>
998
999 Revert 2004-12-08 Makefile changes.
1000
dbf85af7
JR
10012004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1002
1003 * configure.in (sh64-*-*): Reenable gprof.
1004 * configure: Regenerate.
1005
6b8fea99
JB
10062004-12-09 Jim Blandy <jimb@redhat.com>
1007
1008 * MAINTAINERS: List 'depcomp' as part of automake.
1009
7341462c
DE
10102004-12-08 David Edelsohn <edelsohn@gnu.org>
1011
1012 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1013 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1014 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1015 * Makefile.in: Regenerate.
1016
21fde4dc
DD
10172004-12-07 Matt Kraai <kraai@ftbfs.org>
1018
1019 * Makefile.tpl: Generate normal dependencies if the LHS module is
1020 not bootstrapped.
1021 * Makefile.in: Regenerate.
1022
3da796a2
RS
10232004-12-03 Richard Sandiford <rsandifo@redhat.com>
1024
1025 * configure.in: Include config/gxx-include-dir.m4. Use
1026 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1027 * configure: Regenerate.
1028
73fb7068
RS
10292004-12-03 Richard Sandiford <rsandifo@redhat.com>
1030
1031 * config.if: Delete.
1032 * configure.in: Set libstdcxx_incdir directly.
1033 * configure: Regenerate.
1034 * MAINTAINERS: Remove mention of config.if.
1035 * src-release (DEVO_SUPPORT): Remove config.if.
1036
6c8e6ce9
EC
10372004-12-02 Eric Christopher <echristo@redhat.com>
1038
3b6098f8
EC
1039 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1040 of things to remove.
6c8e6ce9 1041 * Makefile.in: Regenerate.
479759c8 1042
b8658a2f
RS
10432004-12-02 Richard Sandiford <rsandifo@redhat.com>
1044
1045 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1046 * configure: Regenerate.
1047
afefada0
RS
10482004-12-02 Richard Sandiford <rsandifo@redhat.com>
1049
1050 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1051 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1052 * configure: Regenerate.
1053
5dcac624
DA
10542004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1055
1056 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1057 (hppa*64*-*-*): Delete incorrect comment.
1058 * configure: Rebuilt.
1059
57d1eb1a
DD
10602004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1061
1062 * install-sh, compile: Import from automake.
1063
10642004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1065
1066 * config.guess, config.sub: Import from savannnah.
1067
6d389afc
MS
10682004-11-12 Mike Stump <mrs@apple.com>
1069
1070 * Makefile.def: Add html support.
1071 * Makefile.tpl: Likewise.
1072 * Makefile.in: Regenerate.
1073
69e57115
GK
10742004-11-11 Geoffrey Keating <geoffk@apple.com>
1075
1076 PR 18423
1077 * configure.in: Remove all instances of build-fixincludes from
1078 noconfigdirs.
1079 (build_configargs): Supply --target to subdirectories.
1080 * configure: Regenerate.
1081
1082 * Makefile.def: Make gcc install depend on fixincludes install.
1083 * Makefile.in: Regenerate.
1084
ba719b26
HPN
10852004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1086
1087 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1088 target-libgfortran.
1089 * configure: Regenerate.
1090
c37653e7
DE
10912004-11-07 David Edelsohn <edelsohn@gnu.org>
1092
1093 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1094 like CC.
1095
1eefd493
PB
10962004-11-05 Paolo Bonzini <bonzini@gnu.org>
1097
1098 * Makefile.def (host fixincludes): Specify missing targets.
1099 * Makefile.in: Regenerate.
1100
02b1af09
L
11012004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 PR other/17783
1104 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1105 * configure: Regenerated.
1106
7f266840
DJ
11072004-11-04 Daniel Jacobowitz <dan@debian.org>
1108
1109 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1110 * configure: Regenerated.
1111
47444073
AL
11122004-10-28 Eric B. Weddington <ericw@evcohs.com>
1113
1114 PR target/18151
1115 * configure.in (case ${target}): Do not build fixincludes for avr.
1116 * configure: Regenerated.
1117
caeba88f
AL
11182004-10-26 Paolo Bonzini <bonzini@gnu.org>
1119
1120 * configure.in (case ${target}): Do not build fixincludes
1121 on platforms where it is not used.
1122 * configure: Regenerated.
1123
0fdbe983
DJ
11242004-10-23 Daniel Jacobowitz <dan@debian.org>
1125
1126 * configure.in: Use an absolute path to install-sh.
1127 * configure: Regenerated.
1128
1c0f67c1
AC
11292004-10-19 Andrew Cagney <cagney@gnu.org>
1130
1131 * src-release (do-djunpack, do-md5sum): Install the generated file
1132 directly into the proto-toplev/ directory.
479759c8 1133
a9cfce9c
AC
11342004-10-19 Andrew Cagney <cagney@gnu.org>
1135
1136 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1137
ac0fa625
DD
11382004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1139
1140 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1141 * configure: Regenerate.
1142
d27cc32e
PB
11432004-10-06 Paolo Bonzini <bonzini@gnu.org>
1144
1145 Fix wrong conflict resolution in:
1146
1147 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1148
1149 * Makefile.in: Regenerate.
1150 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1151 in the recursive `make', instead of hardwiring `all'.
1152 (Autogenerated TARGET-* variables): New.
1153
1763908f
UW
11542004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1155
1156 Merged from GCC / libtool upstream:
1157 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1158 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1159 * ltcf-cxx.sh (tpf*): Likewise.
1160 * ltconfig (tpf*): Add TPF OS configuration support.
1161
0490e016
NC
11622004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
1163
1164 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 1165 * configure: Regenerate.
0490e016 1166
32be62b5
RS
11672004-09-24 Michael Roth <mroth@nessie.de>
1168
1169 * configure.in (--without-headers): Add missing double quotes.
1170 * configure: Regenerate.
1171
6048df60
DD
11722004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1173
1174 * ylwrap: Revert to previous version.
1175
315b3b02
L
11762004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1177
6048df60 1178 PR bootstrap/17369
315b3b02
L
1179 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1180 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1181 SET_GCC_LIB_PATH_CMD.
1182 (BASE_TARGET_EXPORTS): Likewise.
1183 * Makefile.in: Regenerated.
1184
1185 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1186 * configure: Regenerated.
1187
fe69863c
DD
11882004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1189
1190 * config.guess: New upstream version
1191 * compile, depcomp, install-sh, ylwrap: Likewise.
1192
11932004-09-19 Roger Sayle <roger@eyesopen.com>
1194
1195 * config/mh-x86omitfp: New host makefile fragment. Add
1196 -fomit-frame-pointer to the default BOOT_CFLAGS.
1197 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1198 * configure: Regenerate.
1199
12002004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1201
1202 PR target/11572
1203 * configure.in (*-*-darwin*): Renable libobjc.
1204 * configure: Regenerate.
1205
be75bbe1 12062004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 1207
be75bbe1
DB
1208 * Makefile.def: Remove libbanshee.
1209 * Makefile.tpl: Ditto.
1210 * configure.in: Ditto.
1211 * Makefile.in: Regen.
1212 * configure: Ditto.
1213
1b882a91
PB
12142004-09-07 Paolo Bonzini <bonzini@gnu.org>
1215
1216 * missing: Import latest version from master repository.
1217
eb1352ed
NC
12182004-09-04 Nick Clifton <nickc@redhat.com>
1219
1220 * config.sub: Import latest version from master repository.
1221 * config.guess: Likewise.
1222 This includes these changes:
479759c8 1223
eb1352ed
NC
1224 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1225
1226 * config.sub: Handle crisv32, alias etraxfs.
1227 * config.guess (crisv32:Linux:*:*): Handle.
1228
1229 2004-08-13 Brad Smith <brad@comstyle.com>
1230
1231 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1232 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1233
1234 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1235
1236 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1237 assume the processor is a powerpc. This is because coreutils
1238 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1239 in this case, due to a MacOS X bug that causes
1240 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1241 to return a negative number.
1242 Problem reported by Petter Reinholdtsen in:
1243 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1244
1245 2004-07-19 Ben Elliston <bje@gnu.org>
1246
1247 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1248
1249 2004-06-24 Ben Elliston <bje@gnu.org>
1250
1251 * config.guess: Update copyright years.
1252 * config.sub: Likewise.
1253
1254 2004-06-22 Robert Millan <robertmh@gnu.org>
1255
1256 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1257 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1258
1259 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1260
1261 * config.guess (*:*VMS:*:*): New entry. Replaces
1262 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1263 manufacturer.
1264
1265 2004-06-22 Ben Elliston <bje@gnu.org>
1266
1267 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1268 * config.sub: Likewise.
1269
1270 2004-06-22 Ben Elliston <bje@gnu.org>
1271
1272 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1273 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1274
1275 2004-06-11 Ben Elliston <bje@gnu.org>
1276
1277 * config.guess (pegasos:OpenBSD:*:*): Remove.
1278
1279 2004-06-11 Ben Elliston <bje@gnu.org>
1280
1281 From Wouter Verhelst <wouter@grep.be>:
1282 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1283
1284 2004-06-11 Ben Elliston <bje@gnu.org>
1285
1286 * config.guess (luna88k:OpenBSD:*:*): New.
1287
1288 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1289
1290 * config.guess (m32r*:Linux:*:*): New case.
1291 * config.sub: Handle m32rle.
1292
1293 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1294
1295 From Jens Petersen <petersen@redhat.com>:
1296 * config.sub: Handle sparcv8.
1297
1298 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1299
1300 From Tom Smith <smith@cag.lkg.hp.com>:
1301 * config.guess: Version suffixes are equally significant on Tru64
1302 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1303 prefix of "P" (patched kernel).
1304
1305 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1306
1307 * config.sub: Add support for National Semiconductor CRX target.
1308
2a3124ca 13092004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 1310
2a3124ca
RH
1311 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1312 *-*-netware, but add target-libmudflap.
1313 Consolidate *-*-netware targets (of which really only i?86 exists)
1314 into a single entry.
1315 * configure: Likewise.
1316
0df3d27f
PB
13172004-09-01 Paolo Bonzini <bonzini@gnu.org>
1318
1319 * Makefile.tpl (sorry): Remove.
1320 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1321 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1322 (do-clean): Clean per-stage directories too.
1323 (do-distclean): Run distclean-stage1 too.
1324 (.NOTPARALLEL): Enable during toplevel bootstrap.
1325 (stage[+id+]-bubble): Enable parallel execution during
1326 the recursive invocation.
1327 * Makefile.in: Regenerate.
1328
1329 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
1330
1331 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
1332
1333 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1334 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1335 * configure: regenerate
479759c8
ZW
1336 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1337 -mdynamic-no-pic
0df3d27f
PB
1338
13392004-08-31 Paolo Bonzini <bonzini@gnu.org>
1340
1341 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1342 include.
1343 * configure.in: Fix indentation.
1344 * configure: Regenerate.
1345
ee025550
PB
13462004-08-31 Paolo Bonzini <bonzini@gnu.org>
1347
1348 * Makefile.def (build_modules): Add fixincludes.
1349 (dependencies): Make gcc depend on fixincludes.
1350 * configure.in (build_tools): Add fixincludes.
1351 (build_configdirs): Always include build_libs.
1352 * Makefile.in: Regenerate.
1353 * configure: Regenerate.
1354
13552004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
1356
1357 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1358 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1359 phony targets; do not generate timestamp files.
1360 (distclean-stageN): Remove references to their timestamp files.
1361 (restageN, touch-stageN): Remove.
1362 (stageN-bubble): Rewritten.
1363 (compare): Support lean bootstraps.
1364 * Makefile.in: Regenerate.
1365
1366 * configure.in: Only warn when bootstrapping but
1367 build != host or build != target. Support lean bootstraps.
1368 * configure: Regenerate.
1369
1370 Sync from gcc:
1371 2004-08-26 Phil Edwards <phil@codesourcery.com>
1372
1373 * configure.in: Give a better error message if GMP/MPFR are missing
1374 and a language needing them has been requested.
1375 * configure: Regenerated.
1376
1377 2004-08-25 Phil Edwards <phil@codesourcery.com>
1378
1379 * configure.in: Print a list of available language front-ends if
1380 a requested one is missing. Tidy stray tab characters.
1381 * configure: Regenerated.
1382
72b2455a
PB
13832004-08-17 Paolo Bonzini <bonzini@gnu.org>
1384
1385 * Makefile.in: Regenerate.
1386 * configure: Regenerate.
1387
1388 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1389 stage_*_flags.
1390 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1391 for bootstrapped modules if toplevel bootstrap is going.
1392 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1393 modules. Adjust for changes in Makefile.def. Enable several
1394 rules even in non-bootstrap mode, just to avoid peppering the
1395 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1396 (stage-[+prev+]-bubble): Remove.
1397
1398 * Makefile.def (Dependencies): Depend on all-build-bison,
1399 all-build-flex, all-build-byacc, all-build-texinfo, rather
1400 than the host variations.
1401 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1402 with BUILD_SUBDIR.
1403 (BISON): Update for recent Bisons.
1404 (YACC): Fix typo.
1405 (cross): Depend on all-build.
1406 (all): Do not depend on all-build.
1407 (prebootstrap): Remove.
1408 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1409 (Prebootstrap dependencies): Add them to the per-stage targets
1410 and to all-prebootstrap.
1411 * configure.in (build_configdirs): Always enable build_tools.
1412 (BUILD_DIR_PREFIX): Remove.
1413
1414 * Makefile.def (gcc): Add target variable.
1415 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1416 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1417 in the recursive `make', instead of hardwiring `all'.
1418 (Autogenerated TARGET-* variables): New.
1419
de0b4a87
JW
14202004-08-17 Robert Millan <robertmh@gnu.org>
1421
1422 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1423 (instead of FreeBSD).
1424 * configure: Regenerate.
1425
ad681c85
NN
14262004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1427
675c6968
NN
1428 * Makefile.def, configure.in, src-release: Remove useless, bogus
1429 references to tix.
1430 * Makefile.in, configure: Regenerate.
1431
ad681c85
NN
1432 * src-release: Stop distributing mmalloc with gdb (which doesn't
1433 use it).
1434 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1435 * Makefile.in: Regenerate.
1436
11b04d1f
DD
14372004-08-09 Mark Mitchell <mark@codesourcery.com>
1438
1439 * configure.in (arm*-*-eabi*): New target.
1440 * configure: Regenerate.
1441
f2420bea
NN
14422004-08-01 Robert Millan <robertmh@gnu.org>
1443
1444 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1445 libmudflap for all GNU-based systems (with Glibc).
1446 * configure: Regenerate.
1447
9e6ce191
PB
14482004-08-06 Paolo Bonzini <bonzini@gnu.org>
1449
1450 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1451 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1452 (Dependencies): New section.
1453 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1454 (configure-target-[+module+]): Depend on maybe-all-gcc
1455 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1456 (toplevel profiledbootstrap): Fix dependencies.
1457 * Makefile.in: Regenerate.
1458
df4a6958
MM
14592004-08-03 Mark Mitchell <mark@codesourcery.com>
1460
1461 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1462 target-libiberty to noconfigdirs.
1463
11b04d1f
DD
14642004-08-03 Paul Brook <paul@codesourcery.com>
1465
1466 * configure.in: Check for MPFR as well as GMP.
1467 * configure: Regenerate.
1468
b813574b
PB
14692004-08-03 Paolo Bonzini <bonzini@gnu.org>
1470
1471 * Makefile.def (host-modules): Add gcc.
1472 * Makefile.in: Regenerate.
1473 * Makefile.tpl (sorry): New rule.
1474 (configure-host, all-host, [+make_target+]-host, do-check,
1475 install-host): Do not add gcc as a special case.
1476 (host modules): Add a small special-casing for gcc. Export
1477 extra_make_flags through the environment.
1478 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1479 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1480 other recursive targets for gcc): Remove.
1481
1482 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1483 (stage, unstage): New rules.
1484 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1485 distclean-stage[+id+]): Use stage_current.
1486 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1487 the stage*-start rules.
1488
61edac0c
JW
14892004-07-19 Robert Millan <robertmh@gnu.org>
1490
1491 Synced from gcc:
1492
1493 2004-04-26 Robert Millan <robertmh@gnu.org>
1494
1495 Add patches from libtool CVS.
1496 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1497 * ltconfig: Likewise.
1498 * ltcf-c.sh: Likewise.
1499 * ltcf-cxx.sh: Likewise.
1500 * ltcf-gcj.sh: Likewise.
1501
3e707e94
PB
15022004-07-12 Paolo Bonzini <bonzini@gnu.org>
1503
1504 * configure.in: Add noconfigdirs for crx-*-*.
1505 * configure: Regenerate.
1506
15072004-07-12 Paolo Bonzini <bonzini@gnu.org>
1508
1509 Synced from gcc:
1510
1511 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1512
1513 * configure.in: Build libmudflap by default on FreeBSD.
1514 * configure: Regenerated.
1515
1516 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1517
1518 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1519 systems.
1520 * configure: Regenerated.
1521
1522 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1523
1524 PR target/16344
1525 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1526 feedback based compiler.
1527 * Makefile.in: Rebuilt.
1528
1529 2004-07-05 Phil Edwards <phil@codesourcery.com>
1530
1531 * configure.in: Do not prepend $srcdir to /dev/null in
1532 makefile fragments.
1533 * configure: Regenerate.
1534
a7ee7660
AO
15352004-07-08 Alexandre Oliva <aoliva@redhat.com>
1536
1537 * Makefile.def (host_modules): Set bootstrap=true for flex.
1538 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1539 * Makefile.in: Rebuilt.
1540
6a9cf61e
PB
15412004-07-01 Paolo Bonzini <bonzini@gnu.org>
1542
1543 * Makefile.def (build_modules): Add bison, byacc, flex,
1544 m4, texinfo.
1545 (flags_to_pass): Add FLEX.
1546 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1547 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1548 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1549 DEFAULT_MAKEINFO): Remove.
1550 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1551 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1552 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1553 objdir or else use configured tool.
1554 (all-build): New.
1555 (all): Depend on it.
1556 (Build module dependencies): Add.
1557 * Makefile.in: Regenerate.
1558 * configure.in: Better support for multiple build modules,
1559 matching what is done for host/target modules. Do not look
1560 for "plausible" locations of build tools if Canadian cross.
1561 Use autoconf's AC_PROG_CC to find a C compiler. Define
1562 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1563 * configure: Regenerate.
1564
95b6a1f2
PB
15652004-06-22 Paolo Bonzini <bonzini@gnu.org>
1566
1567 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1568 * Makefile.in: Regenerate.
1569
7ffa0b57
PB
15702004-06-22 Paolo Bonzini <bonzini@gnu.org>
1571
1572 * Makefile.tpl (configure-build-[+module+],
1573 configure-[+module+], configure-target-[+module+]): Pass
1574 [+extra_configure_args+].
1575 (all-build-[+module+], all-[+module+], check-[+module+],
1576 install-[+module+], [+make_target+]-[+module+],
1577 all-target-[+module+], check-target-[+module+],
1578 install-target-[+module+], [+make_target+]-target-[+module+]):
1579 Pass [+extra_make_args+].
1580 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1581 (GCC_HOST_EXPORTS): Remove.
1582 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1583 cross, check-gcc, check-gcc-c++, install-gcc,
1584 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1585 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1586 * Makefile.in: Regenerate.
1587
929ba6e7
CF
15882004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1589
1590 * configure.in: Check for srcdir/winsup rather than build directory
1591 winsup.
1592 * configure: Regenerate.
1593
b76d7de0
CV
15942004-06-17 Corinna Vinschen <vinschen@redhat.com>
1595
1596 * configure.in: Don't build Cygwin native newlib if winsup
1597 directory is missing. Emit warning instead.
1598 * configure: Regenerate.
1599
656fdd47
PB
16002004-06-09 Paolo Bonzini <bonzini@gnu.org>
1601
1602 * Makefile.tpl (touch-stage[+id+]): New.
1603 (restage[+prev+]): Depend on touch-stage[+id+].
1604
1605 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1606 Use it throughout.
1607
1608 * Makefile.def: Add profile and feedback bootstrap stages.
1609 Remove next field from bootstrap stages.
1610 * Makefile.tpl (LN, LN_S): Substitute.
1611 (stageN-start, stageN-end): Use double-colon rules, to
1612 provide a hook for additional setup commands.
1613 (distclean-stageN-gcc, restageN): Create dependencies from
1614 [+prev+], not from [+next+].
1615 (stageN-bubble): Add commands for successive stages from
1616 [+prev+], using double-colon rules.
1617 (all-stageN-gcc): Fix typo.
1618 (stagefeedback-start, profiledbootstrap): New.
1619 * Makefile.in: Regenerate.
1620 * configure.in: Call ACX_PROG_LN.
1621 * configure: Regenerate.
1622
498d4a71
CF
16232004-06-03 Paolo Bonzini <bonzini@gnu.org>
1624
1625 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1626 without gcc.
1627 * configure: Regenerate.
1628
377d8c42
PB
16292004-06-01 Paolo Bonzini <bonzini@gnu.org>
1630
1631 * Makefile.tpl: Fix typo.
1632 * Makefile.in: Regenerate.
1633
f5f8a794
PB
16342004-06-01 Paolo Bonzini <bonzini@gnu.org>
1635
1636 * configure.in: Remove new- prefix from toplevel
1637 bootstrap targets.
1638 * configure: Regenerate.
1639
f7a4c34f
PB
16402004-06-01 Paolo Bonzini <bonzini@gnu.org>
1641
1642 Merge this patch from the gcc tree:
1643
1644 2004-05-30 Andreas Jaeger <aj@suse.de>
1645 Jim Wilson <wilson@specifixinc.com>
1646
1647 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1648 like CC.
1649
319cab08
PB
16502004-06-01 Paolo Bonzini <bonzini@gnu.org>
1651
1652 * Makefile.tpl (all.normal): Rename to all.
1653 (all): Replace with a rule to pick the default
1654 target from configure.
1655 (all-gcc, configure-gcc): Use conditionals to
1656 do nothing when toplevel bootstrap is going on.
1657 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1658 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1659 * configure.in: Support --enable-bootstrap.
1660
1661 * Makefile.def: Remove new- prefix from toplevel
1662 bootstrap targets.
1663 * Makefile.tpl: Likewise.
1664
1665 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1666 target.
1667
1668 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1669 $(RECURSE_FLAGS) to recursive invocation of make.
1670
1671 * Makefile.in: Regenerate.
1672 * configure: Regenerate.
1673
88f64edc
DJ
16742004-05-27 Daniel Jacobowitz <dan@debian.org>
1675
1676 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1677 * configure: Regenerate.
1678
378fce5b
DD
16792004-05-25 Daniel Jacobowitz <drow@false.org>
1680
1681 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1682 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1683 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1684 targets.
1685 * Makefile.in: Regenerate.
1686
dfdffa2c
PB
16872005-05-24 Paolo Bonzini <bonzini@gnu.org>
1688
1689 * configure.in: Test the ability to symlink directories.
1690 * configure: Regenerate.
1691
1692 * Makefile.def (bootstrap-stage): New definitions.
1693 * Makefile.tpl (configure-stage1-gcc,
1694 configure-stage2-gcc, configure-stage3-gcc,
1695 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1696 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1697 new-restage3, compare): Autogenerate, see Makefile.in
1698 entry for behavioral changes.
1699 (distclean-stage1, new-stage1-start, new-stage1-end,
1700 new-stage1-bubble, distclean-stage2, new-stage2-start,
1701 new-stage2-end, new-stage2-bubble, distclean-stage3,
1702 new-stage3-start, new-stage3-end): New autogenerated targets.
1703 (objext, prebootstrap, BOOT_CFLAGS,
1704 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1705 targets.
1706
1707 * Makefile.in: Regenerate.
1708 (distclean-stage1, new-stage1-start, new-stage1-end,
1709 new-stage1-bubble, distclean-stage2, new-stage2-start,
1710 new-stage2-end, new-stage2-bubble, distclean-stage3,
1711 new-stage3-start, new-stage3-end): New targets.
1712 (all-stage1-gcc): Move prebootstrap dependency from here...
1713 (configure-stage1-gcc): ...to here.
1714 (new-bootstrap): Use bubble targets.
1715 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1716 Use per-stage distclean targets.
1717 (configure-stage1-gcc, configure-stage2-gcc,
1718 configure-stage3-gcc, all-stage1-gcc,
1719 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1720 Use new-stageN-start to prepare the tree.
1721
04cf1b77
PB
17222004-05-23 Paolo Bonzini <bonzini@gnu.org>
1723
1724 * Makefile.def (host_modules): add libcpp.
1725 * Makefile.tpl: Add dependencies on and for libcpp.
1726 * Makefile.in: Regenerate.
1727 * configure.in: Add libcpp host module.
1728 * configure: Regenerate.
1729
80b200a1
ZW
17302004-05-17 Zack Weinberg <zack@codesourcery.com>
1731
1732 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1733 of libf2c.
1734 * configure, Makefile.in: Regenerate.
1735
4b1cb4fe
DD
17362004-05-13 Diego Novillo <dnovillo@redhat.com>
1737
1738 Merge from tree-ssa-20020619-branch.
1739
1740 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1741 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1742 (HOST_GMPLIBS): Define.
1743 (HOST_GMPINC): Define.
1744 (TARGET_LIB_PATH): Add libmudflap.
1745 (GFORTRAN_FOR_TARGET): Define.
1746 (configure-build*): Export GFORTRAN.
1747 (configure-gcc): Export GMPLIBS and GMPINC.
1748 (all-gcc): Add maybe-all-libbanshee.
1749 (configure-target-libgfortran): Define.
1750 * Makefile.in: Regenerate.
1751 * configure.in (host_libs): Add libbanshee.
1752 (target_libraries): Add target-libmudflap and target-libgfortran.
1753 Add --with-libbanshee.
1754 Handle --disable-libmudflap.
1755 (*-*-freebsd*): Use with_gmp.
1756 Add $(libgcj) to noconfigdirs.
1757 * configure: Regenerate.
1758 * depcomp: New file.
1759 * MAINTAINERS: Add tree-ssa maintainers.
1760
17612004-04-28 Paolo Bonzini <bonzini@gnu.org>
1762
1763 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1764 * configure: Regenerate.
1765
b8908782
DD
17662004-04-27 Paolo Bonzini <bonzini@gnu.org>
1767
1768 Revert:
1769 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1770
1771 * Makefile.def (flags_to_pass): Remove *dir variables that
1772 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1773 as well as prefix and exec_prefix.
1774 * Makefile.in: Regenerate.
1775
17762004-04-26 Paolo Bonzini <bonzini@gnu.org>
1777
1778 * Makefile.def (host_modules): Mark with the bootstrap
1779 flag packages on which gcc depends.
1780 * Makefile.tpl (all-bootstrap): Use it.
1781 * Makefile.in: Regenerate.
1782
17832004-04-26 Paolo Bonzini <bonzini@gnu.org>
1784
1785 * Makefile.def (flags_to_pass): Remove *dir variables that
1786 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1787 as well as prefix and exec_prefix.
1788 * Makefile.in: Regenerate.
1789
17902004-04-26 Paolo Bonzini <bonzini@gnu.org>
1791
80b200a1
ZW
1792 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1793 * configure: Regenerate.
1794 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1795 * gcc/Makefile.tpl (compare): Use the result of the test.
1796 * gcc/Makefile.in: Regenerate.
b8908782
DD
1797
17982004-04-23 Paolo Bonzini <bonzini@gnu.org>
1799
1800 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1801 Always relocate gcc and prev-gcc to the original names, even
1802 if the build fails.
1803 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1804 New targets.
1805
0f260896
RO
18062004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1807
1808 * configure.in (mips*-*-irix5*): Enable ld.
1809 * configure: Regenerate.
1810
51860f05
JW
18112004-04-15 James E Wilson <wilson@specifixinc.com>
1812
1813 * Makefile.tpl (configure-[+module+], configure-gcc,
1814 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1815 Set and export LDFLAGS.
1816 * Makefile.in: Regenerate.
1817
54752a6b
NN
18182004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1819
1820 PR bootstrap/14871
1821 * Makefile.tpl: If we don't have built-in-tree target tools,
1822 use the ones found by configure rather than hacking around with
1823 program_transform_name.
1824 * configure.in: Give Makefile.tpl the information necessary
1825 to do that.
1826 * Makefile.in: Regenerate.
1827 * configure: Regenerate.
1828
18292004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1830
1831 PR bootstrap/14760
1832 * configure.in: When computing baseargs, strip *all* copies of
1833 offending options. Also, don't match/substitute the trailing space,
1834 so that this actually works when two similar options are separated by
1835 only one space.
1836 * configure: Regenerate.
1837
18382004-04-06 David Edelsohn <edelsohn@gnu.org>
1839
80b200a1
ZW
1840 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1841 (rs6000-*-aix*): Same.
1842 * configure: Regenerate.
54752a6b 1843
5e2b61fb
SS
18442004-03-25 Stan Shebs <shebs@apple.com>
1845
1846 Remove MPW support, no longer used.
1847 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1848 mpw-install: Remove files.
1849 * src-release (DEVO_SUPPORT): Remove names of removed files.
1850 * MAINTAINERS: Likewise.
1851
1a6f2dc7
NN
18522004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1853
a0049f1b
NN
1854 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1855 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1856 * Makefile.in: Regenerate.
1857
1a6f2dc7
NN
1858 * configure.in (top level bootstrap support): Rework --enable-werror
1859 to set @stage2_werror_flag@.
1860 * configure: Regenerate.
1861 * Makefile.tpl (top level bootstrap support): Pass
1862 @stage2_werror_flag@ down to configure in stages 2 and 3.
1863 * Makefile.in: Regenerate.
1864
920e3419
NN
18652004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1866
1867 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1868 for stages 2 and 3 as well as in make. As a consequence, remove
1869 OUTPUT_OPTION (now detected by configure) from the flags passed down
1870 to make.
1871 * Makefile.in: Regenerate.
1872
1873 * Makefile.tpl (new-bootstrap): Fix typo.
1874 * Makefile.in: Regenerate.
1875
4fa63067
NN
18762004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1877
1878 * Makefile.tpl: Rearrange by moving recursive_targets rules
1879 into their proper sections.
1880 * Makefile.tpl (top level bootstrap support): Move disabling
1881 of coverage flags from 'make' to 'configure'; improve comments.
1882 * Makefile.in: Regenerate.
1883
1884 * Makefile.tpl (experimental top level bootstrap) Move stage1
1885 language setting from all- target to configure- target; disable
1886 intermodule optimization in stage 1; prevent gratuitous rebuilds
1887 of stage 1.
1888 * Makefile.in: Regenerate.
1889 * configure.in: Comma-separate stage 1 language list for top
1890 level bootstrap.
1891 * configure: Regenerate.
1892
1893 * Makefile.tpl: Clean up experimental top level bootstrap support:
1894 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1895 prev-gcc in configure- targets as well as all- targets.
1896 * Makefile.in: Regenerate.
1897
fb8a10fd
NN
18982004-03-17 Paolo Bonzini <bonzini@gnu.org>
1899
1900 * configure.in: Remove symbolic link section.
1901 * configure: Regenerate.
1902 * Makefile.tpl (links): Remove.
1903 * Makefile.in: Regenerate.
1904
947f426e 19052004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 1906 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
1907
1908 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 1909 Set with AC_CHECK_PROGS.
947f426e
NN
1910 * configure.in: Fix comment typo from last patch.
1911 * configure: Regenerate.
1912
1d39f329
NN
19132004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1914
1915 * Makefile.tpl: Introduce experimental top level bootstrap support.
1916 * Makefile.in: Regenerate.
1917 * configure.in: Introduce support for top level bootstrap.
1918 * configure: Regenerate.
1919
4b0ac75d 19202004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1921 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
1922
1923 PR bootstrap/14522
1924 * configure.in: Cope with shells that do not support unquoted ^
1925 * configure: Regenerate.
1926
2e70b094 19272004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1928 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
1929
1930 PR bootstrap/14522
1931 * configure.in: Cope with shell that do not support nesting
1932 quotes inside quoted backquote substitutions.
1933 * configure: Regenerate.
1934
19352004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1936
1937 PR bootstrap/14522
1938 * configure.in: Fix escaping of $.
1939 * configure: Regenerate.
1940
9e07f89d
NN
19412004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1942
1943 * configure: Regenerate.
1944
19452004-03-08 Paolo Bonzini <bonzini@gnu.org>
1946
1947 PR ada/14131
1948 Move language detection to the top level.
1949 * configure.in: Find default values for the tools as
1950 soon as possible. Disable ada if GNAT is not found.
1951 Emit error message about missing languages. Expand
1952 --enable-languages=all for the gcc subdirectory.
1953
1712ab83
RS
19542004-03-01 Richard Sandiford <rsandifo@redhat.com>
1955
1956 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1957 and disable libgcj.
1958 * configure: Regenerated.
1959
3dee29da
NN
19602004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1961
1962 PR bootstrap/7087
1963 * Makefile.tpl: Guard XFOO sed statements better.
1964 * Makefile.tpl: Add dependency for configure-target-libada.
1965 * Makefile.in: Regenerate (incidentally fixes broken
1966 commit when libada-branch was merged).
1967
0558264b
AC
19682004-02-28 Andrew Cagney <cagney@redhat.com>
1969
1970 * src-release (CVS_NAMES): Define.
1971 (do-tar, do-tar): Prune $(CVS_NAMES).
1972
c38f9803
AC
19732004-02-23 Andrew Cagney <cagney@redhat.com>
1974
1975 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1976 2004-02-19.09.
1977
55636792
NN
19782004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1979
1980 PR bootstrap/11932
1981 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1982
1e600082
AC
19832004-02-19 Andrew Cagney <cagney@redhat.com>
1984
1985 * config.guess: Update from version 2003-06-12 to 2004-02-16.
1986 * config.sub: Update from version 2003-06-13 to 2004-02-16.
1987
3769cd82
DD
19882004-02-11 David Edelsohn <edelsohn@gnu.org>
1989
1990 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1991 (rs6000-*-aix*): Same.
1992 * configure: Regenerate.
1993
a92834c8
DD
19942004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1995
1996 * configure.in (host): Add in missing $noconfigdirs to defines.
1997 * configure: Regenerate.
1998
a2592b1b
DD
19992004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2000 Nathanael Nerode <neroden@gcc.gnu.org>
2001
2002 PR ada/6637, PR ada/5911
80b200a1 2003 Merge with libada-branch:
a2592b1b
DD
2004 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2005 with appropriate dependencies. Add --enable-libada configure switch.
2006 * configure, Makefile.in: Regenerate.
2007
e31d1ea3
DD
20082004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2009
2010 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2011 * configure: Regenerate.
2012
db85f5c0
JJ
20132004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2014
2015 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 2016
fc434214
DD
20172004-01-23 DJ Delorie <dj@redhat.com>
2018
2019 * Makefile.def (target_modules) [libiberty]: Don't stage.
2020 * Makefile.in: Rebuilt.
2021
ad445c2c 20222004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 2023
ad445c2c
JJ
2024 * COPYING.NEWLIB: Update to include copyrights for new
2025 iconv code.
2026
72bbedde
AC
20272004-01-15 Andrew Cagney <cagney@redhat.com>
2028
2029 * src-release: Update copyright year.
2030 (do-proto-toplev): Configure using i686-pc-linux-gnu.
2031 (NEWLIB_SUPPORT_DIRS): Delete macro.
2032 (newlib.tar.bz2): Delete rule.
2033
a6d6062d
DD
20342004-01-14 Loren J. Rittle <ljrittle@acm.org>
2035
2036 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2037 * Makefile.tpl (configure-target-[+module+]): Support stage.
2038 * Makefile.in: Rebuilt.
2039
f8b73030
MR
20402003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2041
2042 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2043 throughout.
2044
aff0e9df
NN
20452004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2046
bb5dca17
NN
2047 * configure.in: Use ./config.cache, not config.cache.
2048 * configure: Regenerate.
2049 * Makefile.tpl: Special-casing not needed for GCC any more.
2050 * Makefile.in: Regenerate.
2051
82252c06
NN
2052 * configure.in: Don't share a cache file for host dirs.
2053 * configure: Regenerate.
2054
aff0e9df
NN
2055 * config-ml.in: Don't mess with the cache file.
2056
95036d20
NN
20572004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2058
ac7b618e
NN
2059 * Makefile.tpl: Make GCC use a separate config.cache.
2060 * Makefile.in: Regenerate.
2061
95036d20
NN
2062 PR bootstrap/11932, PR bootstrap/11933
2063 (I don't know if it will fix either of them, but it relates
2064 to them.)
2065 * configure.in: Don't use shared config.cache for target
2066 directories.
2067 * configure: Regenerate.
2068
08c1856b
DD
20692003-12-31 Roger Sayle <roger@eyesopen.com>
2070
2071 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2072 * configure: Regenerated.
2073
c1968181 20742003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 2075
c1968181
DD
2076 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2077 * configure: Regenerated.
2078
10ecffb9
NN
20792003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2080
2081 Port change over from GCC:
2082 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2083 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2084 (configure-build-[+module+], configure-[+module+]): Likewise.
2085 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2086 * Makefile.in: Regenerate.
2087
f2ab5990
TF
20882003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2089
2090 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2091 * configure: Regenerate.
2092
41a7d11a
JJ
20932003-11-27 Jeff Johnston <jjohnstn@redhat.com>
2094
80b200a1 2095 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
2096 stdlib.
2097
d9441a1f
DD
20982003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2099
2100 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2101 * Makefile.in: Regenerate.
2102
3a48a978
DD
21032003-10-20 Phil Edwards <phil@codesourcery.com>
2104
2105 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2106 * configure: Regenerate.
2107
f0b24077
NN
21082003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2109
2110 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2111 HOST_FLAGS_TO_PASS.
2112 * Makefile.in: Regenerate.
2113
5fbad20a
DD
21142003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2115
2116 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2117 * configure: Rebuilt
2118 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2119 * Makefile.in: Rebuilt
2120
78be4155
L
21212003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2122
2123 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2124
051fcc7a
L
21252003-10-01 Phil Edwards <pme@gcc.gnu.org>
2126
2127 * config-ml.in: Use ac_configure_args directly instead of
2128 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2129 actually seen.
2130
21312003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2132
2133 * config-ml.in: Propagate INSTALL variables.
2134
f27d4f92
DJ
21352003-09-21 Daniel Jacobowitz <drow@mvista.com>
2136
2137 * configure.in: Pass a computed --program-transform-name
2138 to subconfigures.
2139 * configure: Regenerated.
2140
cae4d560
NN
21412003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2142
2143 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2144 * Makefile.in: Regenerate.
2145
2146 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2147 * Makefile.in: Regenerate.
2148
8ff944f6
DJ
21492003-09-17 Daniel Jacobowitz <drow@mvista.com>
2150
2151 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2152 quoting.
2153 * configure: Regenerated.
2154
d9a35680
MC
21552003-09-12 Michael Chastain <mec@shout.net>
2156
2157 Fix PR gdb/857.
2158 * src-release (do-proto-topleve): Remove junk files
2159 intl/config.cache, intl/config.status,
2160 intl/config.h, intl/stamp-h.
2161
710068b9
AC
21622003-09-14 Andrew Cagney <cagney@redhat.com>
2163
2164 * src-release (dejagnu.tar): New target.
2165 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2166 (do-djunpack): Use $(PACKAGE) for the package name.
2167
e1008165
DD
21682003-09-04 DJ Delorie <dj@redhat.com>
2169
2170 * configure: Regenerate.
2171
21998d12
NC
21722003-09-04 Robert Millan <robertmh@gnu.org>
2173
2174 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 2175
ccca4bb3
DD
21762003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2177
2178 * configure.in: Ensure arguments to sed are properly spaced.
2179 * configure: Regenerate.
2180
ee949b5e
DJ
21812003-08-28 Daniel Jacobowitz <drow@mvista.com>
2182
2183 Merge from gcc:
2184 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2185 * install-sh: Update to newer upstream versions (associated with
2186 aclocal 1.7).
2187 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2188
75addda2
DJ
21892003-08-27 Daniel Jacobowitz <drow@mvista.com>
2190
2191 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2192 * configure: Regenerated.
2193
8d2877d8
NN
21942003-08-23 Phil Edwards <pme@gcc.gnu.org>
2195
2196 * configure.in: Use newline instead of semicolon when assuming
2197 shell arguments in a for loop.
2198 * configure: Regenerated.
2199
d2cc0e0d
GK
22002003-08-20 Geoffrey Keating <geoffk@apple.com>
2201
2202 PR 8180
2203 * configure.in: When testing with_libs and with_headers, treat
2204 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2205 * configure: Regenerate.
80b200a1 2206
d2cc0e0d
GK
2207 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2208 make, shell, etc.
2209 (baseargs): Likewise.
2210 * configure: Regenerate.
2211
04d1ab34
GK
22122003-08-19 Geoffrey Keating <geoffk@apple.com>
2213
2214 * configure.in: Disable libgcj for darwin not on powerpc.
2215 * configure: Rebuild.
2216
ca506da8
MC
22172003-08-15 Michael Chastain <mec@shout.net>
2218
2219 * src-release (do-proto-toplev): Remove junk files
2220 dejagnu/example/calc/config.status,
2221 dejagnu/example/calc/config.log.
2222
a4aa3f49
DD
22232003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2224
2225 * config-ml.in, symlink-tree: Add license.
2226
ede4fbe4
NN
22272003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
2228
2229 Merge from gcc:
2230
2231 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2232 * Makefile.tpl (check, check-c++): Express dependencies using
2233 dependencies rather than commands.
2234 * Makefile.in: Regenerate.
2235
2236 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2237 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2238 * Makefile.in: Update.
2239
970f29af
AC
22402003-08-01 Andrew Cagney <cagney@redhat.com>
2241
2242 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2243 * configure: Ditto.
2244
b2884a0c
DD
22452003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2246
2247 * configure.in: Enable libgcj for darwin.
2248 * configure: Rebuild.
2249
c07f46a4
NN
22502003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
2251
2252 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2253
9175bfc0
NN
22542003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2255
2256 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2257 creating target and build subdirs to build all parent dirs as needed.
2258 * Makefile.in: Rebuild.
2259 * configure.in: Don't build dirs explicitly here.
2260 * configure: Rebuild.
2261
b9abda6a
AO
22622003-07-22 Alexandre Oliva <aoliva@redhat.com>
2263
2264 * Makefile.tpl (all-make): Depend on intl.
2265 * Makefile.in: Rebuilt.
2266
eef8ffd4
NN
22672003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2268
2269 * config.if: Remove unused libc_interface determination.
2270
295efaf0
NN
22712003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2272
2273 * Makefile.in: Regenerate, correctly this time.
2274
e5c3f801
NN
22752003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2276
2277 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2278 unused INSTALL_PROGRAM_ARGS.
2279 * configure.in: Use AC_PROG_INSTALL.
2280 * Makefile.in: Regenerate.
2281 * configure: Regenerate.
2282
4a18bd6b
AO
22832003-07-10 Alexandre Oliva <aoliva@redhat.com>
2284
2285 * configure: Rebuilt.
2286 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2287 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2288 newlib nor libgloss.
2289 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2290 * configure.in (am33_2.0-*-linux*): Added.
2291
fbd1054d
BW
22922003-07-09 Bob Wilson <bob.wilson@acm.org>
2293
2294 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2295 * configure: Regenerate.
2296
b40e3958
L
22972003-07-06 H.J. Lu <hongjiu.lu@intel.com>
2298
2299 * config-ml.in: Replace PWD with PWD_COMMAND.
2300 * Makefile.tpl: Likewise.
2301 * Makefile.in: Regenerated.
2302
4a5be7ba
NN
23032003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2304
2305 * configure.in: Clean up config-lang.in handling. Delete
2306 useless assignment to "subdirs".
2307 * configure: Regenerate.
2308
9c14acb8
NN
23092003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2310
2311 * configure.in: Rename 'target_libs' to 'target_libraries'.
2312 Remove useless reference to 'target_libs'.
2313 * configure: Regenerate.
2314
8f32e830
KS
23152003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2316
2317 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2318 * Makefile.in: Regenerate.
2319
12f0bd74
NN
23202003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2321
2322 * Makefile.def: Introduce flags_to_pass.
2323 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2324 * Makefile.in: Regenerate.
2325
b07c2aad
HPN
23262003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2327
2328 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2329 and target-libgloss.
2330 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2331 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 2332 * configure: Regenerate.
b07c2aad 2333
56f25033
DD
23342003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2335
2336 * configure.in: Update testsuite_flags to new location.
2337 * configure. Regenerate.
80b200a1 2338
4ec9a3b2
NN
23392003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2340
2341 * Makefile.tpl: Remove BUILD_CC stuff.
2342 * Makefile.in: Regenerate.
2343
059083b1 23442003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 2345
059083b1
L
2346 * config.guess: Update to 2003-06-12 version.
2347 * config.sub: Update to 2003-06-13 version.
2348
535b046a
TS
23492003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2350
2351 * MAINTAINERS: Add myself as MIPS co-maintainer.
2352
00c22daa 23532003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 2354
00c22daa
L
2355 * config.guess: Update to 2003-06-06 version.
2356 * config.sub: Update to 2003-06-06 version.
2357
1047cb91
DD
23582003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2359
2360 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2361 * configure. Regenerate.
2362
123494c8
NN
23632003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2364
1047cb91
DD
2365 * configure.in: Disable serial configure by default.
2366 * configure: Regenerate.
2367 * Makefile.tpl: Abolish .NOTPARALLEL.
2368 * Makefile.in: Regenerate.
2369
7f121bbf
NN
2370 * Makefile.tpl: Replace {build,host,target}_canonical by
2371 {build,host,target}.
2372 * Makefile.in: Regenerate.
2373
123494c8
NN
2374 * Makefile.tpl: Fix stupid pasto.
2375 * Makefile.in: Regenerate.
2376
ec7e0995
NN
23772003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2378
2379 * Makefile.tpl: Remove bogus conditional.
2380 * Makefile.in: Regenerate.
2381
27b1cc72
NN
23822003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2383
2a4cbe27
NN
2384 * Makefile.tpl: Make 'recursive targets' using autogen rather
2385 than shell loop. Remove duplicate 'clean' targets and false
2386 comments.
2387 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2388 Add systematic method of specifying missing targets in subdirs.
2389 Add copyright boilerplate.
2390 * Makefile.in: Regenerate.
2391 * configure.in: Add 'recursive targets' to maybe list.
2392 * configure: Regenerate.
2393
27b1cc72
NN
2394 * Makefile.tpl: Rename [+target+] to [+make_target+].
2395 * Makefile.def: Rename 'target' to 'make_target'.
2396
01e51bd0
NC
23972003-05-30 Nick Clifton <nickc@redhat.com>
2398
2399 * README-maintainer-mode: Update URL for locating blessed config
2400 tools.
2401
2fd84b42
NC
24022003-05-29 Robert Millan <rmh@debian.org>
2403
2404 * ltconfig: Import this patch and modify for use with current
2405 version of ltconfig:
2406
2407 2003-05-21 Bruno Haible <bruno@clisp.org>
2408
2409 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2410 GNU/FreeBSD.
2411
8945c6bb
DD
24122003-05-28 DJ Delorie <dj@redhat.com>
2413
2414 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2415 * Makefile.in: Regenerate.
2416
2f9632a1
JJ
24172003-05-28 Jeff Johnston <jjohnstn@redhat.com>
2418
80b200a1 2419 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 2420
3a12db16 24212003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 2422
3a12db16
DD
2423 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2424 newlib or libgloss.
2425 * Makefile.in: Regenerate.
2426
44482353
DD
24272003-05-21 DJ Delorie <dj@redhat.com>
2428
2429 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2430 * Makefile.in: Regenerate.
2431
fec2c52d
MR
24322003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2433
2434 * configure.in: Use curly braces in the definition of tooldir.
2435 * configure: Regenerate.
2436
16ae0395
NN
24372003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2438
2439 * configure.in: Switch more things to use maybe dependencies.
80b200a1 2440 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
2441 Factor out common code from autogen IF statements.
2442 * configure: Regenerate.
2443 * Makefile.in: Regenerate.
2444
ec11bdc6
DD
24452003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2446
2447 * configure.in: Accept i[3456789]86 for machine type.
2448 * configure: Regenerate.
2449
dd12c3a8
NN
24502003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2451
2452 * configure.in: Switch more things to use maybe dependencies.
2453 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2454 * configure: Regenerate.
2455 * Makefile.tpl: Switch more things to use maybe dependencies.
2456 * Makefile.in: Regenerate.
2457
cf662e21
AJ
24582003-05-16 Andreas Schwab <schwab@suse.de>
2459
2460 * Makefile.tpl (install-opcodes): Define.
2461 * Makefile.in: Rebuild.
2462
5481b376
AJ
24632003-05-13 Andreas Jaeger <aj@suse.de>
2464
2465 * config.guess: Update to 2003-05-09 version.
2466 * config.sub: Update to 2003-05-09 version.
2467
3959a22a
AJ
24682003-05-13 Michael Eager <eager@mvista.com>
2469
2470 * configure.in: Correct sed script so that options in quotes are not
2471 deleted.
2472 * configure: Rebuild.
2473
564b43e5
CV
24742003-05-12 Corinna Vinschen <corinna@vinschen.de>
2475
2476 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2477 and $$s/newlib/libc/sys/cygwin32 include paths.
2478 * configure: Ditto.
2479
bb947dc9
L
24802003-05-05 H.J. Lu <hjl@gnu.org>
2481
2482 * config-ml.in: Restored from gcc repository.
2483
77f7441a
CD
24842003-05-02 Chris Demetriou <cgd@broadcom.com>
2485
80b200a1
ZW
2486 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2487 * Makefile.in: Regenerate.
77f7441a 2488
a26d7085
DJ
24892003-04-27 Daniel Jacobowitz <drow@mvista.com>
2490
2491 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2492 and Makefile.def.
2493
e4c4d240
DJ
24942003-04-27 Daniel Jacobowitz <drow@mvista.com>
2495
2496 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2497 * Makefile.in: Regenerated.
2498
62a3fc85
DD
24992003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2500
2501 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2502 * Makefile.in: Regenerate.
2503
25042003-04-18 Jakub Jelinek <jakub@redhat.com>
2505
2506 * configure.in (powerpc64*-*-linux*): Remove.
2507 * configure: Rebuilt.
2508
5b474aa8
DD
25092003-04-17 Phil Edwards <pme@gcc.gnu.org>
2510
2511 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2512 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2513 and restrap.
2514 * Makefile.in: Regenerate.
2515
25162003-04-16 Richard Earnshaw <rearnsha@arm.com>
2517
2518 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2519 * configure: Regenerated.
2520
bc295afe
AO
25212003-04-11 Alexandre Oliva <aoliva@redhat.com>
2522
2523 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2524 * */configure: Rebuilt.
2525
3728fade
NN
25262003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2527
2528 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2529 * Makefile.in: Regenerate.
2530
ce5b542e
MC
25312003-03-14 Michael Chastain <mec@shout.net>
2532
2533 * Makefile.in: Regenerate with correct Makefile.def.
2534
3db0a37f
NN
25352003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2536
2537 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2538 Make macro.
2539 * Makefile.in: Regenerate.
2540 * configure.in: Clean up gxx_include_dir logic.
2541 * configure: Regenerate.
2542
34349c6e
DD
25432003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2544
2545 * configure.in (gxx_include_dir): Fix typo.
2546 * configure: Regenerated.
2547
686c28c9
AC
25482003-03-06 Andrew Cagney <cagney@redhat.com>
2549
2550 * texinfo/texinfo.tex: Import version 2003-02-03.16.
2551
bba45b8b 25522003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 2553
bba45b8b
NN
2554 * configure.in: Include $(build_tooldir)/sys-include in
2555 FLAGS_FOR_TARGET.
2556 * configure: Regenerated.
2557
2683747f
NN
25582003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2559
bba45b8b
NN
2560 * Makefile.tpl: Reindent.
2561 * Makefile.in: Regenerate.
2562 * configure.in: Reindent. Don't set unused variables.
2563 * configure: Regenerate.
2564
2683747f
NN
2565 * Makefile.tpl: Always pass down RANLIB.
2566 * Makefile.in: Regenerate.
2567
2568 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2569 * Makefile.in: Regenerate.
2570 * configure.in: Remove unused logic relating to --enable-shared
2571 and --enable-threads. Remove bogus comments. Remove redundant
2572 noconfigdirs.
2573 * configure: Regenerate.
2574
2575 * configure.in: Replace ${libstdcxx_version} by its value.
2576 Remove reference to mh-dgux.
2577 * configure: Regenerate.
2578
50212802
NN
25792003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2580
2581 * Makefile.tpl: Rearrange.
2582 * Makefile.in: Regenerate.
2583
a6be7fc6
NC
25842003-02-25 Nick Clifton <nickc@redhat.com>
2585
2586 * configure: Remove site-file supprot - it is obsolete.
2587
f8a495c8
NC
25882003-02-24 Uwe Stieber <uwe@wwws.de>
2589
2590 * configure.in: Add support for kaOS as cross build target system.
2591 * configure: Regenerated.
2592
3decd77d
DD
25932003-02-20 Sean McNeil <sean@blue.mcneil.com>
2594
2595 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2596 configure-target-* as some target builds may require additional
2597 flags for preprocessor tests.
2598 * Makefile.in: Regenerated.
2599
f4ff34a3
AO
26002003-02-19 Alexandre Oliva <aoliva@redhat.com>
2601
2602 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2603 * ltconfig: Handle it.
2604 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2605 auto-detecting it.
2606
b7e4a931
AO
26072003-02-19 Alexandre Oliva <aoliva@redhat.com>
2608
2609 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2610 it is used as argument to $CC.
2611 * ltcf-gcj.sh: Likewise.
2612
6b784d9f
AO
26132003-02-19 Alexandre Oliva <aoliva@redhat.com>
2614
2615 * configure.in: Introduce --enable-maintainer-mode.
2616 * configure: Rebuilt.
2617 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2618 for maintainer mode.
2619 * Makefile.in: Rebuilt.
2620
8bcd8a07
AC
26212003-02-19 Andrew Cagney <ac131313@redhat.com>
2622
2623 * configure: Regenerate using autoconf 2.13.
2624
ee3fd329
AM
26252003-02-19 Alan Modra <amodra@bigpond.net.au>
2626
2627 * config.guess: Import latest version.
2628 * config.sub: Import latest version.
2629
e9e45685
JM
26302003-02-18 Jason Merrill <jason@redhat.com>
2631
2632 * Makefile.tpl (check-c++): Allow parallelism.
2633
859789af
AC
26342003-02-17 Andrew Cagney <ac131313@redhat.com>
2635
2636 * configure: Regenerate using autoconf 000227.
2637
b3f16a9b
GK
26382003-02-15 Geoffrey Keating <geoffk@apple.com>
2639
2640 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2641 don't configure target-libobjc.
2642 * configure: Regenerate.
2643
72e60e02
DD
26442003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2645
2646 * Makefile.tpl (RANLIB): Define.
2647 * Makefile.in: Regenerate.
2648
91f0e695
KS
26492003-02-06 Keith R Seitz <keiths@redhat.com>
2650
2651 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2652 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2653 * Makefile.in: Regenerated.
2654 * configure.in: Remove all traces of snavigator, db, and grep.
2655 * configure: Regenerated.
2656
122bfa92
FCE
26572003-01-31 Frank Ch. Eigler <fche@redhat.com>
2658
2659 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2660 * Makefile.in: Regenerated.
2661
264095c3
AO
26622003-01-30 Alexandre Oliva <aoliva@redhat.com>
2663
2664 * config.if: Copy from GCC.
2665
a84dbcb3
AO
26662003-01-27 Phil Edwards <pme@gcc.gnu.org>
2667
2668 * configure.in: Revert 24Jan change.
2669 * configure: Regenerate.
2670
19618276
NN
26712003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2672
2673 * configure.in: Revert previous change.
2674 * configure: Regenerate.
2675
b7f27a92
NN
26762003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2677
2678 * configure.in: Make rda native-only.
2679 * configure: Regenerate.
2680
83326456
NN
26812003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2682
2683 * configure.in: Add missing \.
2684 * configure: Rebuilt.
2685
5e367fa5
JJ
26862003-01-17 Jakub Jelinek <jakub@redhat.com>
2687
2688 * configure.in (baseargs): Avoid using \| in sed regular
2689 expressions.
2690 * configure: Rebuilt.
2691
e01f337c
JJ
26922003-01-16 Jakub Jelinek <jakub@redhat.com>
2693
2694 * configure.in (baseargs): Remove all supported forms of
2695 --cache-file, --srcdir, --host, --build and --target options
2696 from argument lists.
2697 * configure: Rebuilt.
2698
aa236487
AO
26992003-01-15 Alexandre Oliva <aoliva@redhat.com>
2700
2701 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2702 * configure: Rebuilt.
2703
586c0873
NN
27042003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2705
2706 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2707 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2708 * Makefile.in: Regenerate.
2709 * configure: Regenerate.
2710
497f816e
DD
27112003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2712
2713 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2714 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2715 * Makefile.in: Regenerate.
2716
bfbe5519
AO
27172003-01-09 Alexandre Oliva <aoliva@redhat.com>
2718
2719 * configure.in: Remove Makefile in build, host and target modules
2720 unless configure was run with --no-recursion.
2721 * configure: Rebuilt.
2722
3f234ef5
CD
27232003-01-08 Chris Demetriou <cgd@broadcom.com>
2724
2725 * config.guess: Update to 2003-01-03 version.
2726 * config.sub: Update to 2003-01-03 version.
2727
a3982d48
CF
27282003-01-07 Christopher Faylor <cgf@redhat.com>
2729
2730 * configure: Regenerate with proper autoconf 2.13.
2731
75778ec4
CF
27322003-01-07 Christopher Faylor <cgf@redhat.com>
2733
80b200a1
ZW
2734 * configure.in: Add AC_PREREQ for consistency.
2735 * configure: Regenerate.
75778ec4 2736
c180f501
AC
27372003-01-06 Andrew Cagney <ac131313@redhat.com>
2738
2739 * configure.in (GDB_TK): Add tcl directories conditional on
2740 gdb/gdbtk directory being present.
2741 * configure: Regenerate.
5481b376 2742
46ca2cc2
DA
27432003-01-04 John David Anglin <dave.anglin@nrc.ca>
2744
2745 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2746 by gcc if LD is not defined and we are not doing a Canadian Cross.
2747 * configure: Rebuilt.
2748
53dd8dab
DJ
27492003-01-01 Daniel Jacobowitz <drow@mvista.com>
2750
2751 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2752
50ceb20c
TT
27532002-12-31 Tom Tromey <tromey@redhat.com>
2754
2755 * Makefile.in: Rebuilt.
2756 * Makefile.def (target_modules) [libffi]: Allow installation.
2757
e78b5cfe
AS
27582002-12-31 Andreas Schwab <schwab@suse.de>
2759
2760 * configure.in: Fix use of $program_transform_name.
2761 * configure: Regenerated.
2762
67448102
DJ
27632002-12-30 Daniel Jacobowitz <drow@mvista.com>
2764
2765 * configure.in (baseargs): Don't remove first configure argument.
2766 * configure: Regenerated.
2767
e6bfb94a
AO
27682002-12-29 Alexandre Oliva <aoliva@redhat.com>
2769
2770 * Makefile.tpl (local-distclean): Don't remove...
2771 (multilib.ts): ... this. Moved into...
2772 (multilib.out): ... this. Don't use sub-make.
2773 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2774 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2775 (configure-build-[+module+], configure-[+module+],
2776 configure-target-[+module+], configure-gcc): ... these. Test
2777 for Makefile existence. Drop config.status from dependencies.
2778 * Makefile.in: Rebuilt.
2779 * configure.in: Move gcc-version-trigger to the end of
2780 ac_configure_args. Add comments to maybedep.tmp and
2781 serdep.tmp. Introduce --disable-serial-configure. Remove
2782 nonopt from baseargs, matching and removing corresponding
2783 whitespace while at it.
2784 * configure: Rebuilt.
2785
8f0dfb36
AO
27862002-12-28 Alexandre Oliva <aoliva@redhat.com>
2787
2788 * configure.in (host_configargs): Replace reference to
2789 no-longer-defined buildopts with --build=${build_alias}.
2790 * configure: Rebuilt.
2791
43be203f
AO
27922002-12-28 Alexandre Oliva <aoliva@redhat.com>
2793
2794 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2795 program_transform_name to standard idiom.
2796 (AUTOGEN, AUTOCONF): Define.
2797 (Makefile.in): Use $(AUTOGEN).
2798 (Makefile): Depend on config.status, and use autoconf-style rule to
2799 build it. Move original commands to...
2800 (config.status): ... this new target.
2801 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2802 $(AUTOCONF).
2803 * Makefile.in: Rebuilt.
2804
a0da8069
NN
28052002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2806
d18f1c9f
NN
2807 * Makefile.tpl: Fix dramatic bustage due to change in
2808 program_transform_name.
2809 * Makefile.in: Regenerate.
2810
2811 * configure.in: Remove unnecessary PATH setting.
2812 * configure: Regnerate.
2813
2814 * configure.in: Don't default to unprefixed tools unless
2815 the native tools will work.
2816 * configure: Regenerate.
2817
a0da8069
NN
2818 * configure.in: Convert to autoconf script. Blow away lots
2819 of now-redundant Makefile fragments.
2820 * configure: Generate using Autoconf.
2821 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2822 * Makefile.in: Regenerate.
2823
c567df0a
NN
28242002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2825
5481b376 2826 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
2827 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2828
5481b376 2829 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 2830 where they belong.
2c7f9a32 2831
2dabcfb4
AS
28322002-12-24 Andreas Schwab <schwab@suse.de>
2833
2834 * Makefile.tpl (multilib.out): Fix missing space.
2835 * Makefile.in: Regenerate.
2836
1086bc09
NN
28372002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2838
2839 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2840 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2841 * Makefile.in: Regenerate.
2842 * configure.in: Remove unnecessary leftovers.
2843
1086bc09
NN
28442002-12-21 Geoffrey Keating <geoffk@apple.com>
2845
2846 * configure.in (extra_ranlibflags_for_target): New variable.
2847 (*-*-darwin): Add -c to ranlib commands.
2848 * configure (tooldir): Handle extra_ranlibflags_for_target.
2849
14e9ca95
JJ
28502002-12-20 Jeff Johnston <jjohnstn@redhat.com>
2851
2852 * COPYING.NEWLIB: Updated.
2853 * COPYING.LIBGLOSS: Ditto.
2854
14c428fb
NN
28552002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2856
2857 * Makefile.tpl: Revert HJL's change.
2858 * Makefile.in: Regenerated.
2859 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2860 always.
2861
313b8244
AS
28622002-12-19 Andreas Schwab <schwab@suse.de>
2863
2864 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2865 * Makefile.in: Regenerate.
2866
efeae3db
L
28672002-12-18 H.J. Lu <hjl@gnu.org>
2868
2869 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2870 * Makefile.in: Regenerated.
2871
2872 * configure.in (build_prefix): New. Substitute.
2873
43d92c63
NN
28742002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2875
59da4fe6
NN
2876 * Makefile.tpl: Don't let real targets depend on phony targets.
2877 * Makefile.in: Regenerate.
2878
43d92c63
NN
2879 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2880 * Makefile.in: Regenerate.
2881
b72e6a2d
JM
28822002-12-16 Jason Merrill <jason@redhat.com>
2883
2884 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2885 previous 'make bootstrap'.
2886 * Makefile.in: Regenerate.
2887
95c72c44
HPN
28882002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2889
2890 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2891
7d695d07
JM
28922002-12-13 Jason Merrill <jason@redhat.com>
2893
2894 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2895 library tests.
2896 (check-c++): Just depend on it and check-target-libstdc++-v3.
2897 * Makefile.in: Regenerate.
2898
54103d1e
NN
28992002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2900
2901 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2902 * Makefile.in: Regenerate.
2903
4024f1e1
JJ
29042002-12-12 Jeff Johnston <jjohnstn@redhat.com>
2905
80b200a1
ZW
2906 * COPYING.NEWLIB: Update list of alternate Regent of California
2907 licenses and discuss official revoking of advertising clause.
2908 * COPYING.LIBGLOSS: Ditto.
4024f1e1 2909
7dda0df6
AO
29102002-12-12 Alexandre Oliva <aoliva@redhat.com>
2911
2912 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2913 * Makefile.in: Rebuilt.
2914
d03be79e 29152002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 2916
929293f4
NN
2917 * configure: Fix bug put in by gremlins.
2918
d03be79e
NN
2919 * Makefile.tpl: Substitute more autoconfily.
2920 * configure: Substitute more autoconfily.
2921 * Makefile.in: Regenerate.
2922
29232002-12-08 Andrew Cagney <ac131313@redhat.com>
2924
2925 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2926 * Makefile.in (all-sim): Ditto.
a36d530e
DD
2927
29282002-12-06 DJ Delorie <dj@redhat.com>
2929
2930 * Makefile.tpl: Change configure dependencies to not have real
2931 targets depend on phony targets.
b4a77b47 2932
db1ac78d
NN
29332002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2934
bcaf2395
NN
2935 * configure.in: Revert unintentional change.
2936
b4fa093e
NN
2937 * src-release: Configure host subdirs.
2938
db1ac78d
NN
2939 * Makefile.tpl: Change dependency for */multilib.out so that
2940 it works when gcc isn't in the tree.
2941
2942 * configure.in: Substitute more.
2943 * configure: Run subconfigures from the Makefile.
2944 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2945 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2946
15723a45
NN
29472002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2948
e2b9e2dc
NN
2949 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2950 and corresponding dependencies.
2951 * Makefile.in: Regenerate.
2952
2af579c4
NN
2953 * configure.in (host_tools): Order binutils, gas and ld for
2954 convenience in running the testsuites.
2955
a2cc058a
NN
2956 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2957 * Makefile.in: Regenerate.
2958 * configure.in: Introduce rules to serialize subconfigure runs.
2959
15723a45
NN
2960 * configure.in: Introduce BASE_CC_FOR_TARGET.
2961 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2962 Realize configure-build-* targets. Realize configure-target-* targets.
2963 * Makefile.in: Regenerate.
2964
ae831be5
NN
29652002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2966
2967 * configure: Move gcc_version_trigger stuff from here...
2968 * configure.in: ...to here.
2969
2970 * configure.in: Separate subconfigure options added by this file from
2971 options given by the user. Add machinery to put args for host
2972 subconfigures into the Makefile.
2973
2974 * Makefile.tpl: Remove 'vault' targets.
2975 * Makefile.tpl: Reorder and comment dependencies.
2976 * Makefile.in: Regenerate.
2977
bbf7c8ac
NN
29782002-11-28 Geoffrey Keating <geoffk@apple.com>
2979
2980 * configure.in: Move host-specific darwin noconfigdirs into
2981 the host-specific section.
2982
930314a4
NN
29832002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2984
52d7cdee
NN
2985 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
2986 during replay.
2987 * Makefile.in: Regenerate.
2988
930314a4
NN
2989 (finishing slow-motion replay)
2990 * configure: Remove skip-this-dir support.
2991 * Makefile.tpl: Remove skip-this-dir support.
2992
2993 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2994 subdirectories.
2995 * Makefile.in: Regenerate.
2996
2997 * Makefile.tpl: Strip out useless setting of 'dir'.
2998 * Makefile.in: Regenerate.
5481b376 2999
930314a4
NN
30002002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3001
3002 (finishing slow-motion replay)
3003 * configure.in: Fix deeply stupid bug.
3004
3005 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3006 shell code in CXX_FOR_TARGET
3007 * Makefile.def: Introduce raw_cxx.
3008 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3009 RAW_CXX_FOR_TARGET.
3010 * Makefile.in: Regenerate.
3011
30122002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3013
3014 (finishing slow-motion replay)
3015 * Makefile.tpl: Remove unnecessary ifs.
3016 * Makefile.in: Regenerate.
3017
5481b376 3018 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3019 dependencies. Maybe-ize build-libiberty. Create dummy install
3020 targets for 'no_install' modules.
5481b376 3021 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 3022 build_modules stuff to configure.in.
5481b376 3023 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3024 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3025 * Makefile.in: Regenerate.
3026
3866be5d
NN
30272002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3028
3029 (continuing slow-motion replay)
3030 * Makefile.tpl: Make all-target, install-target behave similarly
3031 to all, install (only hitting configured targets). Eliminate
3032 unused macro defintions.
3033
3034 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3035 build != host.
3036
3037 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3038
3039 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3040
5481b376 3041 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
3042 configuring. Remove references to "dosrel".
3043 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 3044 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 3045 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 3046 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
3047 and redundant dependency; rearrange slightly.
3048 * Makefile.def: Add host-side libtermcap, utils.
3049
3050 * Makefile.in: Regenerate.
3051
e393202e
NN
30522002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3053
3054 (Continuing slow-motion replay)
3055 * Makefile.def: Add list of recursive targets to autogenerate.
3056 Add build_modules.
3057 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3058 targets. Autogenerate *-build-* targets.
3059 * Makefile.in: Regenerate.
3060
583d52d7
NN
30612002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3062
3063 (Continuing slow-motion replay)
3064 * configure: More autoconf-style substitutions.
3065 * Makefile.tpl: More autoconf-style substitutions.
3066 * Makefile.in: Regenerate.
3067
30682002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3069
3070 (Continuing slow-motion replay)
3071 * configure: Substitute more variables in a more autoconf-friendly
3072 way. Simplify slightly.
3073 * Makefile.tpl: Make more variables substitutable in an
3074 autoconf-friendly way.
3075 * Makefile.in: Regenerate.
3076
874e38b4
NN
30772002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3078
3079 (Continuing slow-motion replay)
3080 * configure.in (v810*): Remove special setting of tools.
3081
3082 * configure: Add support for extra required flags for ar or nm.
3083 * configure.in (aix4.3+): Use above support for target-specific
3084 issues, rather than using config/mt-aix43.
3085
852e5f18
NN
30862002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3087
3088 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3089 * configure: Remove 'removing', which doesn't work. Replace $subdir
3090 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3091 with $srcdir. Reformat indentation. Substitute some variables
3092 formerly hard-coded in the Makefile for build=host.
3093 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3094 * Makefile.def: Autogenerate more.
3095 * Makefile.in: Regenerate.
3096
c9a0d920
DD
30972002-11-13 Bruce Korb <bkorb@gnu.org>
3098
3099 * Makefile.tpl: syntactic cleanup
3100
dd2768ff
KB
31012002-11-04 Kevin Buettner <kevinb@redhat.com>
3102
3103 * Makefile.def (host_modules): Add rda.
3104 * Makefile.in: Regenerate.
3105 * configure.in (target_tool): Add target-rda to list.
3106
1aa8389d
DD
31072002-10-25 Phil Edwards <pme@gcc.gnu.org>
3108
3109 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3110 and restrap targets to this rule.
3111 * Makefile.in: Regenerate.
3112
28f46298
HPN
31132002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3114
3115 * configure.in (i[3456]86-*-linux*): Add check to disable
3116 ${libgcj} for glibc1.
3117
ff72e302
NC
31182002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3119
3120 * configure.in: Add tic4x target.
3121
8607b6c9
NN
31222002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3123
3124 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3125 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3126 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3127 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3128 * Makefile.in: Regenerate.
3129
f8f61f4a
NN
31302002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3131
c86f794b
NN
3132 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3133 * Makefile.in: Regenerate.
3134
a9590527
NN
3135 * Makefile.def: Remove order dependency comments.
3136 * Makefile.tpl: Add explicit install-install dependencies.
3137 * Makefile.in: Regenerate.
3138
8412ce72
NN
3139 * Makefile.tpl: Remove material now in src-release. (Finally!)
3140 * Makefile.in: Regenerate.
3141
8b9f37f1
NN
3142 * configure: Restore my original patch by syncing with gcc version.
3143
f8f61f4a
NN
3144 * Bring following over from gcc:
3145
31462002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3147
3148 * configure.in (s390*-*-linux*): Enable libgcj.
3149
403d9505
NN
31502002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3151
3152 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
3153
95f6f383
AM
31542002-10-02 Alan Modra <amodra@bigpond.net.au>
3155
e4673b0a 3156 * configure: Move stray lines back to where they belong.
95f6f383 3157
748503c8
NN
31582002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
3159
a581b5c3
NN
3160 * Makefile.tpl: Insert configure-target target, for src-release.
3161
c084f5b4
NN
3162 * configure: Finish reverting change which Andrew Cagney started
3163 reverting. Should fix bustage.
3164
7aa673ed 3165 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
3166 * src-release: New file. Contains material for making net
3167 releases for gdb, binutils, et al., formerly in Makefile.in.
3168
82a9b2d9
NC
31692002-09-30 Nick Clifton <nickc@redhat.com>
3170
3171 * cpu: New top level directory. Intended to hold input files for
3172 CGEN which have FSF copyright assignment.
3173 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3174
c2463a00
AC
31752002-09-29 Andrew Cagney <ac131313@redhat.com>
3176
3177 Revert below (note that src does not contain Makefile.tpl):
3178 * Makefile.tpl: Make subsituted variables more autoconfy.
3179 * Makefile.in: Regenerate.
3180
f03b4789
NN
31812002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3182
c11e16a9
NN
3183 * configure: Revert accidentally applied changes.
3184
f03b4789
NN
3185 * Makefile.tpl: Make more autoconf-friendly.
3186 * Makefile.in: Regenerate.
3187 * configure: Make substitution more autoconf-like.
3188
31892002-09-28 Richard Earnshaw <rearnsha@arm.com>
3190
3191 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3192 single entry to handle all these.
3193 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3194 libjava on arm-*-elf.
3195
c0292023
GK
31962002-09-27 Geoffrey Keating <geoffk@apple.com>
3197
3198 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3199 things that depend on them.
3200
c66d951e
NN
32012002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3202
3203 * Makefile.tpl: Make subsituted variables more autoconfy.
3204 * Makefile.in: Regenerate.
3205 * configure: Make seds more autoconfy.
3206
907a7241 32072002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
3208
3209 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3210 * Makefile.in: Regenerate.
3211 * configure.in: Rewrite sed statements to look autoconfy.
3212
907a7241
NN
3213 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3214 all-target-foo on configure-target-foo.
3215 * Makefile.def: Ditto.
3216 * Makefile.in: Rebuild.
3217
405ea7a0
NN
32182002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3219
3220 * Makefile.def: New file.
3221 * Makefile.tpl: New file.
3222 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3223
3224 * configure.in: Minor rearrangement. Simplify tests.
3225
bdc57bfd
JT
32262002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
3227
3228 * configure.in (with_headers): Skip copy if value is "yes".
3229 (with_libs): Likewise.
3230
ae03d6e2
NN
32312002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3232
3233 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3234 * configure.in (sh*-*-pe*): Ditto.
3235 * configure.in (mips*-*-pe*): Ditto.
3236 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
3237
3238 * configure.in: Rearrange.
3239
707960fe
NC
32402002-09-12 Nick Clifton <nickc@redhat.com>
3241
3242 * Import these changes from the config master repository:
3243
3244 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
3245
3246 * config.sub: Add tic4x target.
3247
3248 2002-09-03 Ben Elliston <bje@redhat.com>
3249
3250 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3251 Reported by <Duncan_Stodart@insession.com>.
3252
36ea319f
JJ
32532002-09-10 Jeff Johnston <jjohnstn@redhat.com>
3254
3255 * COPYING.NEWLIB: More updates.
3256
cf57480a
JJ
32572002-09-09 Jeff Johnston <jjohnstn@redhat.com>
3258
3259 * COPYING.NEWLIB: Update.
3260
fd31a171
AC
32612002-08-23 Andrew Cagney <ac131313@redhat.com>
3262
23b632fc
AC
3263 * texinfo/texinfo.tex: Import version 2002-06-04.06.
3264
fd31a171
AC
3265 * config.guess: Import version 2002-08-23.
3266 * config.sub: Import version 2002-08-22.
3267
a08bafb5
AO
32682002-08-20 Alexandre Oliva <aoliva@redhat.com>
3269
3270 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3271 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3272 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3273
17240c1f
NC
32742002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3275
3276 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3277
e70ad0c6
L
32782002-08-04 H.J. Lu (hjl@gnu.org)
3279
3280 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3281
574e6d11
DD
32822002-07-31 Alan Modra <amodra@bigpond.net.au>
3283
3284 * configure.in: Move generic linux case to end. Copy generic
3285 linux noconfigdirs to mips*-*-linux* entry and new
3286 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3287
611e7523
CD
32882002-07-19 Chris Demetriou <cgd@broadcom.com>
3289
3290 * MAINTAINERS: Clarify on config.guess and config.sub, and add
3291 one instance of them which was missed to the list to update.
3292
51759676
CD
32932002-07-16 Chris Demetriou <cgd@broadcom.com>
3294
3295 * config.guess: Update to 2002-07-09 version.
3296 * config.sub: Update to 2002-07-03 version.
3297
7c1f909c
DD
32982002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3299
3300 * configure.in: Remove two redundant tests.
3301
d7cf5d30
DD
33022002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3303
3304 * configure.in (mips*-*-irix6*o32): Enable stabs.
3305
c74222f7
DD
33062002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3307
5b53c336
DD
3308 * configure.in: Don't build grez.
3309 * Makefile.in: Ditto.
3310
c74222f7
DD
3311 * Makefile.in: Remove references to bsp, cygmon, libstub.
3312 * configure.in: Ditto.
3313
3314 * configure.in: Remove leftover reference to gdbtest.
3315
edd1b227
DD
33162002-07-08 Phil Edwards <pme@gcc.gnu.org>
3317
3318 * configure.in (gxx_include_dir): Change to match versioned
3319 C++ headers if --enable-version-specific-runtime-libs is used.
3320
486186e3
AO
33212002-07-04 Steve Ellcey <sje@cup.hp.com>
3322
3323 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3324
ff0a3bf8
DD
33252002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3326
3327 * configure.in: Make --without-x work.
3328
1dfa8174
NC
33292002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
3330
3331 * contrib: New directory. Created to contain a copy of the
5481b376 3332 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
3333 the FSF GCC sources.
3334
07637366
DD
33352002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3336
b6f83f2a
DD
3337 * configure.in: Rearrange target Makefile fragment collection.
3338
07637366
DD
3339 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3340 cvs[src].
3341 * configure.in: Ditto.
3342
f48556b1
DD
33432002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3344
3345 * Makefile.in: Eliminate 'apache' targets.
3346 * configure.in: Eliminate 'apache' targets.
3347
3348 * configure.in: Eliminate redundant tests. Reorganize.
3349
3350 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3351
3352 * config-ml.in: Eliminate references to Cygnus configure.
3353
3354 * Makefile.in: Eliminate references to building emacs.
3355
33562002-07-01 Denis Chertykov <denisc@overta.ru>
3357
3358 * configure.in: Add support for ip2k.
3359
cdb9e2b8
BE
33602002-06-24 Ben Elliston <bje@redhat.com>
3361
3362 * configure.in (host_tools): Remove cgen.
3363
3364 * Makefile.in (all-cgen): Remove; runs from its source directory.
3365 (check-cgen, install-cgen, clean-cgen): Likewise.
3366 (all-opcodes): No not depend on all-cgen.
3367 (all-sim): Likewise.
3368
3558860c
DD
33692002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3370
3371 * configure.in: Fix AIX configury bug.
3372
e3b0c936
DD
33732002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3374
cdb9e2b8 3375 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 3376
cdb9e2b8
BE
3377 * configure.in: Move definition of libstdcxx_flags right above
3378 usage, rather than way earlier.
8ee424c0 3379
c712250a
DD
3380 * configure.in: Pull definition of is_cross_compiler earlier.
3381
9ee1a75c
DD
3382 * configure.in: Rearrange a little.
3383
e3b0c936
DD
3384 * configure.in: Remove references to librx.
3385 * Makefile.in: Remove references to librx.
3386
b2bd228e
DD
33872002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3388
3389 * configure.in: Eliminate ${gasdir} variable.
3390
7cd52483
DB
33912002-06-18 Dave Brolley <brolley@redhat.com>
3392
3393 * configure.in: Add support for frv.
3394 * config.sub: Add support for frv.
3395
6c5e141a
DD
33962002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3397
3398 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3399
0d18b56d
JT
34002002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3401
3402 * configure.in (vax-*-netbsd*): Re-enable gas.
3403
fd8958d5
DD
34042002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3405
27f15fdd
DD
3406 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3407 BUILD_PREFIX_1, to correct nomenclature.
3408 * configure: Likewise.
3409
fd8958d5
DD
3410 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3411 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3412
0c2442b7
DD
34132002-05-31 Olaf Hering <olh@suse.de>
3414
3415 * config-ml.in: Propogate DESTDIR also.
3416
a3602181
JT
34172002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3418
3419 * configure.in (vax-*-netbsd*): Don't build gas for this
3420 platform.
3421
c95f53ae
MM
34222002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3423
3424 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3425 and libgcj for AVR.
3426
1d7c1053
NC
34272002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3428
3429 * config.sub: Add DLX target.
3430
4b37028f
JT
34312002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3432
3433 * config.guess: Update to 2002-05-22 version.
3434 * config.sub: Likewise.
3435
d5de0a84
NC
34362002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3437
3438 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3439 * config-ml.in: Likewise.
3440 * configure: Likewise.
3441 * configure.in: Likewise.
3442
c92a0210
DD
34432002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3444
115a77aa
DD
3445 * configure.in: Simplify makefile fragment collection.
3446
3447 * configure.in: Remove code to build emacs.
e99daf2b 3448
91e060aa
DD
3449 * configure.in : Remove --srcdir argument from targargs and buildargs
3450 (it's always overridden in the Makefile anyway). Rearrange a bit.
3451
3452 * configure: Move some logic to configure.in.
3453 * configure.in: Move some logic from configure.
c92a0210 3454
91217342
JJ
34552002-05-07 Jeff Johnston <jjohnstn@redhat.com>
3456
3457 * COPYING.LIBGLOSS: New file.
3458
d3d8a9ee
NC
34592002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
3460
3461 * Makefile.in: Honour DESTDIR.
3462
3a036cdc
AO
34632002-05-05 Alexandre Oliva <aoliva@redhat.com>
3464
3465 * configure.in (noconfigdirs): Don't disable libgcj on
3466 sparc64-*-solaris* and sparcv9-*-solaris*.
3467
6d095fe4
AO
34682002-05-03 Alexandre Oliva <aoliva@redhat.com>
3469
3470 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3471
dac55df9
TF
34722002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3473
3474 * configure.in (FLAGS_FOR_TARGET): Do not add
3475 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3476 on i[3456]86-*-linux*.
3477
a018e15b
TF
34782002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3479
3480 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
3481
3482 * configure.in (noconfigdirs): Do not add target-newlib if
3483 target == i[3456]86-*-linux*, and host == target.
3484
5f284831
MM
34852002-04-29 Mark Mitchell <mark@codesourcery.com>
3486
3487 * config.guess: Updated to 2002-04-26's version.
3488 * config.sub: Updated to 2002-04-26's version.
3489
33babf59
DD
34902002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3491
bd5f7da2
DD
3492 * configure.in: delete reference to absent file
3493
a0c4f3a0
DD
3494 * configure.in: replace '[' with 'test'
3495
66f1ba4f
DD
3496 * configure.in: Eliminate references to gash.
3497 * Makefile.in: Eliminate references to gash.
3498
7c3ab50c
DD
3499 * configure.in: remove useless references to 'pic' makefile fragments.
3500
bbc025f5
DD
3501 * configure.in: (*-*-windows*) Finish removing.
3502
33babf59
DD
3503 * configure.in: Eliminate redundant test for libgui.
3504
d5ec694c
DD
35052002-04-26 Joel Sherrill <joel@OARcorp.com>
3506
3507 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3508 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3509
57a5346c
DD
35102002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3511
3512 * configure.in: remove references to dead files
3513
dbf93899
DD
35142002-04-18 Tom Tromey <tromey@redhat.com>
3515
3516 * configure.in: Disallow configuring libgcj when it is already
3517 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3518 Solaris 2.8 by default. For PR libgcj/6158.
3519
26eadf68
DD
35202002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3521
3522 * configure.in: Move default CC setting out of config/mh-* fragments
3523 directly into here.
3524
a0a2c6c6
DD
35252002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3526
3527 * configure.in: don't even try to configure or make a subdirectory
3528 if there's no configure script for it.
3529
9972f812
DD
35302002-04-15 Mark Mitchell <mark@codesourcery.com>
3531
3532 * MAINTAINERS: Remove chill maintainers.
3533 * Makefile.in (CHILLFLAGS): Remove.
3534 (CHILL_LIB): Remove.
3535 (TARGET_CONFIGDIRS): Remove libchill.
3536 (CHILL_FOR_TARGET): Remove.
3537 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3538 CHILL_LIB.
3539 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3540 (CHECK_TARGET_MODULES): Likewise.
3541 (INSTALL_TARGET_MODULES): Likewise.
3542 (CLEAN_TARGET_MODULES): Likewise.
3543 (configure-target-libchill): Remove.
3544 (all-target-libchill): Remove.
3545 * configure.in (target_libs): Remove target-libchill.
3546 Do not compute CHILL_FOR_TARGET.
3547 * libchill: Remove directory.
5481b376 3548
75205f78
DD
35492002-04-15 DJ Delorie <dj@redhat.com>
3550
3551 * Makefile.in, configure.in, configure: Sync with gcc, entries
3552 follow...
3553
35542002-04-08 Tom Tromey <tromey@redhat.com>
3555
3556 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3557 Fixes PR libgcj/6068.
3558
35592002-03-30 Krister Walfridsson <cato@df.lth.se>
3560
3561 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3562
35632002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3564
3565 * configure.in (alpha*-dec-osf*): Enable libgcj.
3566
35672002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3568
3569 Fix for: PR bootstrap/3591, target/5676
3570 * configure.in (mcore-pe): Disable the configuration of
3571 libstdc++-v3 since exceptions are not supported.
3572
35732002-03-20 Anthony Green <green@redhat.com>
3574
3575 * configure.in: Enable libgcj for xscale-elf target.
3576
35772002-02-28 Alexandre Oliva <aoliva@redhat.com>
3578
3579 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3580 libjava.
3581 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3582
35832002-02-22 Alexandre Oliva <aoliva@redhat.com>
3584
3585 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3586 libstdc++-v3 and libjava.
3587
35882002-02-11 Adam Megacz <adam@xwt.org>
3589
3590 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3591 boehm-gc
3592
35932002-02-09 Alexandre Oliva <aoliva@redhat.com>
3594
3595 * config.guess: Updated to 2002-01-30's version.
3596 * config.sub: Updated to 2002-02-01's version.
3597 Contribute sh64-elf.
3598 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3599 * configure.in: Added sh64-*-*.
3600
36012002-01-17 H.J. Lu <hjl@gnu.org>
3602
3603 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3604 (all-target-fastjar): Also depend on all-target-libiberty.
3605
3606Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3607
3608 * configure, configure.in: Use temp file for long sed commands.
3609
36102001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3611
3612 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3613 libf2c.
3614
36152001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3616
3617 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3618
36192001-10-11 Hans-Peter Nilsson <hp@axis.com>
3620
3621 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3622
36232001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3624
3625 * configure: Handle temporary files securely using mkdir.
3626
36272001-09-26 Will Cohen <wcohen@redhat.com>
3628
3629 * configure.in (*-*-linux*): Disable configuration of target-newlib
3630 and target-libgloss.
3631
36322001-09-26 Alexandre Oliva <aoliva@redhat.com>
3633
3634 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3635 RANLIB.
3636
36372001-08-11 Graham Stott <grahams@redhat.com>
3638
3639 * Makefile.in (check-c++): Add missing semicolon.
3640
36412001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3642
3643 * configure.in (sh-*-linux*): New.
3644
36452001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3646
3647 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3648 and libgcj on m68hc11/m68hc12.
3649
36502001-06-27 H.J. Lu (hjl@gnu.org)
3651
3652 * Makefile (CFLAGS_FOR_BUILD): New.
3653 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3654
36552001-06-01 Hans-Peter Nilsson <hp@axis.com>
3656
3657 * configure.in (libstdcxx_flags): Do not try to execute
3658 libstdc++-v3/testsuite_flags until it exists.
3659
36602001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3661
3662 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3663
36642001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3665
3666 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3667
3668Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3669
3670 * configure.in: Move *-chorusos target case to the proper switch.
3671 Disable libgcj.
3672
36732001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3674
3675 * Makefile.in (STAGE1_CFLAGS): Pass down.
3676
36772001-04-13 Alan Modra <amodra@one.net.au>
3678
3679 * config.guess: Add hppa64-linux support. Note for next import that
3680 this is already in the master file.
3681 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3682
36832001-03-22 Colin Howell <chowell@redhat.com>
3684
3685 * Makefile.in (DO_X): Do not backslash single-quotes in
3686 backquotes (two places).
3687
36882001-03-18 Laurynas Biveinis <lauras@softhome.net>
3689
3690 * Makefile.in (DO_X): Quote nested quotes.
3691
36922001-03-15 Laurynas Biveinis <lauras@softhome.net>
3693
3694 * Makefile.in (DO_X): Use double quotes for quoting
3695 "RANLIB=$${RANLIB}".
3696
36972001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3698
3699 * configure.in: Only use `lang_requires' for languages athat are
3700 actually enabled.
3701
37022001-03-07 Tom Tromey <tromey@redhat.com>
3703
3704 * configure.in: Allow config-lang.in to set `lang_requires' to list
3705 of other required languages.
3706
37072001-03-06 Laurynas Biveinis <lauras@softhome.net>
3708
3709 * Makefile.in: Remove RANLIB definition. Use RANLIB
3710 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3711 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3712
37132001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3714 Alexandre Oliva <aoliva@redhat.com>
3715
3716 * Makefile.in (check-c++): Use tabs, not spaces.
3717
37182001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3719
3720 * Makefile.in (check-c++): New rule.
3721
3722 * configure.in (target_libs): Remove libg++.
3723 (noconfigdirs): Remove libg++.
3724 (noconfigdirs): Same.
3725 (noconfigdirs): Same.
3726 (noconfigdirs): Same.
3727
3728 * config-ml.in: Remove libg++ references.
3729
3730 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3731 (ALL_TARGET_MODULES): Same.
3732 (configure-target-libg++): Remove.
3733 (all-target-libg++): Remove.
3734 (configure-target-libio): Remove.
3735 (all-target-libio): Remove.
3736 (check-target-libio): Remove.
3737 (.PHONY): Remove.
3738 (libg++.tar.bz2): Remove.
3739 (all-target-cygmon): Remove libio.
3740 (all-target-libstdc++): Remove.
3741 (configure-target-libstdc++): Remove.
3742 (TARGET_LIB_PATH): Remove libstdc++.
3743 (ALL_GCC_CXX): Remove libstdc++.
3744 (all-target-gperf): Correct.
3745
37462001-02-15 Anthony Green <green@redhat.com>
3747
3748 * configure: Introduce GCJ_FOR_TARGET.
3749 * configure.in: Ditto.
3750 * Makefile.in: Ditto.
3751
37522001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3753
3754 * configure.in: for *-chorusos, don't config target-newlib and
3755 target-libgloss.
3756
37572001-02-04 Mark Mitchell <mark@codesourcery.com>
3758
3759 Remove V2 C++ library.
3760 * configure.in: Remove --enable-libstdcxx_v3 support.
3761
37622001-01-27 Richard Henderson <rth@redhat.com>
3763
3764 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3765
37662001-01-26 Tom Tromey <tromey@redhat.com>
3767
3768 * configure.in: Allow libgcj to be built on Sparc Solaris.
3769
37702001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3771
3772 * configure.in: Enable libgcj on several additional platforms.
3773
37742001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3775
3776 * configure.in: Enable libgcj for linux targets.
3777
37782001-01-09 Mike Stump <mrs@wrs.com>
3779
3780 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3781 failures of subdirectories.
3782
37832001-01-02 Laurynas Biveinis <lauras@softhome.net>
3784
3785 * configure: handle DOS-style absolute paths.
3786
37872001-01-02 Laurynas Biveinis <lauras@softhome.net>
3788
3789 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3790
37912000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3792
3793 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3794 (libstdcxx_incdir): Pass down.
3795 * config.if: Remove expired bits for cxx_interface, add stub.
3796 (libstdcxx_incdir): Add variable for g++ include directory.
3797 * configure.in (gxx_include_dir): Use it.
3798
37992000-12-15 Andreas Jaeger <aj@suse.de>
3800
3801 * configure.in: Handle lang_dirs.
3802
38032000-12-13 Anthony Green <green@redhat.com>
3804
3805 * configure.in: Disable libgcj for any target not specifically
3806 listed. Disable libgcj for x86 and Alpha Linux until compatible
3807 with g++ abi.
3808
38092000-12-13 Mike Stump <mrs@wrs.com>
3810
3811 * Makefile.in (local-distclean): Also remove fastjar.
3812
38132000-12-10 Anthony Green <green@redhat.com>
3814
3815 * configure.in: Define libgcj. Disable libgcj target libraries for
3816 most targets.
3817
38182000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3819
3820 * configure.in (target_libs): Revert 2000-12-08 patch.
3821 (noconfigdirs): Added target-libjava.
3822
38232000-12-09 Laurynas Biveinis <lauras@softhome.net>
3824
3825 * Makefile.in: handle DOS-style absolute paths.
3826
38272000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3828
3829 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3830 libjava.
3831 * configure.in (target_libs): Removed `target-libjava'.
3832
38332000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3834
3835 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3836 (ALL_MODULES): Added fastjar.
3837 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3838 (all-target-libjava): all-fastjar replaces all-zip.
3839 (all-fastjar): Added.
3840 (configure-target-fastjar, all-target-fastjar): Likewise.
3841 * configure.in (host_tools): Added fastjar.
3842
38432000-12-07 Mike Stump <mrs@wrs.com>
3844
3845 * Makefile.in (local-distclean): Remove leftover built files.
3846
38472000-11-16 Fred Fish <fnf@be.com>
3848
3849 * configure.in (enable_libstdcxx_v3): Fix typo,
3850 libstd++ -> libstdc++.
3851
38522000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3853
3854 * configure: Provide the original toplevel configure arguments
3855 (including $0) to subprocesses in the environment rather than
3856 through gcc/configargs.h.
3857
38582000-11-12 Mark Mitchell <mark@codesourcery.com>
3859
3860 * configure: Turn on libstdc++ V3 by default.
3861
38622000-10-16 Michael Meissner <meissner@redhat.com>
3863
3864 * configure (gcc/configargs.h): Only create if there is a build GCC
3865 directory created.
3866
38672000-10-05 Phil Edwards <pme@gcc.gnu.org>
3868
3869 * configure: Save configure arguments to gcc/configargs.h.
3870
38712000-10-04 Andris Pavenis <pavenis@latnet.lv>
3872
3873 * Makefile.in (bootstrap): avoid recursion if subdir missing
3874 (cross): ditto
3875 (do-proto-toplev): ditto
3876
3877Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3878
3879 * configure.in: Do not build byacc for hppa64. Provide paths to the
3880 X11 libraries for hppa64.
3881
38822000-09-02 Anthony Green <green@cygnus.com>
3883
3884 * Makefile.in (all-gcc): Depend on all-zlib.
3885 (CLEAN_MODULES): Add clean-zlib.
3886 (ALL_MODULES): Add all-zlib.
3887 * configure.in (host_libs): Add zlib.
3888
38892000-08-25 Alexandre Oliva <aoliva@redhat.com>
3890
3891 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3892 $targargs to tell whether newlib is going to be built.
3893
3894 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3895 $$r/TARGET_SUBDIR/libio for _G_config.h.
3896
38972000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3898
3899 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3900
3901 * configure: Make enable_threads and enable_shared defaults
3902 explicit. Substitute enable_threads into generated Makefiles.
3903 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3904 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3905
39062000-08-02 Manfred Hollstein <manfredh@redhat.com>
3907
3908 * configure.in: Re-enable all references to libg++ and librx.
3909
ffb97b2f 39102002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 3911
ffb97b2f
DD
3912 * configure.in: Add *-*-freebsd* configurations.
3913
bbf6e9e3
AC
39142002-04-07 Andrew Cagney <ac131313@redhat.com>
3915
3916 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3917 (do-tar, do-bz2): New rules.
3918 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3919 (gdb-tar): New rule.
3920 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3921 (insight_dejagnu.tar): New rule.
3922 (insight.tar): New rule.
3923 (gdb+dejagnu.tar): New rule.
3924 (gdb.tar): New rule.
3925
8f1579c0
AC
39262002-04-07 Andrew Cagney <ac131313@redhat.com>
3927
3928 * MAINTAINERS: Update dejagnu/
3929
ba3c59ab
AO
39302002-03-16 Alexandre Oliva <aoliva@redhat.com>
3931
3932 * ltmain.sh (relink_command): Fix typo in previous change.
3933
6243d5dd
AO
39342002-03-15 Alexandre Oliva <aoliva@redhat.com>
3935
3936 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3937 (relink_command): Added --tag flags.
3938 (mode=install): If relinking fails; error out.
3939
80413487
RH
39402002-03-12 Richard Henderson <rth@redhat.com>
3941
3942 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3943 .NOTPARALLEL tag.
3944 (do-check): Rename from check.
3945 (check): Allow parallel check.
3946
3daeddf6
RH
39472002-03-11 Richard Henderson <rth@redhat.com>
3948
3949 * Makefile.in (.NOTPARALLEL): Add fake tag.
3950
fad93c55
L
39512002-03-07 H.J. Lu (hjl@gnu.org)
3952
3953 * configure.in: Enable gprof for mips*-*-linux*.
3954
2e8357fc
AO
39552002-02-28 Alexandre Oliva <aoliva@redhat.com>
3956
3957 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3958 libjava.
3959 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3960
bd48e1a9
AC
39612002-02-24 Andrew Cagney <ac131313@redhat.com>
3962
3963 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
3964
39121370
DJ
39652002-02-23 Daniel Jacobowitz <drow@mvista.com>
3966
3967 * config.guess: Import from master sources, rev 1.232.
3968 * config.sub: Import from master sources, rev 1.246.
3969
081ff160
AO
39702002-02-23 Alexandre Oliva <aoliva@redhat.com>
3971
3972 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3973 because its Makefile is there; test for the executable instead.
3974
20a5393b
AO
39752002-02-09 Alexandre Oliva <aoliva@redhat.com>
3976
3977 Contribute sh64-elf.
3978 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3979 * configure.in: Added sh64-*-*.
3980
38135629
JJ
39812002-02-04 Jeff Johnston <jjohnstn@redhat.com>
3982
80413487
RH
3983 * COPYING.NEWLIB: Remove advertising clause from
3984 Berkeley and Red Hat licenses.
38135629 3985
48d19748
MD
39862002-02-01 Mo DeJong <supermo@bayarea.net>
3987
3988 * Makefile.in: Add all-tix to deps for all-snavigator
3989 so that tix is built when building snavigator.
3990
f6e1c110
BE
39912002-02-01 Ben Elliston <bje@redhat.com>
3992
3993 * config.guess: Import from master sources, rev 1.229.
3994 * config.sub: Import from master sources, rev 1.240.
3995
4867be41
DJ
39962002-01-27 Daniel Jacobowitz <drow@mvista.com>
3997
3998 From Steve Ellcey <sje@cup.hp.com>:
3999 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4000 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4001 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4002 IA64.
4003 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4004 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4005 soname_spec, sys_lib_search_path_spec): Ditto.
4006
e82380cc
JT
40072002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4008
4009 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4010 target-libiberty, and target-libgloss. Skip Java-related
4011 libraries if not supported for NetBSD on target CPU.
4012
1319fb9c
NC
40132002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
4014
4015 * configure.in: Import StrongARM and XScale target_configdirs from
4016 FSF GCC version.
4017
b020f6ac
L
40182002-01-16 H.J. Lu (hjl@gnu.org)
4019
4020 * config.guess: Import from master sources, rev 1.225.
4021 * config.sub: Import from master sources, rev 1.238.
4022
4023 * MAINTAINERS: Updated notes on config.guess and config.sub.
4024
a0c1c920
NC
40252002-01-11 Steve Ellcey <sje@cup.hp.com>
4026
4027 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4028 ld and gdb are not supported.
4029
a9fa5e1f
JJ
40302002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4031
4032 * Change reference to Cygnus Solutions to be Red Hat.
4033
94077108
JJ
40342002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4035
4036 * COPYING.NEWLIB: Update generic copyright date.
4037
05ecd75c
MS
40382002-01-07 Mark Salter <msalter@redhat.com>
4039
4040 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4041 Allow target-libgloss to be built for arm, strongarm, and xscale.
4042
a106bb62
BE
40432002-01-03 Ben Elliston <bje@redhat.com>
4044
4045 * MAINTAINERS: Update URL for config.* scripts.
4046
0e254642
AM
40472001-12-18 Alan Modra <amodra@bigpond.net.au>
4048
4049 * config.sub: Import latest version.
4050 * config.guess: Likewise.
4051
0a0d0041
TF
40522001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4053
4054 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4055 options for i[3456]86-pc-linux* native builds.
4056
d932cae7
NC
40572001-12-05 Laurent Guerby <guerby@acm.org>
4058
4059 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 4060 libiberty.
d932cae7
NC
4061
4062 Import this patch from gcc:
5481b376 4063
d932cae7
NC
4064 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4065
4066 * symlink-tree: handle DOS-style absolute paths.
4067
49b7683b
DD
40682001-11-28 DJ Delorie <dj@redhat.com>
4069 Zack Weinberg <zack@codesourcery.com>
4070
4071 When build != host, create libiberty for the build machine.
4072
4073 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4074 CONFIG_ARGUMENTS.
4075 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4076 New variables.
4077 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4078 and rules.
4079 (all.normal): Depend on ALL_BUILD_MODULES.
4080 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4081 (all-build-libiberty): Depend on configure-build-libiberty.
4082
4083 * configure: Calculate and substitute proper value for
4084 ALL_BUILD_MODULES.
4085 * configure.in: Create the build subdirectory.
4086 Calculate and substitute TARGET_CONFIGARGS (formerly
4087 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4088
26ef82f4
GK
40892001-11-26 Geoffrey Keating <geoffk@redhat.com>
4090
4091 * config.sub: Update to version 1.232 on subversion.
4092
43e64072
NC
40932001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4094
4095 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4096 files from .po files for a distribution.
4097
66f6c0d5
HPN
40982001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
4099
4100 * COPYING.NEWLIB: Mention preserved notice in specific parts.
4101
4a02fdb2
JH
41022001-11-13 Jeff Holcomb <jeffh@redhat.com>
4103
4104 Merged from net gcc:
4105 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4106 * ltcf-c.sh: Use $objext, not $ac_objext.
4107 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4108 * ltcf-cxx.sh: Add support for GNU.
4109 2001-07-22 Timothy Wall <twall@redhat.com>
4110 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4111 default settings if using GNU tools with that configuration.
4112 * ltcf-cxx.sh: Ditto.
4113 * ltcf-gcj.sh: Ditto.
4114 2001-07-21 Michael Chastain <chastain@redhat.com>
4115 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4116 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4117 * ltmain.sh: Mark as gcc-local.
4118
227b9953
JH
41192001-11-13 Jeff Holcomb <jeffh@redhat.com>
4120
4121 * Makefile.in (all-bison): Revert 2001-10-24.
4122 Don't depend on texinfo.
4123
cbbab8fb
JJ
41242001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
4125
80413487 4126 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 4127
922b2485
DD
41282001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4129
4130 * configure.in (--enable-languages): Be more permissive about
4131 syntax. Check for empty lists better. Warn about $LANGUAGES.
4132
f08fa01d
HPN
41332001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4134
4135 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4136
fee3da4e
JH
41372001-10-24 Jeff Holcomb <jeffh@redhat.com>
4138
4139 Makefile.in (all-bison): Don't depend on texinfo.
4140
73fb1ef9
AM
41412001-10-03 Alan Modra <amodra@bigpond.net.au>
4142
4143 * gettext.m4: Test po/POTFILES.in exists before trying to read.
4144
373688ac
AO
41452001-09-29 Alexandre Oliva <aoliva@redhat.com>
4146
4147 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4148
9c07660b
HPN
41492001-09-28 Hans-Peter Nilsson <hp@axis.com>
4150
4151 * config.sub, config.guess: Import latest from subversions.
4152
3f152009
AO
41532001-09-21 Alexandre Oliva <aoliva@redhat.com>
4154
4155 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4156 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4157 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4158 avoid quotes nesting problems.
4159 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4160 (DO_X): Export only variables that are set.
4161
8f6a59e5
BE
41622001-09-19 Ben Elliston <bje@redhat.com>
4163
4164 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4165 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4166 semantics. Use the shell built-in "type" command instead.
4167
a1ec19fa
TS
41682001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4169
4170 * config.sub: Reverted the earlier change, this version is not the
4171 master file.
4172
4008bd9b
TS
41732001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4174
4175 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4176 Add support for mips64.
4177
dd1e52a4
JH
41782001-09-03 Jeff Holcomb <jeffh@redhat.com>
4179
4180 * configure.in: Enable libstdc++-v3 for h8300 targets.
4181
91549d1c
EC
41822001-08-30 Eric Christopher <echristo@redhat.com>
4183 Jason Eckhardt <jle@redhat.com>
4184
4185 * config.sub: Add support for mipsisa32.
4186
cf966cf9
EC
41872001-08-30 Eric Christopher <echristo@redhat.com>
4188
4189 * config.sub, config.guess: Import latest from subversions.
4190
82208dc5
AM
41912001-08-20 Alan Modra <amodra@bigpond.net.au>
4192
4193 * config.sub, config.guess: Import latest from subversions.
4194
4dca8403
DD
41952001-07-26 DJ Delorie <dj@redhat.com>
4196
4197 * MAINTAINERS: Clarify libiberty merge rules and procedures.
4198
1107dce2
AM
41992001-06-19 Alan Modra <amodra@bigpond.net.au>
4200
4201 * Makefile.in: Revert 2001-06-17.
4202 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4203
e09a6604
L
42042001-06-17 H.J. Lu <hjl@gnu.org>
4205
4206 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4207 (gas+binutils.tar.bz2): Likewise.
4208 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4209
31a8b634
AC
4210Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4211
4212 * Makefile.in (VER): When present, extract the version number from
5481b376 4213 the file version.in.
31a8b634 4214
dc70af01
AO
42152001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4216
4217 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4218 gcc/xgcc is built, use -print-prog-name to find out the program
4219 name to use.
4220
839bbd8c
AO
42212001-06-04 Mark Mitchell <mark@codesourcery.com>
4222
4223 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4224 with_gcc]: Use `gcc -shared' to build a shared library.
4225
566e9a30
AO
42262001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4227
4228 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4229 archives.
4230
e877bb69
AO
42312001-05-28 Simon Patarin <simon.patarin@inria.fr>
4232
4233 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4234 libraries when using g++ with native linker.
4235
1605288b
AO
42362001-05-28 Alexandre Oliva <aoliva@redhat.com>
4237
4238 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4239
11a383ba
TR
42402001-05-24 Tom Rix <trix@redhat.com>
4241
4242 * configure.in : enable ld for aix
cf966cf9 4243
18611226
AO
42442001-05-22 Alexandre Oliva <aoliva@redhat.com>
4245
4246 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4247 [aix4*|aix5*]: Prepend blank.
4248
6be7c12c
AO
42492001-05-20 Alexandre Oliva <aoliva@redhat.com>
4250
4251 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4252 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4253 of subdir/configure scripts to use the new libtool.m4.
4254
4ed00bba
L
42552001-05-14 H.J. Lu <hjl@gnu.org>
4256
4257 * config.if (libc_interface): Set to -libc6.2- for cross
4258 compiling to Linux/glibc 2.2.
4259
b1af961c
AO
42602001-05-03 Alexandre Oliva <aoliva@redhat.com>
4261
4262 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4263 libgcj.
4264
5ec3e74e
AO
42652001-04-26 Alexandre Oliva <aoliva@redhat.com>
4266
4267 * configure.in (noconfigdirs): Don't reset it from scratch in the
4268 target case; only append to it.
4269
b3ed1d6b
AO
42702001-04-26 Alexandre Oliva <aoliva@redhat.com>
4271
4272 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4273 sparc-*-solaris2.8]: Disable ${libgcj}.
4274
96111c10
AO
42752001-04-25 Alexandre Oliva <aoliva@redhat.com>
4276
4277 * configure.in (libgcj_saved): Copy from $libgcj.
4278 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4279 --disable-libgcj.
4280
b5bf43f2
AO
42812001-04-20 Alexandre Oliva <aoliva@redhat.com>
4282
4283 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4284 1.641.2.228.
4285
8cc32590
AO
42862001-04-12 Alexandre Oliva <aoliva@redhat.com>
4287
4288 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4289 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4290
dec0cb0c
AO
42912001-04-01 Alexandre Oliva <aoliva@redhat.com>
4292
4293 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4294 New macros.
4295 (bootstrap, cross): Use RECURSE_FLAGS.
4296 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4297
6a9c3886
AO
42982001-03-27 Alexandre Oliva <aoliva@redhat.com>
4299
4300 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4301
d4fc7db8
NC
43022001-03-23 Nick Clifton <nickc@redhat.com>
4303
4304 * README-maintainer-mode: Add note about inability to use "make
4305 distclean" in maintainer mode.
4306
7389ff65
AO
43072001-03-22 Alexandre Oliva <aoliva@redhat.com>
4308
4309 Re-installed:
4310 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4311 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4312 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4313 * ltcf-cxx.sh: Likewise.
4314 * ltcf-gcj.sh: Likewise.
4315
b3e0dc8e
PB
43162001-03-22 Philip Blundell <philb@gnu.org>
4317
4318 * config.sub, config.guess: Import latest from subversions.
4319
469b781c
AO
43202001-03-22 Alexandre Oliva <aoliva@redhat.com>
4321
4322 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4323 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4324
b0dad762
MC
43252001-03-20 Michael Chastain <chastain@redhat.com>
4326
4327 * Makefile.in: all-m4 depends on all-texinfo.
4328
c559bb17
AO
43292001-03-08 Alexandre Oliva <aoliva@redhat.com>
4330
4331 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4332
fef4ae2e
JJ
43332001-02-22 Jeff Johnston <jjohnstn@redhat.com>
4334
4335 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
4336 longer valid.
4337
8d6dd99d
NC
43382001-02-16 Nick Clifton <nickc@redhat.com>
4339
4340 * configure.in (noconfigdirs): Allow configuration of texinfo
4341 for Cygwin hosts.
4342
a85d7ed0
NC
43432001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4344
4345 * config.guess: Add linux target for S/390.
4346 * config.sub: Likewise.
4347 * configure.in: Likewise.
4348
51221c5e
DD
43492001-02-06 Ben Elliston <bje@redhat.com>
4350
4351 * configure: Output host type to stdout, not stderr.
4352
9dec4c71
MS
43532001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4354
4355 * config.guess: Import from subversions.gnu.org (revision 1.181).
4356 * config.sub: Import from subversions.gnu.org (revision 1.199).
4357
9add9c04
AM
43582001-01-30 Alan Modra <alan@linuxcare.com.au>
4359
4360 * config.guess: Handle hppa64-linux systems.
4361
8679174d
MS
43622001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4363
4364 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4365 Don't unset, it's non-portable and no longer necessary, set to empty
4366 instead.
4367
02d01ed4
MS
43682001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4369
4370 * ltconfig: Shell portability fix for the tagname validity check.
4371
4cc5853d
MS
43722001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4373
4374 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4375
7487e485
AO
43762001-01-27 Alexandre Oliva <aoliva@redhat.com>
4377
4378 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4379 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4380
f332af52
AO
43812001-01-24 Alexandre Oliva <aoliva@redhat.com>
4382
4383 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4384 keep at least one of build_libtool_libs or build_old_libs set to
4385 yes.
4386
ef099754
AO
43872001-01-24 Alexandre Oliva <aoliva@redhat.com>
4388
4389 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4390 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4391
8341f2fc 43922000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 4393
8341f2fc
AJ
4394 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4395
43962000-11-03 Philip Blundell <pb@futuretv.com>
4397
4398 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4399 files.
ebf0fa2e 4400
c320a39f
JJ
44012001-01-15 Jeff Johnston <jjohnstn@redhat.com>
4402
4403 * COPYING.NEWLIB: Put into source repository.
4404
8817b92e
BE
44052001-01-15 Ben Elliston <bje@redhat.com>
4406
4407 * configure.in (host_tools): Add sid.
4408 Always configure cgen.
4409 * Makefile.in (all-sid): New target.
4410 (check-sid, clean-sid, install-sid): Likewise.
4411
35590697
AJ
44122001-01-07 Andreas Jaeger <aj@suse.de>
4413
80413487 4414 * config.sub, config.guess: Update from subversions.
35590697 4415
6ee6cea6
AO
44162000-12-12 Alexandre Oliva <aoliva@redhat.com>
4417
4418 * configure.in: Disable language-specific target libraries for
4419 languages that aren't enabled.
4420
077b8428
NC
44212000-11-24 Nick Clifton <nickc@redhat.com>
4422
4423 * configure.in (xscale-elf): Add target.
4424 (xscale-coff): Add target.
4425 (c4x, c5x, tic54x): Move after ARM targets.
4426
9e28a1ed
AO
44272000-11-23 Alexandre Oliva <aoliva@redhat.com>
4428
4429 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4430
be98a80a
ILT
44312000-11-20 Ian Lance Taylor <ian@zembu.com>
4432
4433 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4434
5cec67bf
AO
44352000-11-18 Alexandre Oliva <aoliva@redhat.com>
4436
4437 * Makefile.in: Merge with GCC and libgcj.
4438 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4439 configure-target-<library> when their configure scripts need the C
4440 or C++ library to have already been built to work properly.
4441 (do_proto_toplev): Set them to an empty string.
4442
d932cae7 44432000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
4444
4445 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4446 (REALLY_SET_LIB_PATH): Use them.
4447
d932cae7 44482000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
4449
4450 * config.sub: Add support for Sun Chorus
4451
8602ff0c
NC
44522000-11-02 Per Lundberg <plundis@chaosdev.org>
4453
4454 * config.sub: Add support for the *-storm-chaos OS.
4455
f9e0997d
NC
44562000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
4457
80413487
RH
4458 * configure.in (noconfigdirs): Don't compile some
4459 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 4460
d64552c5
AO
44612000-09-30 Alexandre Oliva <aoliva@redhat.com>
4462
4463 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4464 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4465 all affected `configure' scripts.
4466
97f60b31
AO
44672000-09-25 Alexandre Oliva <aoliva@redhat.com>
4468
4469 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4470 ltcf-c.sh.
4471
6e8dd58f
PB
44722000-09-12 Philip Blundell <philb@gnu.org>
4473
4474 * config.sub, config.guess: Update from subversions.
4475
103a2e99
AO
44762000-09-06 Alexandre Oliva <aoliva@redhat.com>
4477
51601921
AO
4478 * Makefile.in (all-zlib): Added dummy target.
4479
103a2e99
AO
4480 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4481 multi-language branch.
4482
2809b4b9
AO
44832000-09-05 Alexandre Oliva <aoliva@redhat.com>
4484
4485 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4486 (bootstrap*): Depend on all-bootstrap.
4487
7450026c
AO
44882000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4489
4490 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4491 crosses, but add gcc/include to the header search path for them.
4492
6cf86f7f
AO
44932000-08-31 Alexandre Oliva <aoliva@redhat.com>
4494
4495 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4496 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4497 * gettext.m4: New file, extracted from aclocal.m4.
4498
ce2ea6e3
AO
44992000-08-22 Alexandre Oliva <aoliva@redhat.com>
4500
4501 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4502 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4503 sub-configures.
4504
9765193e
DE
45052000-08-20 Doug Evans <dje@casey.transmeta.com>
4506
4507 * Makefile.in (ALL_MODULES): Add all-cgen.
4508 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4509 (all-cgen): New target.
4510 (all-opcodes,all-sim): Depend on all-cgen.
4511 * configure.in (host_tools): Add cgen.
4512 Only configure cgen if --enable-cgen-maint.
4513
d7b32520
AO
45142000-08-17 Alexandre Oliva <aoliva@redhat.com>
4515
4516 * config-ml.in (CC, CXX): Don't introduce a leading space.
4517
e52ef561
AO
45182000-08-16 Alexandre Oliva <aoliva@redhat.com>
4519
4520 * configure.in (libstdcxx_flags): Use
4521 libstdc++-v3/src/libstdc++.INC.
4522
88f9c2a0
AO
45232000-08-15 Alexandre Oliva <aoliva@redhat.com>
4524
4525 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4526
98fbe43f
JM
45272000-08-11 Jason Merrill <jason@redhat.com>
4528
4529 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4530 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4531 (FLAGS_FOR_TARGET): Not here.
4532 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4533
279ddab4
DD
45342000-08-07 DJ Delorie <dj@redhat.com>
4535
4536 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4537 "if we're also building gcc, and it's a gcc that will run on the
4538 build machine, we want to use its includes instead of the system's
4539 default includes".
4540
60523a83
AO
45412000-08-03 Alexandre Oliva <aoliva@redhat.com>
4542
24ffec7a
AO
4543 * configure.in (libstdcxx_flags): Don't use `"'.
4544
60523a83
AO
4545 * config-ml.in: Adjust multilib search paths to the
4546 appropriate multilib tree.
4547
daf644b5
AO
45482000-08-02 Alexandre Oliva <aoliva@redhat.com>
4549
4550 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4551 commas in $LANGUAGES.
4552
63266560
DD
45532000-08-01 Alexandre Oliva <aoliva@redhat.com>
4554
4555 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4556
45572000-07-31 Alexandre Oliva <aoliva@redhat.com>
4558
4559 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4560 CXX_FOR_TARGET for sed.
4561
45622000-07-30 Alexandre Oliva <aoliva@redhat.com>
4563
4564 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4565 Do not override if already set in the environment or in configure.
4566 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4567 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4568
9e449d3e
AO
45692000-07-27 Alexandre Oliva <aoliva@redhat.com>
4570
4571 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4572 (GCC_FOR_TARGET): Use it.
4573 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4574 * configure.in: ... here.
4575 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4576 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4577
8bbd92e0
AO
45782000-07-24 Alexandre Oliva <aoliva@redhat.com>
4579
fd1f87b2
AO
4580 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4581 (configure-target-libchill, configure-target-libobjc): Likewise.
4582
8bbd92e0
AO
4583 * configure.in: Use the same cache file for all target libs.
4584 * config-ml.in: But different cache files per multilib variant.
4585
25c6c112
JL
45862000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4587
4588 * configure (topsrcdir): Don't use dirname.
4589
ba73c63f
JM
45902000-07-20 Jason Merrill <jason@redhat.com>
4591
4592 * configure.in: Remove all references to libg++ and librx.
4593
4594 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4595
1af08294
HPN
45962000-07-20 Hans-Peter Nilsson <hp@axis.com>
4597
4598 * config.sub: Update to subversions version 2000-07-06.
4599
ba73c63f
JM
46002000-07-12 Andrew Haley <aph@cygnus.com>
4601
4602 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4603 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4604
46052000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
4606
4607 * symlink-tree: Check number of arguments.
4608
d932cae7 46092000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
4610
4611 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
4612
ba73c63f
JM
46132000-07-05 Jim Wilson <wilson@cygnus.com>
4614
4615 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4616 search path for a g++ extracted from the build tree. This
4617 will allow link tests run by configure scripts in
4618 subdirectories to succeed.
4619
92ee2f86
UC
46202000-07-01 Koundinya K <kk@ddeorg.soft.net>
4621
80413487 4622 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 4623
23f2f29f
CV
46242000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4625
4626 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4627 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4628
f04f5a67
TW
46292000-06-19 Timothy Wall <twall@cygnus.com>
4630
4631 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4632 * config.sub: Add tic54x target.
4633
11da68be
NC
46342000-06-07 Phillip Thomas <pthomas@suse.de>
4635
4636 * README-maintainer-mode: New file: Contains notes on using
4637 --enable-maintainer-mode with binutils.
4638
d932cae7 46392000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
4640
4641 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4642
d932cae7 46432000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
4644
4645 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4646 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4647
9442cea3
L
464820000-05-21 H.J. Lu (hjl@gnu.org)
4649
80413487
RH
4650 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4651 directory are used if they exist. Make sure
4652 $(build_tooldir)/include is searched for header files,
4653 $(build_tooldir)/lib/ for library files.
9442cea3 4654 (GCC_FOR_TARGET): Likewise.
80413487 4655 (CXX_FOR_TARGET): Likewise.
9442cea3 4656
d932cae7 46572000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
4658
4659 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4660
d932cae7 46612000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
4662
4663 * Makefile.in (configure-target-libiberty): Depend on
4664 configure-target-newlib.
4665
ba73c63f
JM
46662000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4667
4668 * configure.in, Makefile.in: Merge all libffi-related
4669 configury stuff from the libgcj tree.
4670
d932cae7 46712000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
4672
4673 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4674 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4675
d932cae7 46762000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
4677
4678 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4679 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 4680 current version information. Add to proto-toplev directory.
b5a23627
AC
4681 (gdb-taz): Build do-djunpack.
4682
ba73c63f
JM
46832000-05-15 David Edelsohn <edelsohn@gnu.org>
4684
4685 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4686
7c86ed39
L
46872000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4688
4689 * ltmain.sh: Preserve in relink_command any environment
4690 variables that may affect the linker behavior.
4691
d932cae7 46922000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
4693
4694 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4695
d932cae7 46962000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
4697
4698 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4699
ed0a91a5
EZ
47002000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4701
4702 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 4703 with the version name.
ed0a91a5 4704
ba73c63f 47052000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 4706
ba73c63f 4707 * config.if: Tweak.
6cafa39f 4708
ba73c63f 47092000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 4710
ba73c63f 4711 * djunpack.bat: New file.
66156876 4712
d932cae7 47132000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
4714
4715 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
4716 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4717 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4718 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 4719
ba73c63f
JM
47202000-04-16 Dave Pitts <dpitts@cozx.com>
4721
80413487
RH
4722 * config.sub (case $basic_machine): Change default for "ibm-*"
4723 to "openedition".
ba73c63f 4724
d932cae7 47252000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
4726
4727 * Makefile.in (gdb-taz): New target. GDB specific archive.
4728 (do-md5sum): New target.
4729 (MD5PROG): Define.
4730 (PACKAGE): Default to TOOL.
4731 (VER): Default to a shell script.
4732 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 4733 md5 checksum generation.
b35ece4e
AC
4734 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4735 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4736 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 4737 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 4738
d932cae7 47392000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
4740
4741 * configure (warn_cflags): Delete.
4742
ba73c63f 47432000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 4744 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 4745
80413487
RH
4746 * configure.in (enable_libstdcxx_v3): Add.
4747 (target_libs): Add bits here to switch between libstdc++-v2 and
4748 libstdc++-v3.
4749 * config.if: And this file too.
4750 * Makefile.in: Add libstdc++-v3 targets.
35590697 4751
ba73c63f
JM
47522000-04-05 Michael Meissner <meissner@redhat.com>
4753
4754 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 4755
d332c5ac
JM
47562000-03-29 Jason Merrill <jason@casey.cygnus.com>
4757
4758 * configure.in: -linux-gnu*, not -linux-gnu.
4759
d932cae7 47602000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
4761
4762 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4763 (do-tar-bz2): Replace TOOL with PACKAGE.
4764 (gdb.tar.bz2): Remove GDBTK from GDB package.
4765 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 4766 dejagnu.tar.bz2): New packages.
6dcbc97b 4767
96ce09a7
ILT
47682000-02-27 Andreas Jaeger <aj@suse.de>
4769
4770 * configure.in: Add entry for mips*-*-linux*, move catch all
4771 *-*-*linux* entry below this one.
4772
2031769e
ILT
47732000-02-27 Ian Lance Taylor <ian@zembu.com>
4774
4775 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4776
4bab746c
NC
47772000-02-24 Nick Clifton <nickc@cygnus.com>
4778
4779 * config.sub: Support an OS of "wince".
4780
d932cae7 47812000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
4782
4783 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 4784 version.
ada59422 4785
5b93d8bb
AM
47862000-02-23 Linas Vepstas <linas@linas.org>
4787
4788 * config.sub: Add support for Linux/IBM 370.
4789 * configure.in: Likewise.
4790
2fb651f6
NC
47912000-02-22 Nick Clifton <nickc@cygnus.com>
4792
4793 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4794
b8441c25
CF
47952000-02-20 Christopher Faylor <cgf@cygnus.com>
4796
4797 * config.guess: Guess "cygwin" rather than "cygwin32".
4798
d332c5ac
JM
47992000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4800
4801 * configure (gcc_version): When setting, narrow search to
4802 lines containing `version_string'.
4803
ba73c63f
JM
48042000-02-15 Denis Chertykov <denisc@overta.ru>
4805
4806 * config.sub: Add support for avr target.
4807
d932cae7 48082000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
4809
4810 * config.sub: Add mmix-knuth-mmixware.
4811
48122000-01-27 Christopher Faylor <cgf@redhat.com>
4813
4814 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
4815 structure stuff to -L library search.
4816 (CXX_FOR_TARGET): Ditto.
4817 (CROSS_CHECK_MODULES): Fix spelling mistake.
4818
48192000-01-24 Mark Mitchell <mark@codesourcery.com>
4820
4821 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4822 the C++ compiler.
4823
48242000-01-12 Richard Henderson <rth@cygnus.com>
4825
4826 * configure.in: Don't build some bits for beos.
4827
48282000-01-12 Joel Sherrill (joel@OARcorp.com)
4829
4830 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4831 as include files.
4832
91b2c84d
GK
48332000-01-06 Geoff Keating <geoffk@cygnus.com>
4834
4835 * configure.in: Use mt-aix43 to handle *_TARGET defs,
4836 not mh-aix43.
4837
ba73c63f
JM
48381999-12-14 Richard Henderson <rth@cygnus.com>
4839
4840 * config.guess (alpha-osf, alpha-linux): Detect ev67.
4841 * config.sub: Accept alphaev[78], alphaev8.
4842
48431999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4844
4845 * config.guess, config.sub: Update from autoconf.
4846
4847Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4848
4849 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4850 necessary libraries are missing.
4851
48521999-10-25 Andreas Schwab <schwab@suse.de>
4853
4854 * configure: Fix quoting inside arguments of eval.
4855
48561999-10-21 Nick Clifton <nickc@cygnus.com>
4857
4858 * config-ml.in: Allow suppression of some ARM multilibs.
4859
4860Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
4861
4862 * config.guess: Add OS/390 match pattern.
4863 * config.sub: Add mvs, openedition targets.
4864 * configure.in (i370-ibm-opened*): New.
4865
ef14edc4
ILT
48661999-09-04 Steve Chamberlain <sac@pobox.com>
4867
4868 * config.sub: Add support for configuring for pj.
4869
afb478e8
NC
48701999-08-31 Nick Clifton <nickc@cygnus.com>
4871
fd6848f6 4872 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 4873
ba73c63f 48741999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
4875
4876 * configure.in: Do not configure or build ld for AIX
4877 platforms. ld is known to be broken on these platforms.
4878
ba73c63f
JM
4879Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4880
4881 * config-ml.in: Pass compiler flag corresponding to multidirs to
4882 subdir configures.
4883
c363de44
ILT
48841999-08-09 Ian Lance Taylor <ian@zembu.com>
4885
4886 * Makefile.in (LDFLAGS): Define.
4887
dc8bc5a6
ILT
48881999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
4889
4890 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
4891 noconfigdirs.
4892 (*-*-cygwin*): Likewise.
4893
6ca3858e
ILT
48941999-08-08 Ian Lance Taylor <ian@zembu.com>
4895
71141bb6
ILT
4896 * mkdep: New file.
4897 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4898 (BINUTILS_SUPPORT_DIRS): Add mkdep.
4899
6ca3858e
ILT
4900 From Eli Zaretskii <eliz@is.elta.co.il>:
4901 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4902 long file name when using DJGPP on MS-DOS.
4903
ba73c63f
JM
4904Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
4905
4906 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4907
2735a327
AM
49081999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4909
4910 * Makefile.in (check-target-libio): Remove all-target-libstdc++
4911 dependency as this causes "make check" to globally "make all"
4912
ba73c63f
JM
4913Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
4914
4915 * configure.in (target_libs): Added target-zlib.
4916 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
4917 (CONFIGURE_TARGET_MODULES): Likewise.
4918 (CHECK_TARGET_MODULES): Likewise.
4919 (INSTALL_TARGET_MODULES): Likewise.
4920 (CLEAN_TARGET_MODULES): Likewise.
4921 (configure-target-zlib): New target.
4922 (all-target-zlib): Likewise.
4923 (all-target-libjava): Depend on all-target-zlib.
4924 (configure-target-libjava): Depend on configure-target-zlib.
4925
4926 * Makefile.in (configure-target-libjava): Depend on
4927 configure-target-newlib.
4928 (configure-target-boehm-gc): New target.
4929 (configure-target-qthreads): New target.
4930
80413487
RH
4931 * configure.in (target_libs): Added target-qthreads.
4932 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4933 (CONFIGURE_TARGET_MODULES): Likewise.
4934 (CHECK_TARGET_MODULES): Likewise.
4935 (INSTALL_TARGET_MODULES): Likewise.
4936 (CLEAN_TARGET_MODULES): Likewise.
4937 (all-target-qthreads): New target.
4938 (configure-target-libjava): Depend on configure-target-qthreads.
4939 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
4940
4941 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4942 (CONFIGURE_TARGET_MODULES): Likewise.
4943 (CHECK_TARGET_MODULES): Likewise.
4944 (INSTALL_TARGET_MODULES): Likewise.
4945 (CLEAN_TARGET_MODULES): Likewise.
4946 (all-target-libjava): New target.
4947 (all-target-boehm-gc): Likewise.
4948 * configure.in (target_libs): Added libjava, boehm-gc.
4949
08d836d6
ILT
49501999-07-22 Ian Lance Taylor <ian@zembu.com>
4951
4952 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4953 configure.bat in SUPPORT_FILES.
4954 (gas+binutils.tar.bz2): Likewise.
4955
4956 * makeall.bat: Remove; obsolete.
4957
8f36e47c
ILT
49581999-07-21 Ian Lance Taylor <ian@zembu.com>
4959
4960 From Mark Elbrecht:
4961 * configure.bat: Remove; obsolete.
4962
56e82f25
ILT
49631999-07-11 Ian Lance Taylor <ian@zembu.com>
4964
4965 * configure: Add -W -Wall to the default CFLAGS when compiling with
4966 gcc.
4967
1001d816
JL
4968Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4969
4970 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4971
106117aa
MM
49721999-06-30 Mark Mitchell <mark@codesourcery.com>
4973
4974 * configure.in: Build ld on IRIX6.
4975
c376f4ed
ILT
49761999-06-12 Ian Lance Taylor <ian@zembu.com>
4977
4978 * Makefile.in: Change distribution targets to use bzip2 instead of
4979 gzip.
4980 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 4981 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 4982
306b7445
NC
49831999-06-04 Nick Clifton <nickc@cygnus.com>
4984
4985 * config.sub: Add mcore target.
4986
d932cae7 49871999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
4988
4989 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4990
d932cae7 49911999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
4992
4993 * config.guess (dummy): Changed to $dummy.
4994
6c3175b0
NC
49951999-05-24 Nick Clifton <nickc@cygnus.com>
4996
ba73c63f
JM
4997 * config.sub: Tidied up case statements.
4998
49991999-05-22 Ben Elliston <bje@cygnus.com>
5000
5001 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5002 <jiro@din.or.jp>.
5003
5004 * config.guess: Merge with FSF version. Future changes will be
5005 more accurately recorded in this ChangeLog.
5006 * config.sub: Likewise.
5007
d932cae7 50081999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
5009
5010 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 5011
252b5132
RH
50121999-04-30 Tom Tromey <tromey@cygnus.com>
5013
5014 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5015
50161999-04-23 Tom Tromey <tromey@cygnus.com>
5017
5018 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5019
50201999-04-20 Drew Moseley <dmoseley@cygnus.com>
5021
5022 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5023 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5024 Bad merge removed these two changes.
5025
ba73c63f 5026Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 5027 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
5028
5029 * config.guess (interix Alpha): Add.
5030
252b5132
RH
50311999-04-11 Richard Henderson <rth@cygnus.com>
5032
5033 * configure.in (i?86-*-beos*): Do config gperf; don't config
5034 gdb, newlib, or libgloss.
5035
d932cae7 50361999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 5037
ba73c63f
JM
5038 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5039 link a trivial program with -mabi=64. If it fails, remove mabi=64
5040 from multidirs.
5041
d932cae7 50421999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
5043
5044 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5045
252b5132
RH
50461999-04-08 Nick Clifton <nickc@cygnus.com>
5047
5048 * config.sub: Add support for mcore targets.
5049
50501999-04-07 Michael Meissner <meissner@cygnus.com>
5051
5052 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5053 not mt-ospace, in order to shut up assembler warning about using
5054 symbols that are named the same as registers.
5055
50561999-04-07 Drew Moseley <dmoseley@cygnus.com>
5057
5058 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5059 dependency list for all-target-cygmon.
5060
50611999-04-05 Doug Evans <devans@casey.cygnus.com>
5062
5063 * config-ml.in: Check $host, not $target, for selective multilibs.
5064 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5065 thumb interworking, and underscore prefix multilibs.
5066
50671999-04-04 Ian Lance Taylor <ian@zembu.com>
5068
5069 * missing: Update to version from current automake.
5070
5071Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
5072
5073 * configure (gxx_include_dir): Removed.
5074
5075 * configure.in (gxx_include_dir): Handle it.
5076 * Makefile.in: Likewise.
5077
50781999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
5079
5080 * config.sub (mips64vr4111,mips64vr4111el) Add.
5081
50821999-03-21 Ben Elliston <bje@cygnus.com>
5083
80413487 5084 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
5085
5086Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
5087
252b5132
RH
5088 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5089 config/mh-djgpp.
5090
5091Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
5092
5093 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5094 all-target-newlib to dependency list for all-target-bsp.
5095
5096Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
5097
5098 * config.sub: Add i386-uwin support.
5099 * config.guess: Likewise.
5100
5101Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5102
5103 * configure.in: cleanup, add mh-*pic handling for arm, special
5104 case powerpc*-*-aix*
5105
5106Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
5107
5108 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5109 can be built.
5110
5111Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
5112
5113 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 5114 targets.
252b5132
RH
5115
51161999-03-02 Nick Clifton <nickc@cygnus.com>
5117
5118 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5119
d932cae7 51201999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
5121
5122 * config.sub: Check for "cygwin*" rather than "cygwin32*"
5123
51241999-02-24 Nick Clifton <nickc@cygnus.com>
5125
5126 * config.sub: Fix typo in arm recognition.
5127
d932cae7 51281999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
5129
5130 * configure.in (noconfigdirs): Changed target_configdirs to
5131 include target-bsp only for m68k-*-elf* and m68k-*-coff*
5132 rather than m68k-*-* since it is not known to work on
5133 m68k-aout. Ditto for arm-*-*oabi.
5134
d932cae7 51351999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
5136
5137 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
5138
51391999-02-19 Ben Elliston <bje@cygnus.com>
5140
5141 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5142 Smart and improved by Andrew Cagney.
5143
d932cae7 51441999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
5145
5146 * config.guess: Recognize openbsd-*-hppa.
5147
d932cae7 51481999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
5149
5150 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5151 only if it is not empty.
5152
51531999-02-17 Nick Clifton <nickc@cygnus.com>
5154
5155 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 5156
fd6848f6 5157 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
5158
5159 * config.sub: Modified to recognize uname's armv* syntax.
5160
51611999-02-17 Mark Salter <msalter@cygnus.com>
5162
5163 * configure.in: Added target-bsp for sparclite.
5164
d932cae7 51651999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
5166
5167 * config.sub: Recognize alphapca5[67] and up to alphaev8.
5168
51691999-02-08 Nick Clifton <nickc@cygnus.com>
5170
5171 * configure.in: Add support for strongarm port.
5172 * config.sub: Add support for strongarm target.
5173
d932cae7 51741999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 5175
252b5132
RH
5176 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5177 the old name config/mh-cygwin32.
5178 Enable texinfo.
5179
d932cae7 51801999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5181
5182 * configure.in: Do build ld for ix86 Solaris.
5183
d932cae7 51841999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
5185
5186 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
5187 $AR_FOR_TARGET. Likewise for RANLIB.
5188
d932cae7 51891999-02-02 Catherine Moore <clm@cygnus.com>
35590697 5190
80413487
RH
5191 * config.sub (oabi): Recognize.
5192 * configure.in (arm-*-oabi): Handle.
252b5132 5193
d932cae7 51941999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
5195
5196 * config.guess: Improve detection of i686 on UnixWare 7.
5197
d932cae7 51981999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
5199
5200 * config.guess: Add support for i386-pc-interix.
5201 * config.sub: Likewise.
5202 * configure.in: Likewise.
252b5132 5203
d932cae7 52041999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5205
5206 * Makefile.in: Remove unneeded all-target-libio from
5207 from all-target-winsup target since it is now unneeded.
5208 Add all-target-libtermcap in its place since it is now
5209 needed.
5210
d932cae7 52111998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5212
5213 * configure.in: makefile stub for cygwin target is probably
5214 unnecessary. Remove it for now.
252b5132 5215
d932cae7 52161998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5217
5218 * configure.in: libtermcap.a should be built when cygwin is the
5219 target as well as the host.
5220 * config.guess: Allow mixed case in cygwin uname output.
5221 * Makefile.in: Add libtermcap target.
252b5132 5222
d932cae7 52231998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5224
5225 * config.sub: Clean up handling of hppa2.0.
5226
d932cae7 52271998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
5228
5229 * config.guess: Use C code to identify more HP machines.
5230
5231Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
5232
5233 * config.sub: Handle hppa2.0.
5234
ba73c63f
JM
5235Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
5236
5237 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 5238 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
5239
52401998-12-15 Mark Salter <msalter@cygnus.com>
5241
5242 * configure.in: Added target-bsp for several target architectures.
5243
5244 * Makefile.in: Added rules for bsp.
5245
252b5132
RH
5246Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
5247
5248 * config.guess: Improve detection of hppa2.0 processors.
5249
5250Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
5251
5252 * config.guess: Recognize FreeBSD using ELF automatically.
5253
52541998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
5255
5256 * configure (skip-this-dir): Add handling for new shell script, which
5257 might be created by a sub-directory's configure to indicate, this particular
5258 directory is "unwanted".
5259 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5260
252b5132
RH
5261Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
5262
5263 * ltconfig: import from libtool, after changing libtool to
5264 account for the cygwin name change.
5265
5266Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
5267
5268 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5269 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5270
5271Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
5272
5273 * configure.in: Add libtermcap to list of cygwin dependencies.
5274
d932cae7 52751998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 5276
80413487
RH
5277 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5278 they include winsup/include when it's a cygwin target.
252b5132
RH
5279
52801998-11-12 Tom Tromey <tromey@cygnus.com>
5281
5282 * configure.in (host_tools): Added zip.
5283 * Makefile.in (all-target-libjava): Depend on all-zip.
5284 (all-zip): New target.
5285 (ALL_MODULES): Added all-zip.
5286 (NATIVE_CHECK_MODULES): Added check-zip.
5287 (INSTALL_MODULES): Added install-zip.
5288 (CLEAN_MODULES): Added clean-zip.
5289
d932cae7 52901998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
5291
5292 * Makefile.in: lose "32" from comment about cygwin.
5293
d932cae7 52941998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
5295
5296 * configure.in: Use -Os to build target libraries for the fr30.
5297
d932cae7 52981998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
5299
5300 * config.sub: Add fr30.
5301
d932cae7 53021998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 5303
80413487 5304 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
5305 cygwin* instead of cygwin32*.
5306 * config.sub: Check cygwin* instead of cygwin32*.
5307
d932cae7 53081998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
5309
5310 * config.guess: Match any version of Unixware7.
5311
252b5132
RH
53121998-10-20 Syd Polk <spolk@cygnus.com>
5313
5314 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5315 if desired.
5316
d932cae7 53171998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5318
5319 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5320 these if the appropriate directories and files to not exist.
5321
d932cae7 53221998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5323
5324 * Makefile.in (DEVO_SUPPORT): Add config.if.
5325
d932cae7 53261998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
5327
5328 * configure: Add pattern to replace "build_tooldir"'s
5329 definition in the generated Makefile with "tooldir"'s
5330 actual value.
5331
252b5132
RH
5332Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
5333
5334 * config.sub: Bring back lost sparcv9.
5335
ba73c63f
JM
5336 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5337
5338Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
5339
5340 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5341 CC_FOR_TARGET and friends.
5342
5343Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 5344
ba73c63f
JM
5345 * Makefile.in (build_tooldir): New variable, same as tooldir.
5346 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5347 -B$(build_tooldir)/bin/.
5348 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5349
252b5132
RH
5350Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
5351
5352 * config.sub: Add support for i[34567]86-pc-udk.
5353 * configure.in: Likewise.
5354
5355Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5356
5357 * Makefile.in: add bzip2 package building bits for user
5358 tools module
5359 * configure.in: ditto
5360
ba73c63f
JM
5361Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5362
5363 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5364 (ALL_TARGET_MODULES): Add all-target-libobjc.
5365 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5366 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5367 (all-target-libchill): Add dependencies.
5368 * configure.in (target_libs): Add libchill.
35590697 5369
252b5132
RH
53701998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5371
ba73c63f 5372 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
5373
5374Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5375
5376 * Makefile.in (all-automake): fix dependencies.
5377
5378Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5379
5380 * configure.in: Minor cleanups for building in the $(target_alias)
5381 subdir.
5382
53831998-09-22 Jim Wilson <wilson@cygnus.com>
5384
5385 * Makefile.in (bootstrap): Set r and s before make all. Use
5386 BASE_FLAGS_TO_PASS in make all.
5387 (cross): Likewise.
5388
53891998-09-20 Mark Mitchell <mark@markmitchell.com>
5390
5391 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5392
252b5132
RH
5393Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5394
5395 * config.sub: Fix typo in last change.
5396
53971998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5398
5399 * config.sub: Add support for C4x target.
5400 * configure.in: Likewise.
5401
54021998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5403
5404 * config.sub: Recognize sparcv9 just like sparc64.
5405
5406Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5407
5408 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5409
5410Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5411
5412 * config.guess: Correctly identify Pentium II sco boxes.
5413
5414 * config.guess: Fix "tr" code. From Weiwen Liu.
5415
5416Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5417
5418 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5419 stabs.
5420
5421Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5422
5423 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5424 (ALL_TARGET_MODULES): Add all-target-libchill.
5425 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5426 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5427 (all-target-libchill): Add dependencies.
5428 * configure.in (target_libs): Add libchill.
5429
5430Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5431
5432 * config.guess: Avoid assumptions about "tr" behaves when
5433 LANG is set to something other than English.
5434
5435Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5436
5437 * configure (gxx_include_dir): Changed to
5438 '${prefix}/include/g++'-${libstdcxx_interface}.
5439
5440 * config.if: New to determine the interfaces.
5441
5442Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5443
5444 * config.guess: Detect and handle MPE/IX.
5445 * config.sub: Deal with MPE/IX.
5446
5447Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5448
5449 * configure.in: Use mh-aix43.
5450
54511998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5452
5453 * configure: Fix --without/--disable cases for gxx-include-dir.
5454
5455Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5456
5457 * mdata-sh: Imported. Needed for automake support.
5458
5459Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5460
ba73c63f 5461 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
5462 "chmod og=u `find . -print`".
5463
5464Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5465
ba73c63f 5466 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
5467
5468Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5469
5470 * Makefile.in: Undo previous patch.
5471
5472Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5473
5474 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5475 to here ...
5476 (install-no-fixedincludes): and here
5477 (INSTALL_MODULES): ... from here.
5478
5479Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5480
5481 * config.sub: Merge with FSF.
5482
5483 * config.guess: Merge with FSF.
5484
5485Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5486
5487 * configure (extraconfigdirs): New variable.
5488 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5489 * Makefile.in (all): Move higher in file.
5490 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5491 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5492 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5493 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5494 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5495
54961998-07-23 Brendan Kehoe <brendan@cygnus.com>
5497
5498 * Makefile.in (all-target-libjava): Depend on all-gcc and
5499 all-target-newlib.
5500 (configure-target-libjava): Depend on $(ALL_GCC).
5501
5502Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
5503
5504 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5505 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5506
5507Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
5508
5509 * ylwrap: Change absolute path checks to check for DOS style path
5510 names.
5511
5512 * ylwrap: Don't use a full path name if the source file is in the
5513 same directory. From hjl@lucon.org (H.J. Lu).
5514
5515 * config-ml.in: Default to being verbose, to match Feb 18 change to
5516 configure.
5517
5518Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
5519
5520 Brought over from egcs:
5521
5522 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5523
5524 * configure.in (target_subdir): Set to ${target_alias} instead
5525 of "libraries".
5526
5527 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5528
5529 * configure.in (target_subdir): Set to libraries if enable_multilib.
5530
5531Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
5532
5533 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5534 multilibs, force reconfiguration the first time we create
5535 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5536
5537Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
5538
5539 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5540 avoid confusion with --no-recursion.
5541
5542Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
5543
5544 * configure.in: Win32 hosts shouldn't use install -x
5545 * install-sh: remove -x option, and special .exe-handling
5546 hack.
5547
5548Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
5549
5550 * config.guess: Recognize i586-pc-beos.
5551 * configure.in: Don't build some bits for beos.
5552
5553Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
5554
5555 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5556 CFLAGS default to -O2.
5557
5558 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5559 when using GNU ld.
5560
5561Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
5562
5563 * ltmain.sh: Correct install when using a different shell.
5564
5565Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
5566
5567 * ltconfig, ltmain.sh: Update to libtool 1.2b.
5568
5569Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
5570
5571 * makefile.vms: Update to build binutils/makefile.vms. Add install
5572 target.
5573
5574Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
5575
5576 * ltconfig: Update to correct AIX handling.
5577
5578Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5579
5580 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5581
5582 * configure.in (target_subdir): Set to ${target_alias} instead
5583 of "libraries".
5584
55851998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
5586
5587 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5588 (Makefile): Depend on $(gcc_version_trigger).
5589
5590 * configure (gcc_version): Change default initializer to empty
5591 string.
5592 (gcc_version_trigger): New variable; pass this variable down
5593 to subdir configures to enable them checking gcc's version
5594 themselves. Emit make macros for both gcc_version vars.
5595 (topsrcdir): Initialize reliably.
5596 (recursion line): Remove --with-gcc-version=${gcc_version}.
5597
55981998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5599
5600 * configure (enable_version_specific_runtime_libs): Implement new flag
5601 --enable-version-specific-runtime-libs which installs C++ runtime stuff
5602 in $(libsubdir); emit definition in each generated Makefile.
5603 (gxx_include_dir): Initialize depending on
5604 $enable_version_specific_runtime_libs.
5605
56061998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5607
5608 * configure (gcc_version): Initialize properly depending on
5609 how and where configure is started.
5610 (recursion line): Pass a --with-gcc-version=${gcc_version}
5611 to configures in subdirs.
5612
5613Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
5614
5615 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 5616 cygmon
252b5132
RH
5617
5618Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
5619
5620 * configure.in: Add cygmon and libstub support for mn10200.
5621
56221998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
5623
5624 * configure (gcc_version): Add new variable describing the
5625 particular gcc version we're building.
5626 * Makefile.in (libsubdir): Add new macro for the directory
5627 in which the compiler finds executables, libraries, etc.
5628 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5629 and libsubdir.
5630
5631Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5632
ba73c63f
JM
5633 * Makefile.in (local-clean): Remove *.log.
5634 (warning.log): Built with warn_summary from build.log.
5635 (mail-report.log): Run test_summary.
5636 (mail-report-with-warnings.log): Run test_summary including
5637 warning.log in the report.
252b5132
RH
5638
5639Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
5640
5641 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5642
5643Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
5644
5645 * Makefile.in (grep): Grep no longer depends on libiberty.
5646
5647Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
5648
5649 * Makefile.in: all-snavigator needs all-libgui.
5650
5651Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
5652
5653 * configure.in: Add cygmon and libstub support for mn10300.
5654
5655Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
5656
5657 * missing: Update to version from automake 1.3.
5658
5659 * ltmain.sh: On installation, don't get confused if the same name
5660 appears more than once in the list of library names.
5661
5662Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
5663
5664 * config.sub: Accept m68060 and m5200 as CPU names.
5665
5666Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
5667
5668 * configure: Use && rather than using -a in test, because odd
5669 strings can confuse test.
5670 * configure.in: Likewise.
5671
5672Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
5673
5674 * ltconfig, ltmain.sh: Bring in Visual C++ support.
5675
5676Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5677
5678 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
5679 bootstrap4-lean): New targets.
5680
5681Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
5682
5683 * mpw-* Delete. Not used.
252b5132
RH
5684
5685Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
5686
5687 * COPYING.LIB: Update FSF address.
5688
5689Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
5690
5691 * ltconfig, ltmain.sh: Update to libtool 1.2a.
5692
5693 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5694 GAS_SUPPORT_DIRS.
5695
5696Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
5697
5698 * ltconfig, ltmain.sh: Avoid producing a version number if
5699 -version-info was not used.
5700
5701Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
5702
5703 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5704 building with newlib.
5705
57061998-04-30 Paul Eggert <eggert@twinsun.com>
5707
ba73c63f 5708 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 5709 Solaris `make' causes it to continue to next definition.
252b5132 5710
afb8d725
JM
5711Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
5712
5713 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5714 the right GUI libraries and files are installed along with GDB.
5715
252b5132
RH
5716Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
5717
5718 * configure.in: Change alpha to alpha* in several places.
5719
5720Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
5721
5722 * config.sub: Recognize sparc86x.
5723
5724Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 5725
252b5132
RH
5726 * configure.in (--enable-target-optspace): Remove debug echo.
5727
5728Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
5729
5730 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5731
5732Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
5733
5734 * ltconfig: Update cygwin32 support.
5735
5736 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5737 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5738 (GDB_SUPPORT_DIRS): Likewise.
5739
5740Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
5741
5742 * configure.in (target_makefile_frag): If --enable-target-optspace,
5743 use -Os to compile target libraries rather than -O2. Default to
5744 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5745 not used.
5746 * configure.in (target_cflags): Ditto for d30v.
5747
5748Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
5749
5750 * Makefile.in (all-bfd): Depend on all-intl.
5751 (all-binutils): Likewise.
5752 (all-gas): Likewise.
5753 (all-gprof): Likewise.
5754 (all-ld): Likewise.
5755
252b5132
RH
57561998-04-19 Brendan Kehoe <brendan@cygnus.com>
5757
5758 * configure.in (host_tools): Fix typo, lbtool -> libtool.
5759
5760Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
5761
5762 * Makefile.in (all-bfd): Depend upon all-libiberty.
5763
5764 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5765
5766Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
5767
5768 * Makefile.in: Add libstub.
5769
5770 * configure.in: Ditto. Build libstub for targets that have cygmon
5771 support.
5772
5773Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
5774
5775 * configure.in: Don't set PICFLAG on ix86-cygwin32.
5776
5777Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
5778
5779 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5780 use mh-sysv5 if specified. Support gprof on SCO Open Server.
5781
5782Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
5783
5784 * configure: Define DEFAULT_M4 by searching PATH.
5785 * Makfile.in: Use DEFAULT_M4.
5786
5787Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
5788
5789 * ltconfig: Add cygwin32 support.
5790
5791 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
5792 to configure and build.
5793
5794Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
5795
5796 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
5797
5798Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
5799
5800 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5801
5802Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
5803
5804 * Makefile.in: add ash make rules
5805 * configure.in: add ash to native_only and host_tools lists
5806
5807Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
5808
5809 * Makefile.in (all-gettext, all-intl): New targets.
5810 (ALL_MODULES): Added all-gettext, all-intl.
5811 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5812 (INSTALL_MODULES): Added install-gettext, install-intl.
5813 (CLEAN_MODULES): Added clean-gettext, clean-intl.
5814
5815 * configure.in (host_tools): Added gettext.
5816 (native_only): Likewise.
5817 (noconfigdirs) [various cases]: Likewise.
5818 (host_libs): Added intl.
5819
afb8d725
JM
5820Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
5821
5822 * configure: Do not disable building gdbtk for cygwin32 hosts.
5823
ba73c63f
JM
5824Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
5825
5826 * configure.in: Add thumb-coff target.
5827 * config.sub: Add thumb-coff target.
5828
252b5132
RH
5829Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5830
5831 * Makefile.in: Revert yesterday's change.
5832 (all-target-winsup): all-target-librx stays out of here.
5833
5834Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
5835
ba73c63f
JM
5836 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5837 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5838 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
5839 Remove references to librx and libg++.
5840
5841Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
5842
5843 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5844 recursive makes
5845
5846Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
5847
5848 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5849 for newlib directory.
5850 (CXX_FOR_TARGET): Likewise.
5851
5852Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
5853
5854 * ltconfig: Update after libtool/ltconfig.in change for
5855 hpux11.
5856
5857Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
5858
5859 * ltconfig, ltmain.sh: Update to libtool 1.2.
5860
5861Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
5862
5863 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
5864 (install-gcc-cross): Instead, override LANGUAGES here.
5865
58661998-03-18 Dave Love <d.love@dl.ac.uk>
5867
5868 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5869 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5870
5871Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
5872
5873 * configure.in: Add Thumb-pe target.
5874
5875Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 5876
252b5132
RH
5877 * Makefile.in - changed sn targets to snavigator
5878 * configure.in - changed sn targets to snavigator
5879
5880Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5881
5882 * config-ml.in: After building symlink tree call make distclean
5883 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5884 to be the case for libiberty.
5885
5886Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
5887
5888 * configure: When making link, also check the current
5889 directory. The configure scripts may create one.
5890
5891Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
5892
5893 * config.sub: Accept alphapca56 and alphaev6 properly.
5894
5895Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5896
5897 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5898
252b5132
RH
5899Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
5900
80413487 5901 * config.sub (sco5): Fix typo.
252b5132
RH
5902
5903Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
5904
5905 * Makefile.in (INSTALL_MODULES): Move install-tcl before
5906 install-itcl.
5907 (install-itcl): Remove dependency on install-tcl.
5908
5909Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
5910
5911 * configure.in: Remove libgloss from noconfigdirs for MN10300.
5912
252b5132
RH
5913Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
5914
5915 * configure.in: Don't build libgui for a cygwin32 target when not on
5916 a cygwin32 host.
5917
5918Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
5919
5920 * configure (redirect): Set to null, so default behavior of
5921 configure is now --verbose.
5922
59231998-02-16 Dave Love <d.love@dl.ac.uk>
5924
5925 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5926 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5927
5928Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
5929
5930 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5931 this change to sync Makefile.in with its ChangeLog entries.
5932
5933Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5934
5935 * ltmain.sh (mkdir): Check that the directory doesn't exist
5936 before we exit with error, so that we don't get races during
5937 parallel builds.
5938
5939Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5940
5941 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5942
5943Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5944
5945 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5946 PICFLAG_FOR_TARGET.
5947 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5948
5949 * configure: Emit a definition for the new macro enable_shared
5950 into each Makefile.
5951
252b5132
RH
5952Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5953
5954 * configure.in (host_tools, native_only): Add libtool.
5955
5956Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5957
5958 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5959 Fix typo in ming config comment.
5960
5961Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5962
5963 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5964
5965Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5966
5967 * config.sub: Add tic30 cases, and map c30 to tic30.
5968
ba73c63f
JM
5969Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5970
5971 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5972 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5973 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5974 (CLEAN_TARGET_MODULES): Similarly
5975 (all-target-libf2c): Add dependences.
35590697 5976 * configure.in (target_libs): Add libf2c.
ba73c63f 5977
252b5132
RH
5978Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5979
ba73c63f
JM
5980 * configure.in: Remove expect from noconfigdirs when target
5981 is cygwin32. OK to build expect and dejagnu with Canadian
5982 Cross.
252b5132
RH
5983
5984Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5985
5986 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5987 host.
5988
5989 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5990 and mingw32.
5991
5992Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5993
5994 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5995 here as it is not defined in the toplevel Makefile.
5996
5997Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5998
5999 * configure (package_makefile_rules_frag): New variable, which names
6000 a file with generic rules, ...
6001 Change comment to mention we now have FIVE parts.
6002 * configure: Undo last change.
6003
6004Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6005
6006 * config.guess: More accurate determination of HP processor types.
6007 * config.sub: More accurate determination of HP processor types.
6008
6009Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6010
6011 * configure (package_makefile_frag): Move inserting the
6012 ${package_makefile_frag} to where it should be according
6013 to the comment.
6014
ba73c63f 6015Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
6016
6017 * config.guess: Add support for Linux/ARM.
6018
6019Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6020
6021 * .cvsignore: Remove *-info and *-install since they match
6022 release-info and mpw-install, which we don't want to just ignore.
6023
6024Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6025
6026 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6027
6028Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6029
6030 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6031 local_prefix to sub-make invocations.
6032
6033Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6034
6035 * configure.in: Check makefile fragments in the source
6036 directory.
6037
6038Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6039
ba73c63f
JM
6040 * configure.in: Check whether host and target makefile
6041 fragments exist before adding them to *_makefile_frag.
252b5132
RH
6042
6043Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6044
6045 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 6046
252b5132
RH
6047Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6048
6049 * configure.in: Make sure we only replace RPATH_ENVVAR on
6050 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6051 regexp to sed.
6052
6053 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6054 to sub-makes.
6055
60561998-01-13 Lee Iverson (leei@ai.sri.com)
6057
6058 * config-ml.in (multi-do): LDFLAGS must include multilib
6059 designator.
6060
6061Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
6062
6063 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6064
6065Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
6066
6067 * config.sub: Add mingw32 support.
6068 * configure.in: Likewise.
252b5132
RH
6069
6070Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6071
6072 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6073
6074Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
6075
6076 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6077 * configure (gxx_include_dir): Provide a definition for subdirs
6078 which do not use autoconf.
6079
6080Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
6081
6082 * config.guess: Sync with egcs. Picks up new alpha support,
6083 BeOS & some additional linux support.
6084
ba73c63f 6085Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6086
6087 * config.guess: HP 9000/803 is a PA1.1 machine.
6088
ba73c63f
JM
6089Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
6090
6091 * configure.in: It's alpha*-...
252b5132
RH
6092
6093Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6094
ba73c63f
JM
6095 * configure.in (host_makefile_frag, target_makefile_frag):
6096 Handle multiple config files.
6097 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6098 alpha-*-*.
252b5132
RH
6099
6100Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
6101
6102 * mkdep: New file.
6103
6104Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
6105
6106 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6107
6108Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
6109
6110 * Makefile.in: Add libgui directory.
6111 (GDB_TK): Add all-libgui.
6112 * configure.in: Add libgui directory.
6113 * configure: Add all-libgui to GDB_TK.
6114
6115Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
6116
6117 * config-ml.in (multidirs): Add m32r to multilib list.
6118
6119Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
6120
6121 * Makefile.in (all-target-gperf): Change dependency to
6122 all-target-libstdc++.
6123
6124Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
6125
6126 * config.guess: Add BeOS support.
6127
6128Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
6129
6130 Source directory cvs renamed to cvssrc:
6131 * configure.in (host_tools): Change cvs to cvssrc.
6132 (native_only): Likewise.
6133 (noconfigdirs) [various cases]: Likewise.
6134 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6135 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6136 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6137 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6138 (all-cvssrc): Rename target from all-cvs.
6139
6140Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
6141
6142 * configure (gxx_include_dir): Fix thinko.
6143
6144Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
6145
6146 * Makefile.in (INSTALL_TARGET_CROSS): Define.
6147 (install-cross, install-gcc-cross): New targets.
6148
6149Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
6150
6151 * configure.in (noconfigdirs): Add support for Thumb target.
6152
6153 * config.sub (maybe_os): Add support for Thumb target.
6154
6155Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
6156
6157 * Makefile.in: Add rules for cygmon.
6158
6159 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6160
6161Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
6162
6163 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6164 * configure (gxx_include_dir): Provide a definition for subdirs
6165 which do not use autoconf.
6166
6167Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
6168
6169 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 6170 11/18/97 build
252b5132
RH
6171
6172Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
6173
6174 * From Franz Sirl.
6175 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6176 found on RedHat Linux systems.
6177
6178Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
6179
6180 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6181 guesses.
6182
6183Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
6184
6185 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6186
6187Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6188
6189 * ltmain.sh: If mkdir fails, check whether the directory was created
6190 anyhow by some other process.
6191
6192Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
6193
6194 * configure.in (d30v-*-*): Configure all directories.
6195
6196Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
6197
6198 * configure.in (d30v-*-*): Configure newlib, libiberty directories
6199 for the D30V.
6200
6201Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
6202
6203 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6204
6205Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
6206
80413487
RH
6207 * include/libiberty.h: Add extern "C" { so it can be used with C++
6208 progrms.
6209 * include/remote-sim.h: Add extern "C" { so it can be used with C++
6210 programs.
252b5132
RH
6211
6212Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
6213
6214 * configure.in (d30v-*-*): Configure GCC now.
6215
6216Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6217
6218 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6219 is no longer needed.
6220
6221Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
6222
6223 * Makefile.in: check-target-libio depends on all-target-libstdc++.
6224
6225Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
6226
6227 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6228 targets using "$@" to provide support for similar but not identical
6229 targets without having to duplicate code.
6230
6231Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
6232
6233 * makefile.vms: Fix to work with DEC C.
6234
6235Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
6236
6237 * config.sub: Add mips-tx39-elf to marketing names.
6238
6239Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6240
6241 * ltmain.sh: Handle symlinks in generated script.
6242
6243Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
6244
6245 * configure: Handle autoconf style directory options: --bindir,
6246 --datadir, --includedir, --infodir, --libdir, --libexecdir,
6247 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6248 --sysconfdir.
6249 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6250 (sharedstatedir, localstatedir, oldincludedir): New variables.
6251 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6252 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6253 sbindir, sharedstatedir, and sysconfdir.
6254
6255Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6256
6257 * Makefile.in (bootstrap-lean): New target.
6258
6259Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
6260
6261 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 6262 sn, and gnuserv from noconfigdirs.
252b5132
RH
6263
6264Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
6265
6266 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6267
6268Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
6269
ba73c63f 6270 * Makefile.in (cross): New target.
252b5132
RH
6271
6272Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 6273 Jeff Law <law@cygnus.com>
252b5132
RH
6274
6275 * Makefile.in (bootstrap2, bootstrap3): New targets.
6276 (all-bootstrap): Remove outdated and confusing target.
6277 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6278
afb8d725
JM
6279Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6280
6281 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 6282 windows. Consistent with gdb/configure.
afb8d725 6283
252b5132
RH
62841997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
6285
252b5132
RH
6286 * configure.in: Name Linux target fragment.
6287
6288 * configure: Rewrite so that project Makefile fragment is inserted
6289 first and appears last in the resulting Makefile.
6290
6291Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
6292
6293 * Makefile.in (install-itcl): Install tcl first.
6294
252b5132 6295Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 6296
252b5132
RH
6297 * configure.in: remove bison from noconfigdirs for Cygwin32 host
6298
6299Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6300
6301 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6302
6303 * configure.in (skipdirs): Add target-librx for Linux.
6304 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6305
6306Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
6307
6308 * Makefile.in (bootstrap): New target.
6309
6310Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
6311
6312 * config.sub: Accept 'amigados' for backward compatability.
6313
6314Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
6315
6316 * config.guess: Merge with FSF.
6317
ba73c63f
JM
6318Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
6319
6320 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6321
252b5132
RH
6322Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
6323
6324 * config.sub: Add "marketing-names" patch.
6325
6326Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
6327
80413487 6328 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
6329
6330Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
6331
6332 * config.sub: Handle v850-elf.
6333
ba73c63f
JM
6334Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
6335
6336 * .cvsignore (*-install): Remove.
6337
252b5132
RH
6338Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
6339
6340 * ltconfig: Set CONFIG_SHELL in libtool.
6341 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6342
6343Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6344
6345 * configure.in (target_subdir): Set to libraries if enable_multilib.
6346
6347Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
6348
6349 * config.guess: Update from gcc directory.
6350
6351Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
6352
6353 * Makefile.in (all-sim): Depends on all-readline.
6354
6355Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6356
6357 * Makefile.in (BISON, YACC): Use $$s.
6358 (all-bison): Depend on all-texinfo.
6359
6360Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6361
6362 * Makefile.in (BISON): Add -L flag.
6363 (YACC): Likewise.
6364
6365Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6366
35590697
AJ
6367 * configure.in (noconfigdirs): Add support for v850e target.
6368
252b5132
RH
6369 * config.sub (maybe_os): Add support for v850e target.
6370
6371Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6372
35590697
AJ
6373 * configure.in (noconfigdirs): Add support for v850ea target.
6374
252b5132
RH
6375 * config.sub (maybe_os): Add support for v850ea target.
6376
6377Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6378
6379 * config.sub: Add mipstx39. Delete r3900.
6380
6381Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6382
6383 * Makefile.in (all-autoconf): Depends on all-texinfo.
6384
6385Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6386
6387 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6388 eabi targets.
6389
6390Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6391
6392 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6393
6394 * configure: When handling a Canadian Cross, handle YACC as well as
6395 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 6396 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
6397
6398Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6399
6400 * Makefile.in (BISON): bison, not byacc or bison -y.
6401 (YACC): bison -y or byacc or yacc.
6402 (various): Add *-bison as appropriate.
6403 (taz): No need to mess with BISON anymore.
6404
6405Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6406
6407 * configure: If OSTYPE matches *win32*, try to find a good value for
6408 CONFIG_SHELL.
6409
6410Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6411
6412 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6413 configure.in if it is present.
6414
6415Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6416
6417 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6418
6419Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6420
6421 * config.sub: Recognize `arc' cpu.
6422 * configure.in: Likewise.
6423 * config-ml.in: Likewise.
6424
6425Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6426
6427 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6428
6429Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6430
6431 * configure: Changed sed delimiter from ':' to '|' when
6432 attempting to substitute ${config_shell} for SHELL. On
6433 NT ${config_shell} may contain a ':' in it.
6434
6435Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6436
6437 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6438
6439Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6440
6441 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6442
6443Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6444
6445 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6446
6447 * ylwrap: If the program is a relative path, force it to be
6448 absolute.
6449
6450Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6451
6452 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6453
6454Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6455
6456 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
6457 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6458 for libraries.
252b5132
RH
6459
6460Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6461
6462 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 6463 separated by spaces.
252b5132
RH
6464
6465Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6466
6467 * ylwrap: New file.
6468 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6469
6470 * ltmain.sh: Handle /bin/sh at start of install program.
6471
6472 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6473
6474 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6475 * missing: New file, from automake 1.2.
6476
6477Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6478
6479 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6480 check-tk to CHECK_X11_MODULES.
6481
6482Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6483
6484 * config.sub: Merge with FSF.
6485
6486Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6487
6488 * config.guess: Merge with FSF.
6489
6490Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6491
6492 * configure: Treat msdosdjgpp like go32.
6493 * configure.in: Likewise. Don't remove gprof for go32.
6494
6495 * configure: Change Makefile.tem2 to Makefile.tm2.
6496
6497Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
6498
6499 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6500
6501Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6502
6503 * install-sh (chmodcmd): Set to null if the DST directory already
6504 exists. Same as Nov 11th change.
6505
6506Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
6507
35590697 6508 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
6509
6510Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6511
6512 * config.guess: Update from FSF.
6513
6514Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
6515
6516 * Makefile.in (GDB_TK): Depend on itcl and tix.
6517
6518Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
6519
6520 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6521 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6522 (INSTALL_SCRIPT): New variable.
6523 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6524 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6525 to -x.
6526 * install-sh: Add support for -x option.
6527
6528Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
6529
6530 * configure.in, Makefile.in: Treat tix like itcl.
6531
6532Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
6533
6534 * Makefile.in (WINDRES): New variable.
6535 (WINDRES_FOR_TARGET): New variable.
6536 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6537 (EXTRA_HOST_FLAGS): Add WINDRES.
6538 (EXTRA_TARGET_FLAGS): Add WINDRES.
6539 (EXTRA_GCC_FLAGS): Add WINDRES.
6540 ($(DO_X)): Pass down WINDRES.
6541 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6542 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6543 DLLTOOL_FOR_TARGET.
6544
6545Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
6546
6547 * configure.in: configure sim before gdb for win32-x-ppc
6548
6549Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6550
6551 Move gperf into the toplevel, from libg++.
6552 * configure.in (target_tools): Add target-gperf.
6553 (native_only): Add target-gperf.
6554 * Makefile.in (all-target-gperf): New target, depend on
6555 all-target-libg++.
6556 (configure-target-gperf): Empty rule.
6557 (ALL_TARGET_MODULES): Add all-target-gperf.
6558 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6559 (CHECK_TARGET_MODULES): Add check-target-gperf.
6560 (INSTALL_TARGET_MODULES): Add install-target-gperf.
6561 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6562
6563Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 6564
252b5132
RH
6565 * config.sub (mn10200): Recognize new basic machine.
6566
6567Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6568
6569 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6570 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6571
6572Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6573
6574 * configure.in: If we're building mips-sgi-irix6* native, turn on
6575 ENABLE_MULTILIB and set TARGET_SUBDIR.
6576
6577Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
6578
6579 * Makefile.in (all-sn): Depend on all-grep.
6580
6581Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
6582
6583 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6584
6585 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
6586 Makefile. From Jeff Makey <jeff@cts.com>.
6587 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6588
6589 * Makefile.in (DISTBISONFILES): Remove.
6590 (taz): Don't futz with DISTBISONFILES. Change BISON to use
6591 $(DEFAULT_YACC).
6592
6593 * configure.in: Build itl, db, sn, etc., when building for native
35590697 6594 cygwin32.
252b5132
RH
6595
6596 * Makefile.in (LD): New variable.
6597 (EXTRA_HOST_FLAGS): Pass down LD.
6598 ($(DO_X)): Likewise.
6599
6600Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
6601
6602 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6603
6604Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
6605
6606 * configure.in (targargs): Strip out any supplied --build argument
35590697 6607 before adding our own. Always add --build.
252b5132
RH
6608
6609Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
6610
6611 * configure.in (targargs): Pass --build if we're doing
6612 a cross-compile.
6613
6614Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
6615
ba73c63f 6616 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
6617 sed. Otherwise sed chokes on NT path names with drive
6618 designators. Also look for "?:*" as the leading characters in an
6619 absolute pathname.
6620
6621Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
6622
6623 * config.sub: Support for r3900.
6624
6625Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
6626
6627 * configure.in: Use install-sh, not install.sh.
6628
6629Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
6630
6631 * Makefile.in (taz): Improve check for BISON so it doesn't try to
6632 apply it twice.
6633
6634Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
6635
6636 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6637 install-binutils.
6638
6639Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
6640
6641 * Makefile.in: Add automake targets.
6642 * configure.in (host_tools): Add automake.
6643
6644Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
6645
6646 * configure: Default CXX to c++, not gcc.
6647 * Makefile.in (CXX): Set to c++, not gcc.
6648 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6649
6650Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
6651
6652 * install-sh: try appending a .exe if source file doesn't
6653 exist
6654
6655Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
6656
6657 * configure.in: Turn on multilib by default.
6658 (cross_only): Remove target-libiberty.
6659
6660 * Makefile.in (all-gcc): Don't depend on libiberty.
6661
6662Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6663
6664 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6665
6666Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
6667
6668 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6669 (DISTBISONFILES): Add ld/Makefile.in
6670
6671Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
6672
6673 * configure.in: if target is cygwin32 but host isn't cygwin32,
6674 don't configure gdb tcl tk expect, not just gdb.
6675
6676Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
6677
6678 * configure.in: Added gnuserv everywhere sn appears.
6679
6680 * Makefile.in (ALL_MODULES): Added all-gnuserv.
6681 (CROSS_CHECK_MODULES): Added check-gnuserv.
6682 (INSTALL_MODULES): Added install-gnuserv.
6683 (CLEAN_MODULES): Added clean-gnuserv.
6684 (all-gnuserv): New target.
6685
6686Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
6687
6688 * config.guess: Fixes for MIPS OpenBSD systems.
6689
6690Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
6691
6692 * Makefile.in (INSTALL_XFORM): Remove.
6693 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6694
6695 * mkinstalldirs: New file, copied from automake.
6696 * Makefile.in (installdirs): Rename from install-dirs. Use
6697 mkinstalldirs. Change all users.
6698 (DEVO_SUPPORT): Add mkinstalldirs.
6699
6700Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
6701
6702 * install-sh: Rename from install.sh.
6703 * Makefile.in (INSTALL): Change install.sh to install-sh.
6704 (DEVO_SUPPORT): Likewise.
6705
6706 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
6707 Graichen <graichen@rzpd.de>.
6708
6709Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
6710
6711 * config.guess: Recognize OpenBSD systems correctly.
6712
6713Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6714
6715 * README, Makefile.in (ETC_SUPPORT): Remove references to
6716 cfg-paper*, configure.{texi,man,info*}._
6717
6718Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
6719
6720 * Makefile.in (all.normal): Ensure that gcc is built after all
6721 the x11 - ie gdb - targets.
6722
6723Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
6724
6725 * makefile.vms: Don't run conf-a-gas.
6726
6727Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
6728
80413487 6729 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
6730
6731Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
6732
6733 * configure.in: Remove noconfigdirs case since gdb also
6734 configures and builds for tic80-coff.
6735
6736Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
6737
6738 * configure: Set cache_file to config.cache.
6739 * Makefile.in (local-distclean): Remove config.cache.
6740
6741Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
6742
6743 * COPYING: Update FSF address.
6744
6745Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
6746
6747 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6748 noconfigdirs.
6749
6750Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
6751
6752 * Makefile.in (install-dirs): Don't crash if prefix, and hence
6753 MAKEDIRS, is empty.
6754
6755Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
6756
6757 * config.sub: Tweak mn10300 entry.
6758
6759Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
6760
6761 * configure.in (host_tools): Put sim before gdb, so gdb's
6762 configure.tgt can determine if the simulator was configured.
6763
6764Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
6765
6766 * config.sub: Move BeOS $os case to be with other Cygnus
6767 local cases.
6768
6769Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
6770
6771 * config.sub: Remove misplaced comment that broke Linux.
6772
6773Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
6774
6775 * config.sub: Add BeOS support.
6776
6777Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
6778
6779 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6780
6781Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
6782
6783 * configure.in (noconfigdirs): Remove tcl and tk from
6784 noconfigdirs for cygwin32 builds.
6785
6786Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
6787
6788 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
6789
6790Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
6791
6792 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6793 make-all.com, use makefile.vms instead.
6794
6795Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
6796
6797 * config.sub: Accept -lnews*.
6798
6799Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
6800
6801 * configure.in (noconfigdirs): Disable target-newlib,
35590697 6802 target-examples and target-libiberty for d30v.
252b5132
RH
6803
6804Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6805
6806 * configure.in (noconfigdirs): Enable ld for d30v.
6807
6808Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
6809
6810 * configure.in (tic80-*-*): Build compiler.
6811
6812Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
6813
6814 * configure.in (d30v-*): Remove sim directory from list of
35590697 6815 unsupported d30v directories
252b5132
RH
6816
6817Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6818
35590697
AJ
6819 * config.sub, configure.in: Add d30v target cpu.
6820
252b5132
RH
6821Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
6822
6823 * makefile.vms: New file.
6824 * make-all.com: Remove.
6825
6826Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
6827
6828 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6829
6830Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
6831
6832 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6833
6834Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
6835
6836 * Makefile.in (ALL_MODULES): Added all-db.
6837 (CROSS_CHECK_MODULES): Addec check-db.
6838 (INSTALL_MODULES): Added install-db.
6839 (CLEAN_MODULES): Added clean-db.
6840
6841Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
6842
6843 * config.guess: Merge with latest FSF sources.
6844
6845Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
6846
6847 * Makefile.in (ALL_MODULES): Added all-itcl.
6848 (CROSS_CHECK_MODULES): Added check-itcl.
6849 (INSTALL_MODULES): Added install-itcl.
6850 (CLEAN_MODULES): Added clean-itcl.
6851
6852Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
6853
6854 * configure.in: build gdb for mn10200
6855
6856Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
6857
6858 * Makefile.in (all-target-winsup): Depend on all-target-libio.
6859
6860Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
6861
6862 * configure.in (tic80-*-*): Turn off most targets right now.
6863
6864Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
6865
6866 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6867 rather than the makeinfo program.
6868 (do-info): Depend upon all-texinfo.
6869
6870Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
6871
6872 * configure.in: Remove uses of config/mh-linux.
6873
6874 * config.sub, config.guess: Merge with latest FSF sources.
6875
6876Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
6877
6878 * config.sub (case $basic_machine): Add tic80 entries.
6879
6880Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
6881
6882 * config.sub, config.guess: Merge with latest FSF sources.
6883
6884Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6885
6886 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6887 * mpw-config.in: Test for NewFolderRecursive.
6888 * mpw-install: Use symbolic name for startup filename.
6889 * mpw-README: Add various additional details.
6890
6891Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
6892
6893 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6894
6895Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
6896
6897 * configure.in: Do build gcc and the target libraries for
6898 the mn10200.
6899
6900Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
6901
6902 * configure.in: don't avoid building gdb for mn10300 any more
6903 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6904 instead of single-quoting it.
6905
6906Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
6907
6908 * configure.in: Don't use --with-stabs on IRIX 6.
6909
6910Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
6911
6912 * configure.in (m32r): Build gdb, libg++ now.
6913
6914Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6915
6916 * configure.in (mips*-sgi-irix6*): Remove gdb and related
6917 directories from noconfigdirs.
6918
6919Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
6920
6921 * config.sub (basic_machine): added mips16 configuration
6922
6923Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6924
6925 * config.sub: Handle d10v-unknown.
6926
6927Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
6928
6929 * config.sub: Handle v850-unknown.
6930
6931Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6932
6933 * Makefile.in: add findutils
6934 * configure.in: add findutils to list of host_tools
6935
6936Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6937
6938 * config.sub: Handle mn10200 and mn10300.
6939
6940Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6941
6942 * configure.in (d10v-*): Do not build librx.
6943
6944Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6945
6946 * configure.in (mn10300): Build everything except gdb & libgloss.
6947
6948Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6949
6950 * config.guess: Patch for Dansk Data Elektronik servers,
6951 from Niels Skou Olsen <nso@dde.dk>.
6952
6953 For ncr, use /bin/uname rather than uname, since GNU uname does not
6954 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6955
6956 Patch for MIPS R4000 running System V,
6957 from Eric S. Raymond <esr@snark.thyrsus.com>.
6958
6959 Fix thinko for nextstep.
6960
6961 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6962
6963 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6964 * config.guess: Guess mips-dec-mach_bsd4.3.
6965
6966 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6967 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6968 release numbers.
6969 * config.guess (mips-mips-riscos*): Emit just enough of the
6970 release number.
6971
6972 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6973 * config.guess (sparc-auspex-sunos*): Added.
6974 (f300-fujitsu-*): Added.
6975
6976 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6977 * config.guess: Recognize a Tadpole as a sparc.
6978
6979Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6980
6981 * config.guess: Don't assume that NextStep version is either 2 or
6982 3. NextStep 4 (aka OpenStep 4) has come out now.
6983
6984Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6985
6986 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6987 From Rik Faith <faith@cs.unc.edu>.
6988
6989Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6990
6991 * config.sub: Contributions from bug-gnu-utils to:
6992 Support plain "hppa" (no version given) architecture, reported by
6993 OpenStep.
6994 OpenBSD like NetBSD.
6995 LynxOs is not a hardware supplier.
6996
6997 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 6998 OpenBSD like NetBSD.
252b5132
RH
6999 Stratus systems.
7000 More Pyramid systems.
7001 i[n>4]86 Intel chips.
7002 M680[n>4]0 Motorola chips.
7003 Use unknown instead of lynx for hardware manufacturer.
7004
7005Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7006
7007 * install.sh (chmodcmd): Set to null if the DST directory already
7008 exists.
7009
7010Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7011
7012 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7013 not use mt-ppc target Makefile fragment any more.
7014
7015Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7016
7017 * configure.in (*-*-windows): Exclude everything but those dirs
7018 needed to build windows.
7019
7020Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7021
7022 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7023
7024Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7025
7026 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
7027
7028Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7029
7030 * Undo my previous change.
7031
7032Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7033
7034 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7035 unconditionally.
7036 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7037
7038Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7039
7040 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7041 host to add it's own flags.
252b5132
RH
7042
7043Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7044
7045 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7046
7047Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7048
7049 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7050 (CXX_FOR_TARGET): Likewise.
7051 (GCC_FOR_TARGET): Define.
7052 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7053 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7054 CC_FOR_TARGET was specified on the command line.
7055 (MAKEOVERRIDES): Don't define.
7056
7057Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7058
7059 * configure.in (m32r): Fix spelling of libg++ libs.
7060
7061Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
7062
7063 * config.sub (-apple*): Remove, now redundant.
7064
7065Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
7066
7067 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7068
7069 * configure: Rework yesterday's sed script patch.
7070
7071 * config.sub: Merge with FSF.
7072
7073Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
7074
7075 * config.guess: Merge from FSF.
7076
7077 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
7078 * config.guess: Use pc instead of unknown, for pc clone systems.
7079 Change linux to linux-gnu.
252b5132
RH
7080
7081 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 7082 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
7083
7084Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
7085
7086 * test-build.mk (HOLES): Add "xargs" for gdb.
7087
7088 * configure: Avoid hpux10.20 sed bug.
7089
7090Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
7091
4bddf3ad 7092 * configure.in: Add support for windows host
252b5132
RH
7093 (that is a build done under the Microsoft build environment).
7094
7095Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
7096
7097 * Makefile.in: Replace all uses of srcroot with s, to shrink
7098 command line lengths.
7099
7100 Patches from Geoffrey Noer <noer@cygnus.com>:
7101 * configure.in: If configuring for newlib, pass --with-newlib to
7102 subdirectories.
7103 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7104 -Bnewlib/ and -Lwinsup to gcc.
7105 (CXX_FOR_TARGET): Likewise.
7106
7107Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
7108
7109 * Makefile.in (ETC_SUPPORT): Add configure.
7110
7111Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
7112
35590697 7113 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
7114 host configuration file.
7115
7116Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
7117
7118 * configure.in: Break mn10x00 support into separate
7119 mn10200 and mn10300 configurations.
7120 * config.sub: Likewise.
7121
7122Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
7123
7124 * configure.in: Add lots of stuff to noconfigdirs for
7125 the mn10x00 targets.
7126
7127 * config.sub, configure.in: Add mn10x00 support.
7128
7129Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
7130
7131 * make-all.com: Call conf-a-gas, not config-a-gas.
7132
7133Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
7134
7135 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 7136 targets.
252b5132
RH
7137
7138Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
7139
7140 * mpw-README: Add much more detail for native PowerMac.
7141 * mpw-install: New file.
7142 * mpw-configure: Add --norecursion and --help options.
7143 * mpw-config.in: Translate readme and install files when
7144 copying to objdir.
7145 * mpw-build.in: Don't always depend on byacc and flex.
7146 (install-only-top): New action.
7147
7148Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
7149
7150 * configure.in: You can now configure GDB for the v850.
7151
7152Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
7153
7154 * configure.in (noconfigdirs): Don't configure any C++ dirs
7155 if targeting D10V.
7156
7157Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
7158
7159 * config.sub: Recognize mips64vr5000.
7160
7161Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
7162
7163 * configure.in: Use a single line for host_tools and native_only.
7164
7165Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
7166
7167 * config.sub, configure.in: Add entries for m32r.
7168
7169Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
7170
7171 * Makefile.in (inet-install): Don't run install-gzip.
7172
7173Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
7174
7175 * configure.in: Don't config lots of things for *-*-windows*.
7176
7177Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7178
7179 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7180 (host_libs, host_tools): Copy from configure.in.
7181 * mpw-configure: Don't complain about directories not found.
7182
7183Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7184
7185 * configure.in (i[345]86): Recognize i686 for pentium pro.
7186 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7187 file.
7188
7189 * config.guess (i[345]86): Ditto.
7190
7191Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7192
7193 * configure.in (noconfigdirs): Removed gdb for D10V.
7194
7195Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
7196
7197 * configure.in: Remove ld, target-libio, target-libg++, and
7198 target-libstdc++ from noconfigdirs.
7199
7200Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
7201
7202 * configure: Fix three locations where shell scripts were
7203 being run directly rather than with config_shell.
7204
7205Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
7206
7207 * configure.in (v850-*-*): Set up initial $noconfigdirs.
7208 * config.sub (basic_machine): Recognize v850.
7209
7210Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7211
7212 * mpw-configure: Handle multiple enable/disable options and
7213 pass them down recursively, handle -c and -s flags appropriately
7214 depending on choice of compiler, add escape mechanism for
7215 quoted arguments to gC.
7216
7217Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7218
7219 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7220 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7221 so that -mrelocatable-lib and -mno-eabi are used.
7222
7223 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7224 not support --print-multi-lib, don't abort.
7225
252b5132
RH
7226Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
7227
7228 * make-all.com: Run config-a-gas.
7229 * setup.com: Don't copy subdirectory files around.
7230
7231Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
7232
7233 * configure.in (*-*-ose): Remove exclusion of libgloss for this
7234 target, it now compiles correctly.
7235
7236Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
7237
7238 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7239
7240Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7241
35590697 7242 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
7243
7244Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7245
7246 * configure.in (native_only): Add prms.
7247
7248Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
7249
7250 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7251 (BINUTILS_SUPPORT_DIRS): Likewise.
7252
7253Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7254
7255 * configure.in (d10v-*-*): Don't configure ld or gdb until the
7256 d10v support is added.
7257
7258Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7259
7260 * configure.in (d10v-*-*): New target.
7261
7262Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
7263
7264 * config.guess (HP 9000/811): Recognize this as a PA1.1
7265 machine.
7266
7267Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
7268
7269 * Makefile.in (do-tar-gz): New target, split out from tail end of
7270 taz target. Run each command separately, don't use pipes.
7271 (taz): Use it.
7272
7273Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
7274
7275 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7276 * mpw-build.in: No builds should depend on building byacc or flex,
7277 they are assumed to be installed already.
7278
7279Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7280
7281 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7282 variable that CC_FOR_TARGET needs.
7283
7284Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7285
7286 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7287 options have changed since the last time the subdirectory was
7288 configured, and if it has, reconfigure.
7289 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7290 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7291
7292Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
7293
7294 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7295 CLEAN_MODULES): Add bash.
7296 (all-bash): New target.
7297
7298Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
7299
7300 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7301
7302Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7303
7304 * config.sub (basic_machine): Recognize d10v as a valid processor.
7305
7306Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
7307
7308 * mpw-configure: Add support for --bindir.
7309 * mpw-build.in: Use a GCC-specific build script for GCC actions.
7310
7311Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
7312
7313 * configure.in: add bash, time, gawk to list of hosttools and things
7314 to only build for native toolchains
7315
7316Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7317
7318 * Makefile.in (docdir): Remove.
7319
7320Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7321
7322 * Makefile.in (datadir): Set to $(prefix)/share.
7323
7324Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
7325
7326 * configure.in: build diff and patch for cygwin32-hosted
7327 toolchains.
7328
7329Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
7330
7331 * config.sub: Accept -rtems*.
7332
7333Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
7334
80413487 7335 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
7336 remove diff from the list of things not buildable
7337 via Canadian Cross
252b5132
RH
7338
7339Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
7340
7341 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 7342 don't get ". ".
252b5132
RH
7343
7344Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
7345
7346 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7347
7348Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
7349
7350 * Makefile.in (taz): Handle case where tex3patch didn't even get
7351 checked out. Also, if it was found, put the symlink in a new util
7352 subdirectory.
7353
7354Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7355
7356 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7357
7358Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7359
7360 * config.sub: Recognize -openvms.
7361 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7362 * make-all.com, setup.com: New files.
7363
7364Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7365
7366 * Makefile.in (taz): tex3patch moved to texinfo/util.
7367
7368Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7369
afb8d725 7370 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
7371 * configure.in: remove make from disable-if-Can-Cross list
7372 enable gdb if ${host} and ${target} are cygwin32
7373
7374Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7375
7376 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7377 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7378
7379Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7380
7381 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7382 distinguish sysv/svr4/bsd variants.
7383 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7384
7385Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7386
7387 * configure.in: Added copyright notice.
7388 * move-if-change: Added copyright notice.
7389
7390Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7391
7392 * configure.in (powerpcle-*-solaris*): Until we get shared
7393 libraries working, don't build gdb, sim, make, tcl, tk, or
7394 expect.
7395
7396Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7397
7398 * config.guess: Merge with FSF:
7399
7400 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7401 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7402
7403 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7404 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7405
7406 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7407 * config.guess: Combine two OSF1 rules.
7408 Also recognize field test versions. From mjr@zk3.dec.com.
7409 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7410 because GNU uname does not support -p. From pmr@pajato.com.
7411
7412Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7413
7414 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7415
7416Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7417
7418 * mpw-README: Document GCCIncludes.
7419
7420Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7421
7422 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7423
7424Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7425
7426 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7427
7428Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7429
7430 * configure.in (*-*-cygwin32): Configure make.
7431
7432Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7433
7434 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7435
7436Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7437
7438 * Makefile.in (all-inet): Depend on all-perl.
7439
7440 * Makefile.in (inet-install): New target.
7441
7442 * Makefile.in (all-inet): Depend on all-tcl.
7443 (all-inet): Depend on all-send-pr.
7444
7445Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7446
7447 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7448 temporarily.
7449
7450Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7451
7452 * configure.in: Don't configure --with-gnu-ld on AIX.
7453
7454Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7455
7456 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7457
7458Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7459
7460 * Makefile.in (ALL_MODULES): Added all-inet.
7461 (CROSS_CHECK_MODULES): Added check-inet.
7462 (INSTALL_MODULES): Added install-inet.
7463 (CLEAN_MODULES): Added clean-inet.
7464 (all-indent): New target.
7465
7466 * configure.in (host_tools): Added inet.
7467 (native_only): Added inet.
7468 (noconfigdirs): Added inet.
7469
7470Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7471
7472 * configure.in: Don't configure libgloss if we are not configuring
7473 newlib.
7474
7475Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7476
7477 * configure.in: Don't configure libgloss for unsupported
7478 architectures.
7479
7480Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7481
7482 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7483
7484Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7485
7486 * Makefile.in (ALL_MODULES): Include all-apache.
7487 (CROSS_CHECK_MODULES): Include check-apache.
7488 (INSTALL_MODULES): Include install-apache.
7489 (all-apache): New target.
7490
7491 * configure.in: Added apache everywhere perl is seen.
7492
7493Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7494
7495 * Makefile.in: Add support for clean-{module} and
7496 clean-target-{module} rules.
7497
7498Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
7499
7500 * configure.in (*-*-ose) do not build libgloss.
7501
7502Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7503
7504 * config.guess (prep*:SunOS:5.*:*): Turn into
7505 powerpele-unknown-solaris2.
7506
7507Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
7508
7509 * configure.in: Permit --enable-shared to specify a list of
7510 directories.
7511
7512Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7513
7514 * configure.in (host==solaris): Pass only the first word of $CC
7515 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7516
7517Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7518
7519 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7520
7521Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
7522
7523 * Makefile.in (ALL_MODULES): Include all-perl.
7524 (CROSS_CHECK_MODULES): Include check-perl.
7525 (INSTALL_MODULES): Include install-perl.
7526 (ALL_X11_MODULES): Include all-guile.
7527 (CHECK_X11_MODULES): Include check-guile.
7528 (INSTALL_X11_MODULES): Include install-guile.
7529 (all-perl): New target.
7530 (all-guile): New target.
7531
7532 * configure.in (host_tools): Include perl and guile.
7533 (native_only): Include perl and guile.
7534 (noconfigdirs): Don't build guile and perl; no ports have been
7535 done.
7536
7537Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
7538
80413487
RH
7539 * configure (--enable-*): Handle quoted option lists such as
7540 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
7541
7542Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7543
7544 * Makefile.in ({,inst}all-target): New rule so we can make and
7545 install all of the target directories easily.
7546
7547Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7548
7549 * configure.in: Add missing global flag in sed substitution when
7550 deleting `target-' from ${configdirs}.
7551
7552Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7553
7554 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7555 option.
7556
7557 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7558 config/mh-necv4.
7559
7560 * install.sh: Correct misspelling of transformbasename.
7561
7562 * config.guess: Recognize mips-*-sysv*.
7563
7564Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
7565
7566 * config.sub: Recognize mon960.
7567
7568Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
7569
7570 * configure: Restore Canadian Cross handling of BISON and LEX,
7571 removed in Feb 20 change.
7572
7573Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
7574
7575 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
7576 Mention make install. Remove the old copyright date as well the
7577 clumsy and rather pointless copyright on the README file.
7578
7579Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
7580
7581 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7582 Makefile after running symlink-tree, then run `make distclean' to
7583 avoid clobbering any generated files in srcdir.
7584
7585Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
7586
7587 * configure.in (m68k-*-netbsd*): Build everything now.
7588
7589Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7590
7591 * Makefile.in (taz): Fix quoting.
7592
7593Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
7594
7595 * configure.in (sparclet-*-*): Build everything now.
7596
7597Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7598
7599 * configure.in (m68k-*-linux*): New host.
7600
7601Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
7602
7603 * configure: Check for bison before byacc.
7604
7605Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
7606
7607 * Makefile.in configure: Change the way LEX and BISON/YACC are
7608 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
7609 searching PATH. These are used as fallbacks by Makefile.in if
7610 flex/bison/byacc aren't in objdir.
7611
7612Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
7613
7614 * Makefile.in: Make everything which depends upon all-bfd also
7615 depend upon all-opcodes, in case --with-commonbfdlib is used.
7616
7617Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7618
7619 * configure.in (host *-*-cygwin32): Don't build gdb if we are
7620 building NT native compilers on Unix.
7621
7622Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
7623
7624 * configure.in: Don't get CC from the host Makefile fragment if we
7625 can find gcc in PATH, or if this is a Canadian Cross. Move the
7626 Solaris test for /usr/ucb/cc to the post target script, just after
7627 the compiler sanity test.
7628
7629Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
7630
7631 * config.sub: Merge with FSF.
7632
7633Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
7634
7635 * Makefile.in (RPATH_ENVVAR): New variable.
7636 (REALLY_SET_LIB_PATH): Use it.
7637 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7638
7639Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
7640
7641 * config.sub, configure.in: Recognize sparclet cpu.
7642
7643Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7644
7645 * config.guess: Support m68k-cbm-sysv4.
7646
7647Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7648
7649 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7650 m68k-unknown-linuxaout from linker help string. Put quotes around
7651 $ld_help_string.
7652
7653Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
7654
7655 * config.guess (powerpc-harris-powerunix): Add guess for port
7656 to new target.
7657
7658Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7659
7660 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7661
7662Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
7663
7664 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7665 $(REALLY_SET_LIB_PATH) in Makefile.
7666 * Makefile.in (SET_LIB_PATH): New variable.
7667 (REALLY_SET_LIB_PATH): New variable.
7668 ($(DO_X)): Use $(SET_LIB_PATH).
7669 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7670 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7671 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7672 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7673 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7674 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7675 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7676 (install-dosrel): Likewise.
7677 (all-opcodes): Depend upon all-libiberty.
7678
7679Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
7680
7681 * config.guess (*:CYGWIN*): New
7682
7683Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7684
7685 * Makefile.in (all-target-winsup): All all-target-libiberty.
7686
7687Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7688
7689 * configure.in (noconfigdirs): Add missing # in front of comment.
7690
7691Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
7692
7693 * configure.in: add second pass to things added to noconfigdirs
7694 so *-gm-magic can exclude libgloss properly.
7695
7696Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7697
7698 * mpw-configure (extralibs_name, rez_name): Set correctly
7699 for MWC68K compiler.
7700
7701 * mpw-README: Add more info on the necessary build tools.
7702
7703Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
7704
7705 * configure.in, config.sub: Recognize cygwin32.
7706
7707Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
7708
7709 * config.guess, config.sub: Recognize A/UX.
7710
7711Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
7712
7713 * config.sub: Merge with gcc/config.sub.
7714
7715Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
7716
7717 * mpw-build.in (do-binutils): Add build of stamps.
7718
7719Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
7720
7721 * config.sub: Add recognition for mips64vr4100*-* targets.
7722
7723Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7724
7725 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7726 Add creation of gconfigargs with `--enable-shared' turned on.
7727 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7728 ($(host)-stamp-stage3-configured): Likewise.
7729 (HOLES): Add chatr and ldd.
7730 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7731
7732Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
7733
7734 * configure: Pass --nfp to recursive configures.
7735
7736Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
7737
7738 * Makefile.in (DLLTOOL): New.
7739 (DLLTOOL_FOR_TARGET): New.
7740 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7741 (EXTRA_TARGET_FLAGS): Ditto.
7742 (EXTRA_GCC_FLAGS): Ditto.
7743 (CONFIGURE_TARGET_MODULES): Ditto.
7744 (DO_X): Ditto.
7745 * configure: Add DLLTOOL.
7746
7747Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
7748
7749 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
7750 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7751 mh-sco, since old workarounds no longer needed, and don't
7752 build ld, since libraries have weak symbols in COFF.
7753
7754Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
7755
7756 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7757
7758Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
7759
7760 * configure.in: Make sure that ${CC} can be used to compile an
7761 executable.
7762
afb8d725
JM
7763Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7764
7765 * Makefile.in (all-gdb): Depend on $(GDB_TK).
7766 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7767 nothing depending on whether gdbtk is being built.
7768
252b5132
RH
7769Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
7770
7771 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7772
7773Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
7774
7775 * configure.in (noconfigdirs): Put ld or gas in this early, if the
7776 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7777
7778Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
7779
7780 * config-ml.in: Add support for
7781 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7782 Simplify setting of multidirs from --disable-foo.
7783
7784Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7785
7786 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7787 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7788 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 7789 non-empty, pass them on to the GCC make.
252b5132
RH
7790 (all-bootstrap): New rule that is like all-gcc, except it executes
7791 the GCC bootstrap rule instead of the GCC all rule.
7792
7793Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
7794
7795 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7796
7797Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7798
7799 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7800 DG/UX support.
7801
7802Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
7803
7804 * config.sub (i*86*) Change [345] to [3456]
7805
7806Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7807
7808 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7809 --with-gnu-ld=no.
7810
7811Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7812
7813 * config-ml.in (rs6000*, powerpc*): Add switches to control which
7814 AIX multilibs get built.
7815
7816Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7817
7818 * configure.in (i386-win32): Don't build expect if we're not
7819 building the tcl subdir.
7820
7821Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
7822
7823 * Makefile.in: (configure-target-examples, all-target-examples):
7824 New targets, configure and build example programs.
7825
7826Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7827
7828 * mpw-configure: If an mpw-config.in generated a file mk.sed,
7829 use it as input to sedit the generated MPW makefile.
7830 * mpw-README: Add a suggestion about Gestalt.h.
7831
7832Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
7833
7834 * config.sub: Accept *-*-ieee*.
7835
7836Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
7837
7838 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
7839 Ronald F. Guilmette <rfg@monkeys.com>.
7840
7841Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7842
7843 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7844 for powerpc-pe native.
7845 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7846 (target==powerpc-pe): duplicate i386-win32 entry.
7847
7848Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7849
7850 * configure.in (noconfigdirs): Exclude target-newlib for all versions
7851 of vxworks, not just vxworks5.1.
7852
7853Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
7854
7855 * mpw-configure: Add support for exec-prefix.
7856
7857Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7858
7859 * config.guess: Recognize HP model 816 machines as having
7860 a PA1.1 processor.
7861
7862Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
7863
7864 * configure: Ignore new autoconf configure options.
7865
252b5132
RH
7866Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7867
7868 * config.guess: Recognize Pentium under SCO.
7869 From Robert Lipe <robertl@arnet.com>.
7870
7871Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7872
7873 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
7874
7875Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
7876
7877 * configure.in: Don't configure gas for alpha-dec-osf*.
7878
7879Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
7880
7881 * configure.in: Default to --with-stabs for some targets for which
7882 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7883 i[345]86*-*-unixware*.
7884
7885Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
7886
7887 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
7888 rather than basing it on the target. Simplify handling of options
7889 controlling which directories to configure. Remove extraneous
7890 slash in multi-clean target.
7891
7892Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
7893
7894 * config-ml.in: Prefix more variables with ml_ so they don't collide
7895 with configure's.
7896
7897Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
7898
7899 * configure: Don't turn -v into --v.
7900
7901Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
7902
7903 * configure.in (targargs): Fix typo.
7904
7905 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7906
7907Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
7908
7909 * configure.in: Strip --host and --target options from
7910 CONFIG_ARGUMENTS, and always configure for --host only. Add
7911 --with-cross-host option when building with a cross-compiler.
7912 * configure: Canonicalize the arguments put into config.status by
7913 always using `=' for an option with an argument. Pass a presumed
7914 --host or --target explicitly.
7915
7916Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
7917
7918 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7919 into general OS recognition case.
7920
7921Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7922
7923 * configure.in (target_configdirs): add target-winsup only
7924 for win32 target systems.
7925
7926Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
7927
7928 * Makefile.in (all-target-libgloss): Depend upon
7929 configure-target-newlib, since when libgloss is built it looks to
7930 see if the newlib directory exists.
7931
7932Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7933
7934 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7935 cfg-ml-*.in.
7936
7937Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7938
7939 * configure: Handle LD and LD_FOR_TARGET when configuring a
7940 Canadian Cross.
7941
252b5132
RH
7942Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7943
7944 * configure.in (target_libs): add target-winsup.
7945 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7946 (target==ppcle-pe): remove ld from $noconfigdirs.
7947
7948Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7949
7950 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7951 Preserve relative path names in $srcdir. Build symlink tree if
7952 configuring cross target dir and srcdir=. (= no VPATH support).
7953 (configure-target-libg++): Depend on configure-target-librx.
7954 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7955 * config-ml.in: New file.
7956 * symlink-tree: New file.
7957 * configure: Ensure srcdir="." if that's what it is.
7958
7959Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7960
7961 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7962 includes and FLEX_SKELETON setting.
7963 * mpw-configure (--with-gnu-ld): New option, controls whether
7964 to use PPCLink or ld with PowerMac GCC.
7965 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7966 * mpw-config.in: Configure grez if targeting Mac.
7967
7968 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
7969 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7970 just macos.
252b5132
RH
7971 * configure.in: Configure grez resource compiler if targeting Mac.
7972 * Makefile.in (all-grez, install-grez): New targets.
7973
7974Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7975
7976 * configure: CXX defaults to gcc, not g++. If we find
35590697 7977 gcc in the path, set CC to gcc -O2.
252b5132
RH
7978
7979Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7980
7981 * configure: Default ${build} correctly. Avoid picking up extra
7982 spaces when reading CC and CXX from Makefile. When doing a
7983 Canadian Cross, use plausible default values for numerous
7984 variables.
7985 * configure.in: When doing a Canadian Cross, don't try to
7986 configure tools whose configure script can't handle it.
7987
7988Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7989
7990 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7991
7992Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7993
7994 * configure: Remove dubious bug reporting address.
7995
7996Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7997
7998 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7999 configure script, run that instead of this directory's configure.
8000 In either case, print a message that we're configuring the sub-dir.
8001
8002Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
8003
8004 * configure.in: Before checking for the existence of various files,
8005 use sed to filter out "target-".
8006
8007Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8008
8009 * Makefile.in (DO_X): Split rule to decrease command line length
8010 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8011 (Philippe De Muyter).
8012
8013Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8014
8015 * Makefile.in (all-patch): depend on all-libiberty.
8016
8017Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8018
8019 * configure.in: If the only directory in target_configdirs which
8020 actually exists is libiberty, then set target_configdirs to empty,
8021 to avoid trying to build a target libiberty in a gas or gdb
8022 distribution.
8023
8024Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8025
8026 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
8027 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8028 systems.
252b5132
RH
8029
8030Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8031
8032 * configure.in (copy_dirs): Use sys-include instead of include
8033 for --with-headers option.
8034
8035Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8036
8037 * Makefile.in, configure.in: Make winsup builds work with
8038 new scheme.
8039
8040Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8041
8042 * configure.in: Build the linker on AIX.
8043
8044Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8045
8046 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8047 where needed.
8048
8049Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8050
8051 * Makefile.in (all-gcc): Fix typo.
8052
8053Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8054
8055 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8056
8057Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8058
8059 * configure.in: Rename libFOO to target-libFOO, and xiberty
8060 to target-xiberty, to provide more flexibility.
8061 (target_subdir): Define. Create if cross.
8062 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8063 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
8064 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8065 check-libFOO -> check-target-libFOO, etc.
8066 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8067 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8068 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8069 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
8070 allow ALL_GCC="" to only configure.
8071 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
8072 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
8073 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
8074
8075Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
8076
8077 * Makefile.in (taz): Build "info" in etc explicitly.
8078
8079Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
8080
8081 * configure.in: Make sure that CC is undefined (as opposed to
8082 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
8083 problem with autoconf trying to configure on a host without GCC.
8084
8085Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8086
8087 * mpw-configure: Set host alias from choice of host compiler,
8088 only use generic MPW Makefile sed if present, edit a file
8089 named "hacked_Makefile.in" instead of "Makefile.in" if present.
8090 * mpw-README: Add problem notes about CW6 and CW7.
8091
8092Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
8093
8094 * Makefile.in (taz): Use ";" instead of ";;".
8095
8096Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8097
8098 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
8099 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8100 DISTDOCDIRS.
8101 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
8102 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
8103
8104Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
8105
8106 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
8107 and gnats, because they are now subsumed by DISTSTUFFDIRS.
8108 Move bfd to DISTSTUFFDIRS.
8109
8110Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8111
8112 * Makefile.in (X11_LIB): Removed.
8113 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8114
8115 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8116
8117Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8118
8119 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8120 names.
8121
8122Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8123
8124 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8125
8126Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
8127
8128 * configure.in (i[345]86-*-win32): Always build newlib.
8129 Don't configure cvs, autoconf or texinfo.
8130 * Makefile.in (LD_FOR_TARGET): New.
8131 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8132 Pass down LD_FOR_TARGET.
8133
8134Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
8135
8136 * winsup: New directory.
8137 * Makefile.in: Build winsup.
8138 * configure.in: Winsup is configured when target is win32.
8139 Can only build win32 target GDB when native.
35590697 8140
252b5132
RH
8141Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
8142
8143 * config.guess: Recognize HP model 819 machines as having
8144 a PA 1.1 processor.
8145
8146Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
8147
8148 * configure: Fix sed loop which substitutes for CC and CXX to
8149 avoid bug found in various sed implementations.
8150
8151Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8152
8153 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8154 simulator. Use standard powerpc-*-eabi*.
8155
8156Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
8157
8158 * configure.in: Stop putting gas and binutils in noconfigdirs for
8159 powerpc-*-aix* and rs6000-*-*.
8160
8161Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
8162
8163 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8164 -mcall-aixdesc libraries.
8165
8166Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
8167
8168 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8169
8170 * config.sub (arm | armel | armeb): Fix shell syntax.
8171
8172Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8173
8174 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8175 -msoft-float and -mcpu=common support.
8176 (powerpc*-*-eabisim*): Add support for building -mcall-aix
8177 libraries.
8178
8179Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8180
8181 * configure.in: Allow configuration and build of emacs19 for the alpha.
8182
8183Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8184
8185 * configure.in (CC): Get ^CC, not just any old CC, from
8186 ${host_makefile_frag}.
8187
8188Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8189
35590697 8190 * configure.in (CC): Try to get CC from
252b5132
RH
8191 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8192
8193Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8194
8195 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8196 only if it exists in $(srcdir).
8197
8198Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
8199
8200 * configure: If CC and CXX are not set in the environment, set
8201 them, based on either an existing Makefile or on searching for gcc
8202 in PATH. Substitute for CC and CXX in Makefile.
8203 * configure.in: Remove libm from target_libs. Separate
8204 target_configdirs from configdirs. If CC is not set in
8205 environment, try to get it from a host Makefile fragment. Rewrite
8206 changes of configdirs to use skipdirs instead. A few minor
8207 tweaks. Take directories out of target_configdirs as they are
8208 taken out of configdirs. Remove existing Makefile files from
8209 subdirectories. Substitute for TARGET_CONFIGDIRS and
8210 CONFIG_ARGUMENTS in Makefile.
8211 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8212 by configure.in.
8213 (CONFIG_ARGUMENTS): Likewise.
8214 (CONFIGURE_TARGET_MODULES): New variable.
8215 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8216 ($(CONFIGURE_TARGET_MODULES)): New target.
8217 (configure-libg++, configure-libio): New targets.
8218 (all-libg++): Depend upon configure-libg++.
8219 (all-libio): Depend upon configure-libio.
8220 (configure-libgloss, all-libgloss): New targets.
8221 (configure-libstdc++): New target.
8222 (all-libstdc++): Depend upon configure-libstdc++.
8223 (configure-librx, all-librx): New targets.
8224 (configure-newlib): New target.
8225 (all-newlib): Depend upon configure-newlib
8226 (configure-xiberty): New target.
8227 (all-xiberty): Depend upon configure-xiberty.
8228
8229Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8230
8231 * configure.in (host i[345]86-*-win32): Expand the
8232 noconfigdirs again.
8233
8234Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
8235
8236 * mpw-configure: Fix sed command file name.
8237
8238Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
8239
35590697 8240 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
8241 noconfigdirs again.
8242
8243Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
8244
8245 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8246 or powerpc*-*-pe*, since they are not yet supported.
8247
8248Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8249
8250 Add PowerMac support and many other enhancements.
8251 * mpw-configure: New option --cc to select compiler to use,
8252 paste options set according to --cc into the generated
8253 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8254 if mpw-make.sed is present.
8255 * mpw-config.in: Don't test for gC1, test for mpw-touch,
8256 add forward includes for PowerPC include files.
8257 * mpw-build.in: Build using Makefile.PPC if present.
8258 (do-byacc, etc): Remove separate version resource builds.
8259 (do-gas): Build "stamps" before "all".
8260 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8261 * mpw-README: Update to reflect --cc option, PowerMac support,
8262 and recently-reported compatibility problems.
8263
8264Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
8265
8266 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8267 embedded m68k systems (-aout, -coff, -elf, -vxworks).
8268 (--with-multilib-top): Pass to recursive invocations.
8269
8270Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
8271
8272 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8273 v810-*-*.
8274
8275Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8276
8277 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8278 gdb, ld and opcodes on v810-*-*.
8279
252b5132
RH
8280Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
8281
8282 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8283 (local-maintainer-clean): New target.
8284 (maintainer-clean): New target.
8285 (realclean): Just depend upon maintainer-clean.
8286
8287Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8288
8289 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8290
8291Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
8292
8293 * configure.in: Build ld in mips*-*-bsd* case.
8294
8295Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
8296
8297 * config.sub: Accept -lites* OS. From Ian Dall.
8298
8299Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
8300
8301 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 8302 targets.
252b5132
RH
8303
8304Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8305
8306 * configure.in: treat i386-win32 canadian cross the same as
8307 i386-go32 canadian cross.
8308
8309Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8310
8311 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8312 running under the simulator to build a reduced set of libraries.
8313 (powerpc-*-eabiaix): Add fine grained multilib support added to
8314 other powerpc targets yesterday.
8315
8316Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8317
8318 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8319 -disable-softfloat, -disable-relocatable, -disable-aix, and
8320 -disable-sysv to control which multilib libraries get built.
8321
8322Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8323
8324 * configure: Add Makefile.tem to list of files to remove in trap
8325 handler.
8326
8327Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
8328
8329 * config.guess (*Linux*): Add missing "exit"s.
8330 Also, need specific check for alpha-unknown-linux (uses COFF).
8331
8332Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
8333
8334 * config.guess: Merge with FSF:
8335
8336 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
8337 * config.guess (AIX4): More robust release numbering discovery.
8338
8339 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
8340 * config.guess (i386-sequent-ptx): Properly get version number.
8341
8342 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
8343 * config.guess (mips:*:4*:UMIPS): New case.
8344
8345Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
8346
8347 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8348 (i386-win32 host): Likewise. Don't build readline.
8349
afb8d725
JM
8350Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
8351
8352 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
8353 SUPPORT_FILES to submakes.
8354
252b5132
RH
8355Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8356
8357 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8358 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8359 mpw-configure.
8360
8361Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8362
8363 * configure.in (appdirs): Use =, not ==, in test expression when
8364 trying to build the text to print in the warning message for
8365 Solaris users.
8366
8367Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8368
8369 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8370
8371Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8372
8373 * config.guess: Recognize lynx-2.3.
8374
8375Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8376
8377 * config.sub (z8ksim): Deleted
8378 (z8k-*-coff): New, this is the one true name of the target.
8379
8380Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8381
8382 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8383
8384Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8385
8386 * config.guess (*:Linux:*:*): First try asking the linker what the
8387 default object file format is (elf, aout, or coff). Then if this
8388 fails, try previous methods.
8389
8390Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8391
8392 * configure.in: Don't build newlib for *-*-vxworks5.1.
8393
8394Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8395
8396 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8397 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8398
8399Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8400
8401 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8402
8403Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8404
8405 * cfg-ml-com.in: New file.
8406 * cfg-ml-pos.in: New file.
8407
8408Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8409
8410 * COPYING.NEWLIB: Add HP free copyright to list.
8411
8412Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8413
8414 * config.sub: Recognize -eabi* for the system, not just -eabi.
8415
8416Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8417
8418 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8419 * config.sub, configure.in (win32): New target and host.
8420
8421Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8422
8423 * configure.in: Add i386-pe configuration.
8424
8425Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8426
8427 * mpw-build.in (install): Install GDB after LD.
8428
8429Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8430
8431 * mpw-config.in (elf/mips.h): Always forward-include, needed
8432 for GDB to build.
8433
8434Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8435
8436 * testsuite: New directory for customer acceptance and whole tool
8437 chain tests.
8438
8439Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8440
8441 * configure: If per-host line isn't found, but AC_OUTPUT is found
8442 and a configure script exists, run it instead.
8443
8444Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8445
8446 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8447
8448Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8449
8450 * configure: Set build_{cpu,vendor,os,alias} to host values when
8451 --build isn't specified.
8452
8453Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8454
8455 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8456 (FLAGS_TO_PASS): Pass them.
8457 (EXTRA_TARGET_FLAGS): Ditto.
8458
252b5132
RH
8459Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8460
8461 * Makefile.in (all-libg++): Depend on all-libstdc++.
8462
8463Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8464
8465 * configure.in (noconfigdirs): Enable all packages for
8466 i386-unknown-netbsd.
8467
8468Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8469
8470 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8471 hosted builds (DOS builds)
8472
8473Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8474
8475 Changes for ARM based on patches from Richard Earnshaw:
8476 * config.sub: Handle armeb and armel.
8477 * configure.in: Omit arm linker only for riscix.
8478
8479Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8480
8481 * config.guess: Update from FSF.
8482
8483Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8484
8485 * config.sub: Recognize powerpcle as the little endian varient of
8486 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8487 powerpcle variant. Convert pentium into i586, not i486. Add p5
8488 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8489 temporarily.
8490
8491Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8492
8493 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8494
8495Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8496
8497 * config.sub: Accept -lites* as a basic system type.
8498
8499Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
8500
8501 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8502 installed, and if so return linuxoldld as the system name.
8503
8504Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
8505
8506 * config.guess: Add hppa1.1-hp-lites support.
8507
8508Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
8509
8510 * configure.in: Don't build newlib for m68k-vxworks5.1.
8511
8512Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8513
8514 * configure.in (mips-sgi-irix6): Use mh-irix5.
8515
8516Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
8517
8518 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8519
8520Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8521
8522 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 8523 OSF/1. Fix compiler flags.
252b5132
RH
8524 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
8525
8526Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
8527
8528 * configure.in: Recognize --with-newlib.
8529 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8530
afb8d725
JM
8531Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8532
8533 * Makefile.in: move {all,check,install}-gdb from *_MODULES
8534 to *_X11_MODULES due to gdbtk needing X include files et al.
8535
252b5132
RH
8536Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
8537
8538 Merge in support for Mac MPW as a host.
8539 (Old change descriptions retained for informational value.)
8540
8541 * mpw-config.in: Add generic include forwards for cpu-specific
8542 include files in aout and elf directories.
8543
8544 * mpw-configure: Added copyright.
8545 * mpw-config.in: Check for presence of required build tools.
8546 (target_libs): Add newlib.
8547 (target_tools): Add examples.
8548 (Read Me): Generate as "Read Me for MPW" instead.
8549 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8550 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8551 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8552
8553 * mpw-configure: Remove subdir-specific makefile hackery,
8554 delete mk.tmp after using it.
8555
8556 * mpw-build.in (all): Display start and end times.
8557
8558 * mpw-configure (host_canonical): Set.
8559 (target_cpu): Always add to makefiles.
8560 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8561 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8562 (mpw-mh-mpw): Look for in srcdir and srcroot.
8563 Use sed instead of mpw-edit-prefix to edit prefix definitions.
8564
8565 * mpw-build.in: (install-only): New target.
8566
8567 * mpw-configure (host_alias, target_alias): Rename from hostalias
8568 and targetalias, add into generated Makefile.
8569 (mk.tmp): If present, add into generated Makefile.
8570 * mpw-build.in (all-gas): Build config.h first before gas proper.
8571
8572 * mpw-configure (config.status): Write only if changed.
8573 * mpw-config.in (readline): Configure it (not built, just used for
8574 definitions).
8575
8576 * mpw-config.in (elf/mips.h): Add a forward include.
8577
8578 * mpw-config.in: Forward-include most .h files in include into
8579 extra-include.
8580 (readline): Don't build.
8581 mpw-build.in (install): Install GDB.
8582
8583 * mpw-configure (prefix, mpw_prefix): Handle it.
8584 * mpw-config.in (mmalloc, readline): Don't configure.
8585 * mpw-build.in (thisscript): Rename to ThisScript.
8586 Use mpw-build instead of BuildProgram everywhere.
8587 (mmalloc, readline): Don't build.
8588 * mpw-README: New file, basic documentation about the MPW port.
8589
8590 * mpw-config.in: Use forward-include to create include files.
8591
8592 * mpw-configure: Add more things to the top of each configured
8593 Makefile, including contents of config/mpw-mh-mpw.
8594 * mpw-config.in (extra-include): Create this directory and fill it
8595 with Posix-like include files when configuring.
8596
8597 * config.sub (apple, mac, mpw): Add various aliases.
8598
8599 * mpw-build.in: New file, top-level build script fragment for MPW.
8600 * mpw-configure: New file, configure script for MPW.
8601 * mpw-config.in: New file, config fragment for MPW.
8602
8603Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8604
8605 * configure.in (host_libs): Remove glob, since it is gone from the
8606 sources.
8607
8608Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8609
8610 * Makefile.in: define empty GDB_NLM_DEPS var.
8611
8612 * configure.in(target_makefile_frag): use config/mt-netware
8613 for netware targets.
8614
8615Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
8616
8617 * config.sub: Merge in recent FSF changes. Remove linux special
8618 cases.
8619
8620Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8621
4bddf3ad 8622 Revert this change:
252b5132
RH
8623
8624 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
8625
8626 * build-all.mk: Use CC=cc -Xs on Solaris.
8627
252b5132
RH
8628Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8629
8630 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
8631 stop using it.
8632 * Makefile.in: Nuke all references to glob subdirectory.
8633
8634Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8635
8636 * configure.in: Fix --enable-shared logic in per-host.
8637
8638Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
8639
8640 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8641
8642Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8643
8644 * configure.in (noconfigdirs): Don't build gas on AIX, for
8645 powerpc*-*-aix* as well as for rs6000*-*-aix*.
8646
8647Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
8648
8649 * configure: Fix --cache-file to work if the file argument is a
8650 relative path.
8651
8652Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
8653
8654 * configure: If the --cache-file is used, pass it down to
8655 configure in subdirectories.
8656
8657Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
8658
8659 * config.sub: add vxworks29k configuration.
8660
8661Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8662
8663 * Makefile.in (taz): Do "diststuff" part quietly.
8664
8665Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
8666
8667 * config.sub: Mini-merge with gcc/config.sub.
8668
8669Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8670
8671 * config.guess (IRIX): Sed - to _.
8672
8673Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8674
8675 * Makefile.in (source-vault, binary-vault): New targets.
8676
8677Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
8678
8679 * config.sub: Recognize -eabi as a basic system type.
8680
8681Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8682
8683 * configure.in (enable_shared stuff): Fix typo.
8684
8685Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
8686
8687 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8688
8689Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8690
8691 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8692
8693Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8694
8695 * configure.in (rs6000-*-*): Don't build gas.
8696
8697Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8698
8699 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8700 reduce command line length.
8701 (AS_FOR_TARGET): Check for as.new, not Makefile.
8702 (NM_FOR_TARGET): Check for nm.new, not Makefile.
8703
8704Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
8705
8706 * config.guess: Merge from FSF.
8707
8708Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8709
8710 * configure: Don't use $ when handling program_suffix.
8711
8712Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
8713
8714 * configure.in: Configure tk for hppa/hpux.
8715
8716Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
8717
8718 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
8719
8720Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8721
8722 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
8723 to LIBCXXFLAGS. Tests are better run without it.
8724
8725Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8726
8727 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8728
8729Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
8730
8731 * configure.in (*-*-netware*): Don't configure xiberty.
8732
8733Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
8734
8735 * configure.in: Remove tk from native_only list.
8736
8737Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
8738
8739 * build-all.mk: Add mips-ncd-elf target to sun4 targets
8740 for special NCD build.
8741
8742Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8743
8744 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8745 makeall.bat, they're only useful for binutils snapshots.
8746 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8747 makeall.bat to specified SUPPORT_FILES.
8748
8749Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
8750
8751 * build-all.mk: Add Ericsson targets to sun4 and solaris
8752 hosts. Add BNR's sun4 target to solaris host, so their
8753 build-from-source will be tested in-house first.
8754
8755Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8756
8757 * Makefile.in (LIBCFLAGS): New variable.
8758 (CFLAGS_FOR_TARGET): Ditto.
8759 (LIBCFLAGS_FOR_TARGET): Ditto.
8760 (LIBCXXFLAGS): Ditto.
8761 (CXXFLAGS_FOR_TARGET): Ditto.
8762 (LIBCXXFLAGS_FOR_TARGET): Ditto.
8763 (BASE_FLAGS_TO_PASS): Pass them.
8764 (EXTRA_TARGET_FLAGS): Ditto.
8765
4bddf3ad 8766 * configure.in: Support --enable-shared.
252b5132
RH
8767
8768Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
8769
8770 * configure.in (target_libs): Include libstdc++ again.
8771 * config.guess: Update from FSF (for FreeBSD).
8772
8773Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8774
8775 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
8776 makeall.bat.
8777 (DISTDOCDIRS): Add `etc'.
8778 (ETC_SUPPORT_PFX): New variable.
8779 (taz): Include anything from etc starting with a word in
8780 ETC_SUPPORT_PFX.
8781
8782Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8783
8784 * config.sub: Update for recent FSF changes. Remove obsolete
8785 h8300hds entry. Add -windows* and -osx as basic os. Minor
8786 spacing changes.
8787
8788Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8789
8790 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
8791
8792 * config.guess: Merge with FSF.
8793 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8794
8795Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8796
8797 * configure: Since the "trap 0" handler will override the exit
8798 status on many systems, only use it for "exit 1", and make it set
8799 a non-zero exit status; reset it before "exit 0". Also, check
8800 exit status of config.sub, and error out if it failed.
8801
8802Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
8803
8804 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8805 and install libgloss.
8806
8807Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8808
8809 * Makefile.in (all-binutils): Depend upon all-byacc.
8810
8811 * configure.in: Don't build emacs on Irix 5.
8812
8813Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8814
8815 * configure.in (*-*-netware*): Add libio.
8816
8817Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8818
8819 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8820 (CHECK_TARGET_MODULES): Ditto.
8821 (INSTALL_TARGET_MODULES): Ditto.
8822 (TARGET_LIBS): Ditto.
8823 (all-libstdc++): Note dependencies.
8824
8825Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8826
8827 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8828
8829Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8830
8831 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8832 -fexternal-templates.
8833
8834 * configure.in (target_libs): Add libstdc++.
8835 (noconfigdirs): Add libstdc++ as appropriate.
8836
8837Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8838
8839 * config.guess: Update from FSF.
8840
8841Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8842
8843 * configure: Use ${config_shell} when running ${configsub}.
8844
8845Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
8846
8847 * config.sub: No longer recognize h8300h.
8848
8849Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8850
8851 * config.sub: Remove extraneous differences between config.sub and
8852 gcc/config.sub.
8853
8854Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8855
8856 * Makefile.in (DISTSTUFFDIRS): Add gas.
8857
8858Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
8859
8860 * COPYING.NEWLIB: New file.
8861
8862Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8863
8864 * config.guess (HP-UX): Patch from Harlan Stenn
8865 <harlan@landmark.com> to also emit release level.
8866
8867Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8868
8869 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8870
8871Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
8872
8873 * config.sub: Merge nextstep cleanup from FSF.
8874
8875Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8876
8877 * configure.in (arm-*-*): Don't configure ld for this target.
8878
8879Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8880
8881 * configure.in (*-*-netware): don't configure libg++, libio,
8882 librx, or newlib.
8883
8884Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8885
8886 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
8887 configure ld--it works, but it doesn't support shared libraries.
8888
8889Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8890
8891 * config.guess (*-unknown-freebsd*): Get rid of possible
8892 trailing "(Release)" in version string.
8893 Patch from Paul Richards <paul@isl.cf.ac.uk>.
8894
8895Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
8896
8897 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8898 Fix type: *-next-neststep -> *-next-nextstep.
8899
8900 * config.guess: Merge from FSF:
8901
8902 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8903
8904 * config.guess: Recognize powerpc-ibm-aix3.2.5.
8905
8906 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8907
8908 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8909 instead of UNIX_SV for UnixWare 1.0).
8910
8911Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
8912
8913 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
8914 to make gdb/nlm/* build after the compiler and linker.
8915
8916Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
8917
8918 * config.guess (netbsd, freebsd, linux): Accept any machine,
8919 not just i[34]86.
8920 (m68k-atari-sysv4): Relocate to match FSF version.
8921
8922 * config.guess: More merges from the FSF:
8923
8924 Add a space before function call or macro invocation.
8925
8926 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8927
8928 * config.guess: Add trap cmd to remove dummy.c and dummy when
8929 interrupted.
8930
8931 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8932
8933 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8934 (dummy): Redirect stderr from compilation of dummy.c.
8935
8936 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8937
8938 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8939
8940Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8941
8942 * configure: Accept and ignore --cache*, for compatibility with
8943 new autoconf.
8944
8945Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8946
8947 * config.guess: Merge from FSF:
8948
8949 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8950
8951 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
8952 (PATH): Add /.attbin at end for finding uname.
8953 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
8954
8955 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8956
80413487 8957 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
8958
8959 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8960
80413487
RH
8961 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8962 to select whether to use ELF or COFF.
252b5132
RH
8963
8964 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8965
80413487 8966 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
8967
8968 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8969
8970 * config.guess: Guess the OS version for HPUX.
8971
8972 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8973
8974 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8975
8976Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8977
8978 * configure.in: Recognize --with-headers, --with-libs, and
8979 --without-newlib.
8980 * Makefile.in (all-xiberty): Depend upon all-ld.
8981
8982Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8983
8984 * configure.in: Change i[34]86 to i[345]86.
8985
8986Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8987
8988 * configure (version): A few more tweaks to help message.
8989
8990Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8991
8992 * Makefile.in: Remove (for now) librx as a host library,
8993 now that we're building it for target.
8994
8995Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8996
8997 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8998 (Karl Berry).
8999
9000Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
9001
9002 * configure.in: Also configure librx.
9003
9004Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9005
9006 * Makefile.in: Update various rules to reflect that librx
9007 is now needed for libg++.
9008
9009Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9010
9011 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9012
9013Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9014
9015 * configure.in: Configure the examples directory.
9016
9017Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9018
9019 * configure: Simplify Jun 2 1994 change.
9020
9021Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9022
9023 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9024 /bin/gcc isn't good enough to build gcc.
9025
9026Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9027
9028 * Makefile.in (GDB_SUPPORT_FILES): Remove
9029 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9030 (gdb.tar.gz): Add new rule to use standard distribution building
9031 mechanism.
9032
9033Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9034
9035 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9036 Bill Cox <bill@cygnus.com>.
9037
9038Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9039
9040 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9041
9042Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9043
9044 * configure: Search current dir first in .gdbinit.
9045
9046Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9047
9048 * config.sub: Recognize freebsd (merged from gcc config.sub).
9049
9050Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9051
9052 * config.sub: Refer to NeXT's operating system as nextstep.
9053
9054 * config.sub (case $basic_machine): Re-order the cases, to match
9055 the order in the FSF version (which is mostly alphabethical).
9056 Merge in some additions and changes from the FSF.
9057
9058Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9059
9060 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9061 * config.sub: Recognize cxux7.
9062 * configure.in: Use mh-cxux for m88k-harris-cxux*.
9063
9064Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9065
9066 * config.sub: Fix typo powerpc -> powerpc-*.
9067
9068Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
9069
9070 * Makefile.in: `all-emacs19' depends on `all-byacc'.
9071
9072 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9073 parallel with all-emacs and install-emacs). Top-level command
9074 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9075
9076Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9077
9078 * test-build.mk ($(host)-stamp-stage2-installed): Remove
9079 $(relbindir)/make before doing ``make install'', and use
9080 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
9081 installing over running make binary.
9082 ($(host)-stamp-stage3-installed): Likewise.
9083
9084Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9085
9086 * config.guess: Recognize Mach.
9087
9088Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9089
9090 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9091 see whether --exec-prefix was used.
9092
9093Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9094
9095 * README: Explicitly mention libg++/README. (Zoo's idea.)
9096
9097Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * Makefile.in: Add all-librx target similar to all-libproc.
9100
9101Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
9102
9103 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
9104 with post 1.2 uname bogosity.
9105
9106Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9107
9108 * configure: Remove temporary files on receipt of a signal.
9109
9110Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
9111
9112 * configure: If there is a package_makefile_frag, remove
9113 ${subdir}/Makefile.tem after copying it in.
9114
9115Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9116
9117 * build_all.mk: support rs6000 lynx identifies itself as
9118 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
9119 since /bin/gcc is too feeble to compile a modern gcc.
9120
9121Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9122
9123 * brought devo/test-build.mk update-to-date with progressive/
9124 test-build.mk. Add lynx targets and hppa flag info.
9125
9126Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9127
9128 * configure.in: Use mh-ncrsvr43. Patch from
9129 Tom McConnell <tmcconne@sedona.intel.com>.
9130
9131Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
9132
9133 * config.guess (i386-unknown-bsdi): No longer need to
9134 check #if defined(__bsdi__) && defined(__i386__).
9135
9136Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9137
9138 * configure: Set program_transform_nameoption correctly.
9139
9140Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9141
9142 * brought build-all.mk update-to-date with progressive build-all.mk,
9143 added new targets and hppa info.
35590697 9144
252b5132
RH
9145Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9146
9147 * configure: If config.guess result is a prefix of the user
9148 specified target, assume a native build and use the user specified
9149 target as the host alias. Remove SunOS patch suffix removal hack.
9150 * configure.in: Remove SunOS patch suffix removal hack.
9151
9152 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9153 in NATIVE_CHECK_MODULES.
9154
9155Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
9156
9157 * Makefile.in: Rename HOST_ONLY to NATIVE.
9158 * configure: Delete SunOs patch suffix from host_canonical
9159 and build_canonical variables that are prepended to Makefiles.
9160 * configure.in: Add comments for easier maintenance.
9161
9162Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9163
9164 * Makefile.in: Add all-libproc target similar to all-gui.
9165
9166Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
9167
9168 * Makefile.in (CHECK_MODULES): split into
9169 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9170
9171Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
9172
9173 * config.guess (i386-unknown-bsdi): New system to guess.
9174
9175Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * Makefile.in: Add all-gui target (but not yet build by "all").
9178
9179Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
9180
9181 * config.sub: Move deletion of patch suffix from here...
9182 * configure.in: To here, at Ian's suggestion. The top-
9183 level scripts might need to know of a patch level.
9184
9185Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
9186
9187 * config.sub: Strip off patch suffix so rtl is recognized
9188 as a sunos4.1.3 machine, even though it's been patched.
9189
9190Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
9191
9192 * Makefile.in (INSTALL_LAST): Delete.
9193 (INSTALL_DOSREL): New.
9194
9195Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9196
9197 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9198 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9199 whether we pass down --with-gnu-ld anyhow.
9200
9201Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
9202
9203 * Makefile.in (INSTALL_LAST): Change operation so it works
9204 on more flavors of make.
9205 * configure.in (go32): Don't build libg++ or libio.
9206
9207Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
9208
9209 * Makefile.in (Move HOST_PREFIX_1 and friends up so
9210 they can be overriden by templates.
9211
9212Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
9213
9214 * configure.in (target==go32): Don't build gdb.
9215 * dosrel: New directory.
9216
9217Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
9218
9219 * configure.in (host==go32): Configure dosrel too.
9220 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9221 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9222 be set by incoming names or templates.
9223 (INSTALL_LAST): New rule.
252b5132
RH
9224
9225Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
9226
9227 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9228
9229Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9230
252b5132
RH
9231 * configure.in (appdirs): New variable. Currently empty, but will
9232 be used in gas distribution. If nonempty, lists a set of
9233 directories at least one of which must get configured, or top
9234 level configuration is considered to have failed.
9235 (rs6000-*-lynxos*): Use new file name.
9236
9237Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9238
9239 Eliminate XTRAFLAGS.
9240 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9241 newlib include files using -idirafter, and also use -nostdinc.
9242 (CXX_FOR_TARGET): Likewise.
9243 (XTRAFLAGS): Removed.
9244 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9245 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9246 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9247 ($(DO_X)): Don't pass down XTRAFLAGS.
9248
9249Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9250
9251 * configure.in (mips*-dec-bsd*): New target; do build linker.
9252 (mips*-*-bsd*): New target; don't build linker.
9253
9254Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9255
9256 * configure.in: support rs6000-*-lynxos* configuration.
9257 support sunos4 as a cross target.
9258
9259 * config.sub: look for lynx*, not lynx since the OS version may
9260 legitimately be part of the name.
9261
9262Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9263
9264 * configure.in (i[34]86-*-sco*): Move to be with other i386
9265 targets.
9266 (romp-*-*): New target. Skip various binary utilities.
9267 (vax-*-*): New target. Don't build newlib.
9268 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
9269
9270Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9271
9272 * configure.in: Only set host_makefile_frag if config
9273 directory exists.
9274
9275Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9276
9277 * install.sh: If $dstdir exists, don't check whether each
9278 component does.
9279
9280Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9281
9282 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9283
9284Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9285
35590697
AJ
9286 * configure.in (*-*-lynxos*): Don't configure newlib for either
9287 native or cross Lynx.
252b5132
RH
9288
9289Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
9290
9291 * config.sub (sparc64-elf): Fix os.
9292 (z8k): Remove duplicate.
9293
9294Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9295
9296 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9297 gcc/stmp-fixproto, to try to prevent fixproto from being run.
9298
9299Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
9300
9301 * configure: Make file links cleanly even if Lynx fails on
80413487 9302 an NFS symlink (at least fail cleanly).
252b5132
RH
9303
9304Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9305
9306 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9307 -XNh2000.
9308
9309Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9310
9311 * configure: Unknown options are fatal again.
9312
9313Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
9314
9315 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 9316 compatibility.
252b5132
RH
9317
9318Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
9319
9320 * build-all.mk: Add `clean' target.
9321
9322Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9323
9324 * config.guess: Add SINIX support.
9325 * configure.in: Add mips-*-sysv4* support.
9326
9327Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
9328
9329 * build-all.mk: Document all useful targets.
9330 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9331 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9332
9333Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9334
9335 * configure: Support --silent, --quiet.
9336
9337Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9338
9339 * configure: Support --disable-FEATURE.
9340
9341Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9342
9343 * config.guess: Recognize NCR running SVR4.3.
9344
9345Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
9346
9347 * config.guess: Make BSDI generate i386-unknown-bsd386.
9348 Patch from Paul Eggert <eggert@twinsun.com>.
9349
9350Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9351
9352 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9353
9354Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9355
9356 * configure: Make unrecognized options give nonfatal warnings
9357 instead of fatal errors, and pass them to any subdirectory
9358 configures in case they recognize them.
9359 Make --x equivalent to --with-x.
9360
9361Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9362
9363 * configure: Add --enable-* options. Clean up usage message and
9364 some comments.
9365
9366Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9367
9368 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9369
9370Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9371
9372 * configure.in (hppa*-*-*): Enable binutils.
9373
9374Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9375
9376 * config.sub: Recognize cisco.
9377
9378Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9379
9380 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9381
9382Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9385 than one configuration name. Add comment.
9386
9387Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9388
9389 * config.guess: about target *-hitachi-hiuxwe2, fixed
9390 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9391 macro is incorrect.]
9392
9393Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9394
9395 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9396 than the "make ls" stuff which used to be here.
9397
9398Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9399
9400 * config.guess: Recognize i[34]86-unknown-freebsd.
9401 From Shawn M Carey <smcarey@rodan.syr.edu>.
9402
9403Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9404
9405 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9406
9407Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9408
9409 * config.guess: Check for ptx.
9410
9411Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9412
9413 * config.sub: Add os9k checking.
9414
9415Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9416
9417 * config.guess: Handle OSF1 running on HPPA processors
9418
9419Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9420
9421 * configure: If subdir configure fails, print out a message with
9422 subdirectory name, in case subdir's configure code didn't identify
9423 itself.
9424
9425Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9426
9427 * configure.in: Remove embedded newlines from configdirs.
9428 Avoid mismatches of substrings. Fix matching strings at end
9429 of configdirs.
9430
9431Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9432
9433 * config.guess: Add Lynx/rs6000 config support.
9434
9435Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9436
9437 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9438
9439Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9440
9441 * configure.in (hppa*-*-osf*): Treat this just like most other
9442 PA configurations (eg no binutils or ld).
9443 (hppa*-*-*elf*): These configurations have binutils and ld.
9444
9445Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9446
9447 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9448
9449Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9450
9451 * configure.in (rs6000-*-*): Build gas.
9452
9453Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9454
80413487 9455 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
9456
9457Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9460 for GDB and GDB has been fixed to not need it.
9461
252b5132
RH
9462Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9463
9464 * config.guess: Recognize vax hosts.
9465
9466Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9467
9468 * configure (while loop): Don't use "break 2" inside case
9469 statement -- the case statement isn't an enclosing loop.
9470
9471Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9472
9473 * config.guess: Clean up NeXT support, to allow nextstep
9474 on Intel machines. Make OS be nextstep.
9475
9476Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9477
9478 * config.guess: Add alternate forms for Convex.
9479
9480Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9481
9482 * configure: Completely rewrite option processing. Take
9483 advantage of pattern-matching to avoid invoking test frequently.
9484 Also clean up host and target defaulting logic.
9485
9486Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9487
9488 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9489 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9490 commands (plus user environment) will fit SCO limits.
9491
9492Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9493
9494 * configure.in: Don't issue warnings about directories which are
9495 not being configured if -norecursion is set. Correct test for
9496 --with-gnu-as and --with-gnu-ld to not get confused by substring
9497 matches.
9498
9499 * configure.in: Don't build gas for alpha-dec-osf1*.
9500
9501Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
9502
9503 * configure: Back out Per's change of 12/19/1993. It changes the
9504 behavior of configure in unexpected and confusing ways.
9505
9506 Also, use different delim char when calculating
9507 program_transform_name so that the name can contain slashes.
9508
9509Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
9510
9511 * configure.in, config.sub: Add support for VSTa micro-kernel.
9512
9513Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9514
9515 * configure.in: Nuke hacks which were used to get a special
9516 version of GAS for HPPA configurations.
9517
9518Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
9519
9520 * configure: If only ${target_alias} is given, use that
9521 as the default for ${host_alias}.
9522 * configure: Add missing back-slashes before nested quotes.
9523
9524Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9525
9526 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9527
9528Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
9529
9530 * config.guess: Recognize some Tektronix configurations.
9531 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9532
9533Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9534
9535 * config.sub: Match any flavor of SH.
9536
9537Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
9538
9539 * configure.in: Don't try to configure newlib for Alpha.
9540
9541Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9542
9543 * configure.in: Don't build ld for Irix 5. Don't build gas,
9544 libg++ or libio for any Alpha target.
9545
9546 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
9547
9548Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
9549
9550 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9551 default arguments -- so it tried to compress itself.
9552
9553Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9554
9555 * configure.in (notsupp): ensure that a space is always at the end
9556 of the configdirs list, since the grep checks for an explicit space
9557
9558Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9559
9560 * configure.in (target i386-sysv4.2): don't build ld, since static
9561 versions of many libraries are not available.
9562
9563Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9564
9565 * config.guess: Recognize Apollos (using environment variables).
9566 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9567
9568Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9569
9570 * config.guess: Recognize Sony news mips running newsos.
9571
9572Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
9573
9574 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9575 "fi ; else" for bash.
9576
9577Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
9578
9579 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9580
9581Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
9582
9583 * config.sub: accept unixware as an alias for svr4.2.
9584 Fix some inconsistancies with the gcc version.
9585
9586Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9587
9588 * Makefile.in (DISTDOCDIRS): Add gdb.
9589
9590Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
9591
9592 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
9593
9594Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9595
9596 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9597 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9598 this now.
9599
9600Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9601
9602 * config.sub: Accept hiux* as an OS name.
9603
9604 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9605 etc/make-stds.texi. The underscore came from gcc, and dje now
9606 agrees that RUNTESTFLAGS is the correct name.
9607
9608Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
9609
9610 * install.sh: Remove 'set -e'. It makes any conditionals
9611 in the script useless.
9612
9613 * config.guess: Automatically recognize arm-acorn-riscix
9614 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
9615
9616Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
9617
9618 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9619
9620Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9621
9622 * Makefile.in (DISTDOCDIRS): New variable.
9623 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 9624 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
9625
9626Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9627
9628 * configure.in (hppa target): check the source directory for the
9629 pagas sub-directory
9630
9631Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
9632
9633 * config.sub: Allow -aout* and -elf*.
9634
9635Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9636
9637 * configure.in: Don't build ld on i386-solaris2, same as for
9638 sparc-solaris2.
9639
9640Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
9641
9642 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9643
9644Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9645
9646 * configure.in: Configure gdb for alpha.
9647
9648Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9649
9650 * Makefile.in (CXXFLAGS): Add -O.
9651
9652Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9653
9654 * config.guess: added support for DG Aviion
9655
9656Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9657
9658 * configure.in: Produce warning message for subdirectories not
9659 configurable for this host/target combination. Don't try to
9660 configure gdb for vms.
9661
9662Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9663
9664 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9665 appropriate files before making "diststuff".
9666 (DISTBISONFILES): New var: list of files to be edited.
9667 (DISTSTUFFDIRS): Add binutils.
9668
9669Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9670
9671 * config.sub: also handle mipsel and mips64el (for little endian mips)
9672
9673Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9674
9675 * configure.in: Add * to end of all OS names.
9676
9677Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
9678
9679 * configure.in: Build newlib for LynxOS native.
9680
9681Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9682
9683 * config.guess: Add support for delta 88k running SVR3.
9684
9685 * configure.in: Add comment about HP compiler vs. emacs.
9686
9687Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9688
9689 * configure.in: don't build ld on solaris2 (not a viable option
9690 due to bugs in getpwnam & getpwuid)
9691
9692Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9693
9694 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9695 config.guess will produce a full version number.
9696
9697Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9698
9699 * configure.in: Build linker and binutils for alpha-dec-osf1.
9700
9701Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9702
9703 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9704 and gdb/testsuite/Makefile.in.
9705
9706Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9707
9708 * configure.in: recognize mips*- instead of mips-
9709
9710Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
9711
9712 * config.sub: Accept linux*coff and linux*elf as operating
9713 systems.
9714
9715Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9716
9717 * config.sub: Recognize mips64, and mips3 as an alias for it.
9718
9719Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9720
9721 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
9722 gdb knows how to handle OSF/1 shared libraries.
9723
9724Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9725
9726 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9727 * config.guess: Recognize Hitachi's HIUX.
9728 * config.sub: Recognize h3050r* and hppahitachi.
9729 Remove redundant cases for hp9k[23]*.
9730
9731Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9732
9733 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9734 if gas and ld are in the source tree and are in ${configdirs}.
9735 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 9736 --with options (but still pass them down on the command line,
252b5132
RH
9737 if they were explicitly specified).
9738
9739Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9740
9741 * configure: substitute SHELL value in Makefile.in with
9742 ${CONFIG_SHELL}
9743
9744Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9745
9746 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9747 *-*-solaris2* targets.
9748
9749Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9750
9751 * Makefile.in: define M4, and pass it down to sub-makes;
9752 all-autoconf now depends on all-m4
9753
9754Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9755
9756 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9757 presence of {ar,ranlib} instead of a configured directory
9758
9759Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9760
9761 * config.guess: Accept 34?? as well as 33?? for NCR.
9762
9763Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9764
9765 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9766 of 'gas' in sed commands, since 'gash' is now in the tree as well.
9767
9768Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9769
9770 * configure: grab values for $(CC) and $(CXX) from the
9771 environment, so that someone can do "CC=gcc configure; make" and
9772 have it work right (matching the way that autoconf works now)
9773
9774 * configure.in, Makefile.in: add support for gash, the tcl
9775 interface to Galaxy
9776
9777 * config.guess: add NetBSD variants (hp300, x86)
9778
9779Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
9780
9781 * install.sh: Support -d option (in the manner of SunOS 4 install,
9782 as it is more deterministic than that of GNU install)
9783 (chmodcmd): Set file to mode 755 by default (should also do default
9784 chgrp and chown, but I don't feel like dealing with that now)
9785
9786Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
9787
9788 * config.sub: Remove h8300hhms alias.
9789
9790Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9791
9792 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9793
9794Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9795
9796 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9797 as stmp-fixinc
9798
9799Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9800
9801 * config.sub: recognize m88110-bug-coff.
9802
9803Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9804
9805 * Makefile.in (all-libio): all dependencies on the toolchain used
9806 to build this (gcc, gas, ld, etc)
9807
9808Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9809
9810 * config.guess: Deal with OSF/1 1.3 on alpha.
9811
9812Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9813
9814 * install.sh: add some 'else true' clauses for portability
9815
9816 * configure.in: don't build libio for h8[35]00-*-* targets
9817
9818Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
9819
9820 * Makefile.in: Add support for new libio.
9821
9822Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9823
9824 * install.sh: If one command fails, don't try the rest. Don't try
9825 to remove $dsttmp (via trap) unless we have already created it.
9826 If $src doesn't exist, detect it and exit with an error.
9827
9828 * config.guess: Recognize BSD on hp300.
9829
9830Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
9831
9832 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9833 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
9834
9835Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
9836
9837 * Makefile.in (all-send-pr): depends on all-prms
9838
9839Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9840
9841 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9842
9843Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9844
9845 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
9846 Added test for mips-mips-riscos5.
9847
9848Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9849
9850 * configure.in: use mh-hp300 for 68k HP hosts
9851
9852Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9853
9854 * configure: add support for CONFIG_SHELL, so that you can use
9855 some alternate shell for evaluating configure scripts
9856
9857Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
9858
9859 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
9860 in configure script to bug-gdb@prep.ai.mit.edu when building
9861 distribution archive.
9862 * Makefile.in (COMPRESS): Remove def.
9863 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
9864 gdb.tar.Z and make-gdb.tar.Z respectively.
9865 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
9866 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
9867 to convergence with 'taz' target in Makefile.in.
9868
9869Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9870
9871 * install.sh (dsttmp): use trap to ensure that tmp files go
9872 away on error conditions
9873
9874Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9875
9876 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9877
9878Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9879
9880 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
9881 its parent is '/' not ''.
9882
9883 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9884
9885Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
9886
9887 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
9888 that ${newsrcdir}/configure.in does.
9889
9890Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9891
9892 * test-build.mk: support for CONFIG_SHELL
9893
9894Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
9895
9896 * config.sub (netware): Add as a basic system type.
9897
9898Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9899
9900 * Makefile.in (Makefile): depend on configure.in. Also drop the
9901 $(srcdir)/ from the dependency on Makefile.in.
9902
9903Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
9904
9905 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9906 (h8300hhms is temporary until multi-libraries are implemented).
9907 * configure.in: Handle h8300h too.
9908
9909Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9910
9911 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9912
9913Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
9914
9915 * configure: Remove extraneous output when guessing host type.
9916 * config.guess: Remove extraneous output when guessing using C
9917 compiler rather than uname, or when guessing fails.
9918
9919Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9920
9921 * Makefile.in: remove all.cross and install.cross targets
9922
9923 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9924 definitions
9925
9926Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9927
9928 * configure.in (target sh): Build gprof.
9929
9930Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9931
9932 * config.sub: change -solaris to -solaris2
9933
9934Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9935
9936 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9937
9938Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9939
9940 * configure: Correct error message for missing Makefile.in to
9941 print correct directory.
9942
9943Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9944
9945 * install.sh: kludge around 386BSD shell bug
9946
9947Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9948
9949 * config.guess: Recognize NeXT.
9950 * config.guess: Recognize i486-ncr-sysv4.
9951 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9952
9953Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9954
9955 * Makefile.in (MAKEINFOFLAGS): New variable.
9956 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9957 * build-all.mk, test-build.mk: Pass down --no-split as
9958 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9959
9960Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9961
9962 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9963
9964Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9965
9966 * Makefile.in (libg++.tar.z): New rule.
9967 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9968 * Makefile.in (taz): Only do a single chmod.
9969
9970Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9971
9972 * install.sh: don't use dirname anymore (replaced with sed usage)
9973
9974Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9975
9976 * Makefile.in: Change extension for gzip'd files from '.z' to
9977 '.gz' per new FSF standard usage.
9978
9979Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9980
9981 * configure: put quotes around the final value of program_transform_name
9982
9983Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9984
9985 * Makefile.in: new install.sh support; update install-info rules
9986
9987Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9988
9989 * configure.in: Build diff for crosses, but not for go32 host.
9990
9991 * configure.in: Build gprof only for native, and don't build it
9992 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9993
9994Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9995
9996 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9997
9998Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9999
10000 * configure.in (host_tools): Add prms.
10001
10002Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10003
10004 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10005 with $(FLAGS_TO_PASS) on the command line
10006
10007 * config.sub: Recognize lynx and lynxos
10008
10009Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10010
10011 * config.sub: Accept -ecoff*, not just -ecoff.
10012
10013Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10014
10015 * Makefile.in (taz): Use .gz suffix instead of .z.
10016 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10017 names.
10018
10019Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10020
10021 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10022
10023Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10024
10025 * Makefile.in (install-no-fixedincludes): install gcc last, so
10026 that rebuilds that might happen during 'make install' don't get
10027 bogus gcc include files
10028
10029Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10030
10031 Change from Utah for HPPA support:
10032 * config.guess: Recognize hppa1.x-hp-bsd.
10033
10034Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10035
10036 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10037 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10038
10039Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10040
10041 * config.sub: Add support for rom68k and bug boot monitors.
10042
10043Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10044
10045 * Makefile.in: Make all-opcodes depend on all-bfd.
10046
10047Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10048
10049 * config.guess: Added special check for i[34]86-univel-sysv4*.
10050
10051Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10052
10053 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10054 the processor rather than assuming i486.
10055
10056Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10057
10058 * config.guess: Recognize SunOS6 as Solaris3.
10059
10060Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10061
10062 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
10063 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10064
10065Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
10066
10067 * build-all.mk (all-cross): New target for Canadian Cross.
10068 Added Q2 go32 targets.
10069 * test-build.mk: Configure go32 cross sparclite-aout and
10070 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
10071 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10072
10073Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10074
10075 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10076 GO32 hosted toolchains
10077
10078Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
10079
10080 * configure: change so "-exec-prefix" gets passed down rather
10081 than "-exec_prefix" so autoconf generated Makefiles get the
10082 exec_prefix set right.
10083
10084Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10085
10086 * config.guess: get the Solaris2 minor version number
10087
10088 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10089
10090Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10091
10092 * config.guess: Recognize some Sequent platforms.
10093
10094Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10095
10096 * Makefile.in: added the vault-install target
10097
10098 * configure.in: actually use the Sun3 makefile fragment that's in
10099 config, also added the release dir to configdirs
10100
10101Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10102
10103 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10104
10105Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10106
10107 * configure.in: remove some program from Alpha targetted toolchains
10108
10109Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
10110
10111 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
10112 gprof.
10113 (taz): Run "make diststuff" in those directories instead of "make
10114 proto-dir". Look for "VERSION=" only at start of line in subdir
10115 Makefile. Use "gzip -9" for compression.
10116 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10117 (binutils.tar.z): New target.
10118
10119Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10120
10121 * Makefile.in (taz): Include gpl.texinfo.
10122
10123Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10124
10125 * Makefile.in (setup-dirs): Merged into "taz" target.
10126 (taz): Only do `proto-dir' stuff if a directory is actually needed
10127 for this target.
10128
10129Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
10130
10131 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10132 (FLAGS_TO_PASS): Pass down MUNCH_NM.
10133 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10134 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10135 (gcc-no-fixedincludes): Correct for current gcc Makefile.
10136
10137Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
10138
10139 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
10140 config.sub, and move-if-change to gdb testsuite distribution
10141 archive, so the testsuite can be extracted, configured, and
10142 run separately from the gdb distribution. Blow away the Chill
10143 tests that require a Chill compiled executable, since GNU Chill
10144 is not yet publically available.
10145
10146Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10147
10148 * test-build.mk: set environment variables in a single command,
10149 instead of a list of assignments and exports
10150
10151 * config.guess: recognize Alpha/OSF1 systems
10152
10153Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10154
10155 * configure: Change help message to prefer --options rather than
10156 -options.
10157
10158Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10159
10160 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10161 zippy@ecst.csuchico.edu.
10162 * config.guess: Recognize miniframe.
10163
10164Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
10165
10166 * Makefile.in: Use srcroot to find runtest rather than rootme.
10167 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10168
10169Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
10170
10171 * test-build.mk: Extensive additions to support building on a
10172 machine other than the host.
10173
10174Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10175
10176 * configure (tooldir): Fix for i386-aix again.
10177
10178Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
10179
10180 * configure, Makefile.in: Change definition of $(tooldir)
10181 to match the FSF.
10182
10183Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
10184
10185 * config.guess: Recognize i[34]86/SVR4.
10186
10187Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10188
10189 * Makefile.in (all-gdb): gdb depends on sim.
10190
10191Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
10192
10193 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
10194 at the same time we make the prototype gdb directory.
10195 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
10196 files at the same time as the gdb base release distribution.
10197
10198Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
10199
10200 * Makefile.in (check): Use individual check targets rather than
10201 DO_X rule.
10202 (check-gcc): Added.
10203
10204Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
10205
10206 * config.sub: Use sysv3.2 not sysv32 for canonical OS
10207 for System V release 3.2.
10208
10209Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10210
10211 * config.sub: Recognize hppaosf.
10212 * configure.in: Do configure ld/binutils/gas for it.
10213
10214Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10215
10216 * configure (tooldir): Alter syntax used to set this, for systems
10217 where "\$" isn't handled right, like i386-aix.
10218
10219Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
10220
10221 * configure: Pass program-transform-name, not
10222 program_transform_name, to recursive configures.
10223
10224Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
10225
10226 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10227 of gas+ld+binutils.
10228
10229Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
10230
10231 * config.guess: Recognize AIX3.2 as distinct from 3.1.
10232
10233Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10234
10235 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10236
252b5132
RH
10237Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10238
10239 * Makefile.in (PRMS): Set back to all-prms.
10240
10241Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
10242
10243 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10244 targets, rather than for MIPS hosts.
10245
10246Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10247
10248 * configure.in: add comment for --with-x default values
10249
10250 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10251
10252 * Makefile.in: add check-* targets for each of the directories in
10253 the tree. Add a definition of RUNTEST that will use the one we
10254 just built, if it exists. Pass this down via FLAGS_TO_PASS.
10255
10256Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
10257
10258 * configure.in: Removed obsolete references to bfd_target and
10259 target_makefile_frag.
10260
10261 * build-all.mk: Set assorted targets for Q2.
10262 * config.sub: Recognize z8k-sim and h8300-hms.
10263 * test-build.mk: Really don't pass host to configure.
10264 (HOLES): Added uname.
10265
10266Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
10267
10268 * configure: Handle an empty program-prefix, program-suffix or
10269 program-transform-name correctly.
10270
10271Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
10272
10273 * build-all.mk: -G 8 no longer required for MIPS targets.
10274 * test-build.mk: Don't pass host argument to configure; make it
10275 guess.
10276
10277Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
10278
10279 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
10280 * Makefile.in (COMPRESS): New macro, like GZIP.
10281
10282Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
10283
10284 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10285
10286 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10287 with gas currently defaults to -G 0.
10288
10289Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
10290
10291 * Makefile.in (all-flex): flex depends on byacc.
10292
10293 * build-all.mk: If host not specified, use config.guess. Pass TAG
10294 to test-build.mk as RELEASE_TAG.
10295 * test-build.mk (configargs): New variable containing arguments to
10296 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
10297 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10298
10299 * config.guess: Use /bin/uname when checking -X argument on SCO,
10300 to avoid invoking GNU uname which doesn't understand -X.
10301
10302 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10303
10304 * configure.in: Build gas for mips-*-*.
10305
10306Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10307
10308 * Makefile.in (all.normal): insert missing backslash.
10309
10310Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
10311
4bddf3ad 10312 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
10313
10314 * Makefile.in: Complete overhaul to merge many almost identical
10315 targets.
10316
10317Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10318
10319 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10320 (gdb.tar.Z): Adjusted.
10321
10322 * Makefile.in (setup-dirs, taz): New targets; should be general
10323 enough to adapt for gdb sometime. Build only .z file.
10324 (gas.tar.z): New target.
10325
10326Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10327
10328 * build-all.mk: Use CC=cc -Xs on Solaris.
10329
252b5132
RH
10330Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
10331
10332 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
10333 for handling BISON for FSF releases.
10334
10335Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10336
10337 * configure: Actually implement the change zoo just documented.
10338
10339Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10340
10341 * configure: when using config.guess, only set target_alias when
10342 it's not already been set (ie, on the command line)
10343
10344Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10345
10346 * Makefile.in: add installcheck target, set PRMS to install-prms
10347
10348Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10349
10350 * configure: add support for package_makefile_fragment, handle the
10351 case where a directory has a configure.in file but no Makefile.in
10352 more gracefully (with an actual understandable error message, even);
10353 add support for --without (and add this to the usage message); also
10354 explicitly add a --host=${host_alias} to the command line when
10355 config.guess is used
10356
10357Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10358
10359 * configure: Must use both --host and --target in recursive calls.
10360
10361Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10362
10363 * Makefile.in: Change deja-gnu to dejagnu.
10364
10365Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10366
10367 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10368
10369Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10370
10371 * configure.in: canonicalize all instances to *-*-solaris2*,
10372 also strip out a number of tools to not build for go32 host
10373
10374Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10375
10376 * config.guess: add GPL.
10377
10378 * Makefile.in, config.guess, config.sub, configure: bump
10379 copyrights to 93.
10380
10381Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10382
10383 * Makefile.in (do-info): Removed obsolete check for existence of
10384 localenv file.
10385
10386 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10387
10388Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10389
10390 * Makefile.in: a couple of 'else true' for decstation,
10391 support for TclX
10392
10393 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10394
10395Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10396
10397 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10398
10399Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10400
10401 * config.guess: Recognize i386-ibm-aix (PS/2).
10402 * configure.in: Use config/mh-aix386 file for it.
10403
10404Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10405
10406 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10407 CC_FOR_TARGET instead.
10408 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10409
10410Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10411
10412 * Makefile.in: Add sim to list of directories sent with gdb
10413
10414Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10415
10416 * configure.in: Put back mips-dec-bsd* case.
10417
10418Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10419
10420 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10421 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10422 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
10423
10424Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10425
10426 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10427
10428 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10429 (install-info): install dir.info only if it exists,
10430 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10431
10432Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10433
10434 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10435 gas for mips-dec-bsd.
10436
10437Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10438
10439 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10440 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10441
10442Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10443
10444 * configure.in: Added "dejagnu" to hosttools list.
10445
10446Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10447
10448 * config.sub, configure.in, config.guess: Add support
10449 for Bosx, an AIX variant from Bull.
10450 Patches from F.Pierresteguy@frcl.bull.fr.
10451
10452Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10453
10454 * devo/dejagnu: Initial creation of devo/dejagnu.
10455 Migrated dejagnu testcases and support files for testing software
10456 tools to reside as subdirectories, currently called "testsuite",
10457 within the directory of the software tool. Migrated all programs,
10458 support libraries, etc. beloging to dejagnu proper from
10459 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10460 with no modifications. The changes to these files which will
10461 allow them to configure, build, and execute properly will be made
10462 in a future update.
10463
10464Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10465
10466 * Makefile.in: Change send_pr to send-pr.
10467 * configure.in: Likewise.
10468 * send_pr: Renamed directory to send-pr.
10469
10470Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10471
10472 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10473
10474Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10475
10476 * README: Update for gdb-4.8 release.
10477 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10478 gdb-xxx.tar.z (gzip'd) file also.
10479
10480Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10481
10482 * Makefile.in: make all-diff depend on all-libiberty
10483
10484Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10485
10486 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10487
10488Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10489
10490 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10491
10492Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10493
10494 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10495 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10496 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10497
10498Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10499
10500 * Makefile.in: makeinfo binary is in a new location
10501
10502Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
10503
10504 * config.sub: Accept -ecoff as an OS.
10505
10506 * Makefile.in: Various changes to eliminate a level of make
10507 recursion and reduce the required command line length.
10508 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10509 sub-makes.
10510 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10511 variables holding settings for specific sub-makes.
10512 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10513 in terms of BASE_FLAGS_TO_PASS.
10514 (TARGET_LIBS): New variable listing directories which use
10515 TARGET_FLAGS_TO_PASS.
10516 (subdir_do): Eliminated.
10517 (do-*): New set of targets to replace subdir_do.
10518 (various): All targets which used subdir_do now depend on do-*.
10519 (local-clean): Renamed from do_clean.
10520 (local-distclean): New target, dependency of distclean and
10521 realclean.
10522 (install-info): Don't create directories. Depend on dir.info
10523 rather than calling make recursively.
10524 (install-dir.info): Eliminated.
10525 (install-info-dirs): Create all info directories here.
10526 (dir.info): Depend upon do-install-info.
10527
10528 * test-build.mk (HOLES): Added false.
10529
10530Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
10531
10532 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
10533
10534Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10535
10536 * Makefile.in (info): remove dependency on all-texinfo. The
10537 problem was really in texinfo/C, not at this level.
10538
10539Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
10540
10541 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10542
10543Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
10544
10545 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
10546 GDB releases.
10547
10548Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10549
10550 * configure: Include srcdir in message about target of link not
10551 being found. Don't convert `-' to `_' in `with' options being
10552 passed to subdirs.
10553
10554Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10555
10556 * configure.in: add uudecode to host_tools
10557
10558 * Makefile.in: added {all,install}-uudecode targets, added them to
10559 the appropriate lists
10560
10561Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
10562
10563 * Makefile.in (all-gcc): Added dependency on all-gas.
10564
10565 * configure.in (mips-*-*): Build ld and binutils.
10566
10567Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10568
10569 * configure: check return code from mkdir, print error message and
10570 exit on failure.
10571
10572Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
10573
10574 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
10575
10576Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
10577
10578 * test-build.mk (HOLES): Added tar, cpio and uudecode.
10579
10580Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10581
10582 * config.sub (h8500): Recognize this as a cpu type.
10583
10584Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10585
10586 * configure: source directory missing is no longer a warning
10587
10588 * configure.in: recognize irix[34]* instead of irix[34]
10589
10590 * Makefile.in: define and pass down X11_LIB
10591
252b5132
RH
10592Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
10593
10594 * guess-systype: Renamed to ...
10595 * config.guess: ... by popular request.
10596 * configure.in, Makefile.in: Update accordingly.
10597
10598Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
10599
10600 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
10601 + Add Convex, Cray/Unicos, and Encore/Multimax support.
10602 + Execute ./dummy instead of assuming . is in PATH.
10603
10604Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
10605
10606 * guess-systype: New shell script. Attempts to guess the
10607 canonical host name of the executing host.
10608 Only a few hosts are supported so far.
10609 * configure: Call guess-systype if no host is specified.
10610
10611Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
10612
10613 * Makefile.in (gcc-no-fixedincludes): Made to work with current
10614 gcc Makefile.
10615
10616
10617Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
10618
10619 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10620 (all-gcc, install-gcc, subdir_do): Use it.
10621
10622Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10623
10624 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10625
10626Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
10627
10628 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10629 set exclusively by configure, using configure.in .
10630
10631Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10632
10633 * test-build.mk: set $PATH for all builds
10634
10635 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10636
10637Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
10638
10639 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
10640 the one used in gcc/Makefile.in, so that a null expansion doesn't
10641 override the one needed to build gcc with a native cc.
10642
10643
10644Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10645
10646 * configure: Accept -with arguments.
10647
10648Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10649
10650 * Makefile.in: added h8300sim
10651
10652Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
10653
252b5132
RH
10654 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10655 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
10656 (all-cygnus, native, build-cygnus): Make
10657 $(canonhost)-stamp-3stage-done, not $(host)....
10658 * test-build.mk (stamp-3stage-compared): Use tail +10c for
10659 i386-sco3.2v4. Added else true to if command.
10660
10661Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
10662
10663 * config.sub: (from FSF) Sequent uses a BSD-like OS.
10664
10665Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
10666
10667 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10668
10669Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10670
10671 * configure.in: don't remove binutils from Solaris builds
10672
10673Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
10674
10675 * Makefile.in: get rid of earlier definitions for *clean,
10676 also handle the recursive info rule better
10677
10678Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
10679
10680 * Makefile.in (mostlyclean, distclean, realclean): Fix to
10681 do more-or-less the right thing.
10682
10683Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
10684
10685 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
10686 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10687
10688Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10689
10690 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10691 $(host_canonical).
10692
10693 * configure.in: split the configdirs list into 4 categories (native
10694 v. cross, library v. tool) and handle the cross-only and native-
10695 only in more reasonable (and correct!) way.
10696
10697Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
10698
10699 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
10700 configdirs anymore.
10701
10702Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10703
10704 * Makefile.in: extensive cleanup:: removed all of the explicit
10705 clean-* targets, collapsed many wrappers around subdir_do into
10706 one, added additional targets to satisfy standards.texi, deleted
10707 some old targets, some changes for consistency
10708
10709Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10710
10711 * configure.in: handle some programs as cross-only, and others as
10712 native only
10713
10714 * test-build.mk: handle partial holes in a more generic manner
10715
10716 * Makefile.in: m4 depends on libiberty
10717
252b5132
RH
10718Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10719
10720 * configure.in: add m4, textutils, fileutils, sed, shellutils,
10721 time, wdiff, and find to configdirs
10722
10723 * Makefile.in: all, clean, and install rules for the new programs
10724 added to configure.in
10725
10726Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10727
10728 * configure.in: use mh-sun for all *-sun-* hosts
10729
252b5132
RH
10730Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10731
10732 * Makefile.in: define flags for X11 include files and library file
10733 locations, pass them down to the programs that need this info
10734
10735 * build-all.mk: added a 'native' target, to 3stage the native toolchain
10736
252b5132
RH
10737Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10738
10739 * configure.in: start building libg++ for HP-UX targets
10740
10741Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
10742
10743 * README: Update references to files moved into etc/.
10744
10745Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
10746
10747 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
10748 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
10749
10750Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10751
10752 * configure: accept dash as well as underscore in long option
10753 names for FSF compatibility.
10754
10755Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
10756
10757 * config.sub: added -sco3.2v4 support from FSF.
10758
10759Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10760
10761 * configure.in: expand the section that adds or removes
10762 directories from the list of programs to build, to handle native
10763 vs. cross in addition to host v. native
10764
10765Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
10766
10767 * Makefile.in: Replace C++ in macro names with CXX.
10768 This is less likely to break ...
10769
10770Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10771
10772 * test-build.mk: add -w to GNU_MAKE
10773
10774Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10775
10776 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10777 add 'sparc' to list of recognized cpus. This needed to make
10778 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10779 Delete some redundant ose68 variants. Recognize -wrs as an os,
10780 then changes that into $CPU-wrs-vxworks.
10781
10782 * configure.in: remove most references to gdbtest, regularize
10783 target based program removal
10784
10785 * test-build.mk: import from p3 tree (many fixes and changes)
10786
10787Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10788
10789 * Makefile.in: added rules to handle tcl, tk, and expect
10790
10791 * configure.in: handle those directories if they exist
10792
10793Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10794
10795 * config.sub: removed bogus hppabsd and hppahpux names, since
10796 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10797
10798Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10799
10800 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
10801 depends upon all-xiberty
10802
10803 * Makefile.in: changes from p3, including:
10804
10805 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
10806
10807 * Makefile.in (XTRAFLAGS): include newlib directories if
10808 newlib/Makefile exists, rather than if host != target.
10809
10810 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
10811
10812 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10813 from the same source tree and not building a cross-compiler. This
10814 matters for the libg++ configuration if reconfiguring a tree that
10815 has already been installed.
10816
10817 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
10818
10819 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10820 pick up the machine and system specific header files.
10821
10822 * Makefile.in: added AS_FOR_TARGET, passed down in
10823 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10824 the C compiler to use to create programs which are run in the
10825 build environment, set it to default to $(CC), and passed it down
10826 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10827
10828 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
10829
10830 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10831 We need them for unusual native builds, like systems without
10832 ranlib.
10833
10834 * configure: also define $(host_canonical) and
80413487
RH
10835 $(target_canonical), which are the full, canonical names for the
10836 given host and target
252b5132
RH
10837
10838Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
10839
10840 * Makefile.in: Added separate definitions for C++.
10841
10842Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
10843
10844 * configure.in (configdirs): Add deja-gnu.
10845
10846Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
10847
10848 * README: Update for configure.texi and gdb-4.7 release.
10849
10850Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
10851
10852 * Makefile.in: Move "all" target to top of file.
10853 Previously, first target was ".PHONY" which caused BSD4.4 make
10854 to build .PHONY when make was run without arguments.
10855
10856Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
10857
10858 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
10859 Library-copylefted code in libiberty.
10860
10861Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
10862
10863 * config.sub: Replace m68kmote with plain old m68k.
10864
10865Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
10866
10867 * Makefile.in: Remove space from blank line, avoid Make complaints.
10868
10869Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
10870
10871 * config.sub: Complain if no argument is given. Added support for
10872 386bsd as OS and target alias.
10873
10874Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
10875
10876 * Makefile.in (XTRAFLAGS): include newlib directories if
10877 newlib/Makefile exists, rather than if host != target.
10878
10879Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10880
10881 * config.sub: recognize sparclite-wrs-vxworks.
10882
10883 * Makefile.in (install-xiberty): added *-xiberty make rules (from
10884 p3.) Added clean-xiberty to clean.
10885
10886Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10887
10888 * configure.in: use *-*-* instead of nested cases for host and target
10889
10890Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
10891
10892 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10893 from the same source tree and not building a cross-compiler. This
10894 matters for the libg++ configuration if reconfiguring a tree that
10895 has already been installed.
10896
10897Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
10898
10899 * config.sub (i486v/i486v4): Merge in from FSF version.
10900
10901Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
10902
10903 * configure: only set PWD if it is already set.
10904
10905Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
10906
10907 * configure: just set PWD=`pwd` at the top, since Ultrix sh
10908 doesn't have unset and all success paths (and most error paths)
10909 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10910 to just ${PWD} to avoid confusion.)
10911
10912Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
10913
10914 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
10915 even for a native compilation.
10916
10917Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
10918
10919 Changes to make the gdb.tar.Z rule work better.
10920
10921 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
10922 (DEVO_SUPPORT): Add configure.texi.
10923 (bfd-ilrt.tar.Z): Remove ancient rule.
10924
10925Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
10926
10927 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10928 pick up the machine and system specific header files.
10929
10930 * configure.in, config.sub: added new target m68010-adobe-scout,
10931 with alias of adobe68k. Changed configure.in to check for
10932 -scout before -sco* to avoid a false match.
10933
10934 * Makefile.in: added AS_FOR_TARGET, passed down in
10935 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10936 the C compiler to use to create programs which are run in the
10937 build environment, set it to default to $(CC), and passed it down
10938 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10939
10940Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10941
10942 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10943 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10944 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10945 FOR_TARGET variants, to newlib and libg++.
10946
10947Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10948
10949 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10950 first.
10951
10952Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10953
10954 * config.sub: Accept `elf' as an environment.
10955
10956Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10957
10958 * Makefile.in (all-opcodes): cd into the right directory
10959
10960Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10961
10962 * configure: added -program_transform_name option, used as
10963 argument to sed when installing programs.
10964 configure.texi: added documentation for -program_prefix,
10965 -program_suffix and -program_transform_name.
10966
10967Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10968
10969 * config.sub: Accept i486 where i386 ok.
10970
10971Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10972
10973 * config.sub: accept we32k
10974
10975Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10976
35590697 10977 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
10978
10979 * Makefile.in: don't create all directories for ``make install'';
10980 let the subdirectories create the ones they need.
10981
10982Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10983
80413487 10984 * COPYING: new file, GPL v2
252b5132
RH
10985
10986Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10987
10988 * Makefile.in: use the new gen-info-dir, which needs a template
10989 argument (which also lives in texinfo)
10990
10991 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10992
252b5132
RH
10993Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10994
10995 * config.sub (ncr3000): Change i386 to i486.
10996
10997Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10998
10999 * Makefile.in: add install-rcs, install-grep to
11000 install-no-fixedincludes, removed install-bison and install-libgcc
11001
11002Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
11003
11004 * configure.in: grab the HPUX makefile fragment if on HPUX
11005
11006Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11007
11008 * Makefile.in: eradicate bison spoor (ditto libgcc).
11009 configure.in: recognise m68{k,000}-ericsson-OSE.
11010 es1800 is alias for m68k-ericsson-OSE
11011
11012Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11013
11014 * configure.in: rearrange the parts that remove programs from
11015 configdirs, based now on HOST==TARGET or by canonical triple.
11016
11017Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11018
11019 * test-build.mk: recurse explicitly with -f test-build.mk when
11020 appropriate. predicate stage3 and comparison on the existence
11021 of gcc. That is, if gcc isn't around, we aren't three-staging.
11022 On very clean, also remove ...stamp-co. Build in-place before
11023 doing other builds.
11024
11025Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11026
11027 * Makefile.in, configure.in: add tgas
11028
11029Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11030
11031 * Makefile.in: a number of changes merged in from progressive.
11032
11033 * configure.in: add libm.
11034
11035 * .cvsignore: ignore some stuff that comes from test-build.mk.
11036
252b5132
RH
11037Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11038
11039 * config.sub: Add es1800 (m68k-ericsson-es1800).
11040
11041Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11042
11043 * configure: Add program_suffix (parallel to program_prefix)
11044 * Makefile.in: adjust directory-creating script for losing decstation
11045
11046Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11047
11048 * configure: Minor $subdir-related fixes.
11049
11050Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11051
11052 * configure: fix various problems with propogating
11053 makefile_target_frag in subdirs.
11054 * configure.in: config libgcc if its there
11055
11056Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11057
11058 * config.sub: HPPA merge.
11059
252b5132
RH
11060Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11061
11062 * Makefile.in: Replace all-bison with all-byacc in all
11063 dependency lines for other tools (which now use byacc).
11064
11065Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
11066
11067 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
11068
252b5132
RH
11069Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
11070
11071 * Makefile.in: make gprof rules similar to byacc rules (instead of
11072 vestigal $(unsubdir) that didn't work...)
11073
11074Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
11075
11076 * config.sub: Add support for Linux.
11077 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
11078 (at least for libg++).
11079
11080Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11081
11082 * configure.texi: fix doc for the -nfp option to configure
11083
11084Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
11085
11086 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11087
11088Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
11089
11090 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11091 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11092 * configure.in: added solaris* host_makefile_frag hook.
11093
11094Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11095
11096 * config.sub: changed recognition of m68000 so that various
11097 m68k types can be specified via m680[01234]0
11098
11099Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11100
11101 * config.sub (basic_machine): fix sed so that '-foo' isn't
11102 completely substituted out while .+'-foo' loses the '-foo'
11103
11104Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11105
11106 * config.sub ($os): Add -aout.
11107
11108Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
11109
11110 * configure: If host_makefile_frag is absolute, don't
11111 prefix ${invsubdir} (relevant to libg++ auto-configure).
11112
11113Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11114
11115 * Makefile.in (tooldir): Define it.
11116 (all-ld): Depend on all-flex.
11117
11118Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
11119
11120 * Makefile.in (check): Fix libg++ special case.
11121
11122Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
11123
11124 * configure: do not bury `pwd` into config.status, thus do fewer
11125 pwd's.
11126
11127 * configure: print the "Building in" message only when building in
11128 other than "." AND verbose.
11129
11130 * configure: remove -s, rework -v to better accomodate guested
11131 configures.
11132
11133 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11134
11135Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
11136
11137 * Makefile.in: macroize flags passed on recursion. remove
11138 fileutils.
11139
11140Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
11141
11142 * configure: get makesrcdir right for subdirs deeper than 1.
11143
11144 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11145 install.
11146
11147Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
11148
11149 * Makefile.in: don't print subdir_do or recursion lines.
11150
11151Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
11152
11153 * standards.texi: added menu item.
11154
11155 * Makefile.in: build and install standards.info.
11156
11157 * standards.texi: new file.
11158
11159Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11160
11161 * configure: test for and move config.status pieces from
11162 ${subdir}/.
11163
11164Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
11165
252b5132
RH
11166 * configure: Test for existance of files before trying to mv
11167 them, to avoid numerous non-existance messages.
11168
11169Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
11170
11171 * configure: correct final line of config.status.
11172
11173 * configure: patch from eggert. Avoids a protection problem if
11174 the original Makefile.in is read only.
11175
11176 * configure: use move-if-change from gcc to create config.status.
11177 Some makefiles depend on config.status to tell if a directory
11178 has been reconfigured for a different host. This change
11179 prevents those directories from remaking everything in the case
11180 where the reconfig was only intended to rebuild a Makefile.
11181
11182 * configure: test for config.sub with "config.sub sun4" rather
11183 than "config.sub ${host_alias}". Otherwise we can't tell a bad
11184 host alias from a missing config.sub.
11185
11186Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11187
11188 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11189 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
11190
11191Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
11192
11193 * configure: mkdir ${subdir} as needed.
11194
11195Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
11196
11197 * Makefile.in,configure.in: added autoconf.
11198
11199Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11200
11201 * Makefile.in: no longer pass against on recursion.
11202
11203 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11204 definitions are not inherited.
11205
11206 * configure: correct makesrcdir when subdir is .
11207
11208Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
11209
11210 * configure: Add support for 'subdirs' variable, which is
11211 like 'configdirs', except that configure doesn't re-invoke
11212 itself for subdirs, it just creates a Makefile for each subdir.
11213 * configure.texi: Document subdirs.
11214
11215Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11216
11217 * configure.in: added flex to configdirs
11218
11219Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
11220
11221 * Makefile.in: remove clean-stamps from clean.
11222
11223Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
11224
11225 * configure.in: Add gdbtest to configdirs.
11226
11227Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
11228
11229 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
11230 to recursive makes.
11231 * configure.in: Recognize new ncr3000 config.
11232
11233Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
11234
11235 * Makefile.in, configure.in: removed references to gdbm.
11236
11237Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
11238
11239 * config.sub: Don't canonicalize os value
11240 newsos* to bsd (readline needs to check for newsos).
11241 (This fix was earlier made Jan 31, but got re-broken.)
11242
11243Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
11244
11245 * configure.in: sco is an os, not a vendor!
11246
11247 * configure: Quote $( better. Keep various shells happy.
11248
11249Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
11250
11251 * Makefile.in: eliminate stamp-files.
11252
11253Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
11254
11255 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
11256 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11257
11258Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
11259
11260 * config.sub: fix iris/iris3.
11261
11262Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
11263
11264 * configure: re-add -rm.
11265
11266Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
11267
11268 * Maskefile.in: add .stmp-rcs to all.
11269
11270 * configure.in: remove gas from rs6000 build, use aix host fragment.
11271
11272Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
11273
11274 * configure: pass down site_option during recursion.
11275
11276Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
11277
11278 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
11279
11280Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
11281
11282 * configure: Change exec_prefix so that it really defaults to prefix.
11283
11284Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
11285
11286 * Makefile.in, configure.in: Add support for mmalloc library.
11287
11288Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
11289
11290 * Makefile.in: add stmp dependencies for a few more things.
11291
11292Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
11293
11294 * configure: adjusted error message on objdir/srcdir configure
11295 collision, per john's suggestion.
11296
11297 * Makefile.in: add libiberty stmp to all and all.cross.
11298
11299Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
11300
11301 * Makefile.in: remove force dependencies, add grep to all.
11302
11303Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
11304
11305 * Makefile.in: drop flex. make stamp files work.
11306
11307 * configure: added test for conflicting configuration in srcdir,
11308 remove trailing slashes from srcdir. Otherwise emacs gdb mode
11309 gets cranky. use relative paths for configure and srcdir
11310 whenever possible. Send some error messages to stderr that were
11311 going to stdout.
11312
11313Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
11314
11315 * Makefile.in: Fix libg++ rule to check for gcc directory
11316 before using gcc/gcc. Also pass XTRAFLAGS.
11317
11318Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
11319
11320 * Makefile.in: added stmp-files so that directories aren't polled
11321 when they are already built.
11322
11323 * configure.texi: fixed a node pointer problem.
11324
11325Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
11326
4bddf3ad 11327 * config.sub configure.in gdb/configure.in
252b5132
RH
11328 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11329 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11330 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
11331
11332Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11333
11334 * configure: -recurring becomes -silent. corrected help message
11335 for -site= option.
11336
11337 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11338
11339Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11340
11341 * configure: when building Makefile for crosses, replace
11342 tooldir and program_prefix. default srcdir from location of
11343 config.sub. remove "for host in hosts" and "for target in
11344 targets" loops.
11345
11346Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11347
11348 * Makefile.in: Do not pass bindir or mandir to cvs.
11349
11350Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11351
11352 * Makefile.in, configure.in: removed traces of namesubdir,
11353 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11354 copyrights to '92, changed some from Cygnus to FSF.
11355
11356 * configure.texi: remove most references to multiple hosts,
11357 multiple targets, subdirs, etc.
11358
11359 * configure.man: removed rcsid. reference config.sub not
11360 config.subr.
11361
11362 * Makefile.in: mkdir $(infodir) on install-info.
11363
11364Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11365
11366 * configure.texi: Explain better about .gdbinit and about
11367 the environment that configure.in sections run in.
11368
11369Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11370
11371 * configure.in: Ultrix is only a decstation if it's a MIPS.
11372
11373Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11374
11375 * README: DOC.configure => cfg-paper.texi.
11376
11377Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11378
11379 * config.sub (near case $os): Don't convert newsos* to bsd!
11380
11381Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11382
11383 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11384 the number of copies of COPYING that go into the GDB tar file.
11385
11386Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11387
4bddf3ad 11388 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
11389 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11390 Fix SCO configuration stuff.
11391
11392Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11393
11394 * Makefile.in: For libg++, make sure the -I pointing
11395 to the gcc directory goes *after* all the libg++-local -I flags.
11396 Also, move just-gcc dependency from just-libg++ to all-libg++.
11397
11398Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11399
11400 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11401
11402Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11403
11404 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11405
11406Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11407
11408 * config.sub: Add stratus configuration frags. Also
11409 submitted to FSF.
11410
11411Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11412
11413 * Makefile.in (DEV_SUPPORT): add configure.man.
11414
11415 * config.sub(Decode manufacturer-specific): add -none*.
11416
11417Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11418
11419 * Makefile.in: remove form feeds to make Sun's make happy.
11420 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11421
11422Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11423
11424 * Makefile.in (AR_FLAGS): Make quieter.
11425
11426Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11427
11428 * configure.in: Add libg++.
11429 * configure: When verbose, don't output the command line at each
11430 level; it will be unremarkably the same as the previous version,
11431 which will be the same as what the user typed.
11432
11433Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11434
11435 * configure.in, Makefile.in: fix clean-info, add flex. add
11436 fileutils.
11437
11438 * configure: be less sensitive to spaces in Makefile.in. Do not
11439 look for sources in "..". Doing so breaks subdirectories that
11440 might have their own configure. If a subdir has it's own
11441 configure script, use it.
11442
11443Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11444
11445 * cfg-paper.texi: some changes suggested by rms.
11446
11447Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11448
11449 * config.sub: Merge in some small additions from the FSF version,
11450 taken from the gcc distribution, to bring the Cygnus and FSF
11451 versions into closer sync.
11452
11453Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11454
11455 * configure.in: Changed svr4 references to sysv4.
11456
11457Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11458
11459 * configure: added -V for version number option.
11460
11461Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11462
11463 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11464 renamed from DOC.configure to cfg-paper.texi.
11465
11466Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11467
11468 * configure, config.subr, config.sub: config.subr is now
11469 config.sub again.
11470
11471Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11472
11473 * configure.texi: new file, in progress.
11474
11475 * Makefile.in: build info file and install the man page for
11476 configure.
11477
11478 * configure.man: new file, first cut.
11479
11480 * configure: find config.subr again now that configuration "none"
11481 has gone. removed all traces of the -ansi option. removed all
11482 traces of the -languages option.
11483
11484 * config.subr: resync from rms.
11485
d932cae7 114861991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11487
11488 * configure, config.sub, config.subr: merge config.sub into
11489 config.subr, call the result config.subr, remove config.sub, use
11490 config.subr.
11491
11492 * Makefile.in: revised install for dir.info.
11493
d932cae7 114941991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11495
11496 * configure.in: add decstation host makefile frag.
11497
11498 * Makefile.in: BISON now bison -y again. also install-gcc on
11499 install. clean-gdbm on clean. infodir belongs in datadir.
11500 Make directories for info install. Build dir.info here then
11501 install it.
11502
d932cae7 115031991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11504
11505 * Makefile.in: fix for bad directory tests.
11506
d932cae7 115071991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11508
11509 * configure: \{1,2\} appears to be a sysv'ism. Use a different
11510 regexp. -srcdir relative was being handled incorrectly.
11511
11512 * Makefile.in: unwrapped some for loops so that parallel makes
11513 work again and so one can focus one's attention on a particular
11514 package.
11515
d932cae7 115161991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11517
11518 * configure: added PWD as a stand in for `pwd` (for speed). use
11519 elif wherever possible. make -srcdir work without -objdir.
11520 -objdir= commented out.
11521
d932cae7 115221991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11523
11524 * configure: +options become --options. -subdirs commented out.
11525 added -host, -datadir. Renamed -destdir to -prefix. Comment in
11526 Makefile now at top of generated Makefile. Removed cvs log
11527 entries. added -srcdir. create .gdbinit only if there is one
11528 in ${srcdir}.
11529
11530 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11531 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11532 and mandir now keyed off datadir by default.
11533
d932cae7 115341991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11535
11536 * Freshly created ChangeLog.
11537
11538\f
11539Local Variables:
11540mode: change-log
11541left-margin: 8
11542fill-column: 76
11543version-control: never
11544End: