2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
8ee82aff
PB
12007-05-16 Paolo Bonzini <bonzini@gnu.org>
2
3 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4 stage_cflags.
5 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6 Remove CFLAGS/LIBCFLAGS.
7 (configure-stage[+id+]-[+prefix+][+module+],
8 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
9 * Makefile.in: Regenerate.
10
149cb58d
SE
112007-04-14 Steve Ellcey <sje@cup.hp.com>
12
13 * config-ml.in: Update from GCC.
14
91506736
DJ
152007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
16
17 * src-release (do-proto-toplev): Process the support directories before
18 the tool directory.
19
ffa8bd48
RS
202007-03-21 Richard Sandiford <richard@codesourcery.com>
21
22 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
23 of glob. Quote arguments with single quotes too.
24 * configure: Regenerate.
25
a4fd3374
DD
262007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
27
28 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
29 * Makefile.in: Regenerate
30
b8025f34
AS
312007-03-07 Andreas Schwab <schwab@suse.de>
32
33 * configure: Regenerate.
34
a3ca38d2
DD
352007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
36
37 * configure.ac: Add "--with-pdfdir" configure option,
38 which defines pdfdir variable.
39 * Makefile.def (target=fixincludes): Add install-pdf to
40 missing targets.
41 (recursive_targets): Add install-pdf target.
42 (flags_to_pass): Add pdfdir.
43 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
44 target.
45 * configure: Regenerate
46 * Makefile.in: Regenerate
47
482007-02-28 Eric Christopher <echristo@apple.com>
49
50 Revert:
51 2006-12-07 Mike Stump <mrs@apple.com>
52
53 * Makefile.def (dependencies): Add dependency for
54 install-target-libssp and install-target-libgomp on
55 install-gcc.
56 * Makefile.in: Regenerate.
57
582007-02-27 Matt Kraai <kraai@ftbfs.org>
59
60 * configure: Regenerate.
61 * configure.ac: Move statements after variable declarations.
62
a4708fba
JM
632007-02-19 Joseph Myers <joseph@codesourcery.com>
64
65 * configure.ac: Adjust for loop syntax.
66 * configure: Regenerate.
67
9a819804
AO
682007-02-18 Alexandre Oliva <aoliva@redhat.com>
69
70 * configure: Rebuilt.
71
81ec575a
AO
722007-02-18 Alexandre Oliva <aoliva@redhat.com>
73
74 * configure.ac: Drop multiple occurrences of --enable-languages,
75 and fix its quoting.
76 * configure: Rebuilt.
77
92f01d61
JM
782007-02-17 Mark Mitchell <mark@codesourcery.com>
79 Nathan Sidwell <nathan@codesourcery.com>
80 Vladimir Prus <vladimir@codesourcery.com
81 Joseph Myers <joseph@codesourcery.com>
82
83 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
84 * configure: Regenerate.
85
b1299c4e
DJ
862007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
87
88 * configure.ac (target_libraries): Move libgcc before libiberty.
89 * configure: Regenerated.
90
18f6b6ee
PB
912007-02-13 Paolo Bonzini <bonzini@gnu.org>
92
93 * configure: Regenerate again?
94
9c4e9f27
PB
952007-02-13 Paolo Bonzini <bonzini@gnu.org>
96
97 * configure: Reapply PR30748 fix which was lost in the previous commit.
98
24ff9987
DJ
992007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
100 Paolo Bonzini <bonzini@gnu.org>
101
102 PR bootstrap/30753
103 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
104 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
105 * configure: Regenerated.
106
7df2cd5d
PB
1072007-02-10 Paolo Bonzini <bonzini@gnu.org>
108
109 * configure: Regenerate.
110
b0aaa663
DJ
1112007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
112
113 PR bootstrap/30748
114 * configure.ac: Correct syntax for Solaris ksh.
115 * configure: Regenerated.
116
a0323144
PB
1172007-02-09 Paolo Bonzini <bonzini@gnu.org>
118
119 * Makefile.def: Sync with GCC.
120 * Makefile.tpl: Sync with GCC.
121 * Makefile.in: Regenerate.
122 * configure: Regenerate.
123
c6b750e1
DJ
1242007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
125
126 * Makefile.tpl (build_alias, host_alias, target_alias): Use
127 noncanonical equivalents.
128 * configure.in: Rename to...
129 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
130 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
131 target_noncanonical. Use them. Rewrite removal of configure
132 arguments for autoconf 2.59. Discard variable settings. Force
133 program_transform_name for native tools.
134
135 * Makefile.in: Regenerated.
136 * configure: Regenerated with autoconf 2.59.
137
138 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
139
f3cd89f4
JJ
1402007-02-08 Jeff Johnston <jjohnstn@redhat.com>
141
142 * COPYING.LIBGLOSS: Reformat default Red Hat
143 license to fit within 80 columns.
144 * COPYING.NEWLIB: Ditto.
145
4e206d7e
DB
1462007-02-05 Dave Brolley <brolley@redhat.com>
147
148 * Contribute the following changes:
149 2006-11-28 DJ Delorie <dj@redhat.com>
150
151 * configure.in: Fix typo for mep's target_makefile_frag.
152 * configure: Regenerated.
153
154 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
155
156 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
157 * configure: Regenerate.
158
159 2001-09-19 DJ Delorie <dj@redhat.com>
160
161 * configure.in (target_makefile_frag): use mt-mep
162
163 2001-06-12 Don Howard <dhoward@redhat.com>
164
165 * configure.in: Remove gdb from MeP skip list.
166
167 2001-04-05 DJ Delorie <dj@redhat.com>
168
169 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
170
171 2001-03-20 Ben Elliston <bje@redhat.com>
172
173 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
174
175 2001-03-19 Ben Elliston <bje@redhat.com>
176
177 * config.sub (mep, mep-*): Add.
178
b2edfdd2
AS
1792007-01-31 Andreas Schwab <schwab@suse.de>
180
181 * Makefile.tpl (LDFLAGS): Substitute it.
182 * Makefile.in: Regenerate.
183
ceb92e78
PB
1842007-01-11 Paolo Bonzini <bonzini@gnu.org>
185
186 * configure.in: Change == to = in test command.
187 * configure: Regenerate.
188
4b900473
PB
1892007-01-11 Paolo Bonzini <bonzini@gnu.org>
190 Nick Clifton <nickc@redhat.com>
191 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
192
193 * configure.in (build_configargs, host_configargs, target_configargs):
194 Remove build/host/target parameters.
195 (host_libs): Add gmp and mpfr.
196 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
197 * Makefile.def (gmp, mpfr): New.
198 (gcc): Remove target.
199 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
200 target_os, target_vendor): New.
201 (configure): Add host_alias/target_alias arguments. Adjust invocations.
202 * configure: Regenerate.
203 * Makefile.in: Regenerate.
204
2052007-01-11 Matt Fago <fago@earthlink.net>
206
207 * configure.in: Try to link to functions only in mpfr 2.2.x
208 to improve robustness of configure tests.
209 * configure: Regenerate.
210
80f6dcbc
NC
2112007-01-08 Kai Tietz <kai.tietz@onevision.com>
212
213 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 214 * configure: Regenerate.
80f6dcbc 215
f86e35b8
NC
2162007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
217
218 * Makefile.tpl (all-target): Correct @if conditional for target
219 modules.
220 * configure.in: Omit libiberty if building only target libgcc.
221 * configure, Makefile.in: Regenerated.
222
79fcd0ec
PB
2232007-01-04 Paolo Bonzini <bonzini@gnu.org>
224
225 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
226 * configure: Regenerate.
227
6aa8ef82
DJ
2282007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
229
230 * Makefile.def (target_modules): Add libgcc.
231 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
232 * Makefile.tpl (clean-target-libgcc): Delete.
233 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
234 on gcc even for bootstrapped modules. Rewrite handling of
235 lang_env_dependencies to loop over target_modules.
236 * configure.in (target_libraries): Add target-libgcc.
237 * Makefile.in, configure: Regenerated.
238
9b134994
PB
2392006-12-29 Paolo Bonzini <bonzini@gnu.org>
240
241 Sync with gcc:
242 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
243
244 * configure.in: Reorganize recognition of languages. Add
245 --enable-stage1-languages. Show supported languages for the chosen
246 target rather than all recognized languages.
247 * configure: Regenerate.
248
249 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
250
251 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
252 * Makefile.in: Regenerate.
253
254 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
255
256 * configure.in: Warn that MPFR 2.2.0 is buggy.
257 * configure: Regenerate.
258
8cf39b1b
ILT
2592006-12-27 Ian Lance Taylor <iant@google.com>
260
261 * configure.in: When removing Makefiles to force a reconfigure, also
262 remove prev-DIR*/Makefile.
263 * configure: Regenerate.
264
ebff6cd5
KH
2652006-12-23 Kazu Hirata <kazu@codesourcery.com>
266
267 * config.bfd: Recognize fido.
268
8a0d8a5c
PB
2692006-12-19 Paolo Bonzini <bonzini@gnu.org>
270
271 Sync with gcc:
272
273 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
274
275 * configure.in: Remove "$build" case for powerpc-*-darwin* since
276 it only affects bootstrap and could be tested on "$host" as well.
277 * configure: Regenerate.
278 * config/mh-ppc-darwin: Add to the stage1 cflags here.
279
280 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
281
282 PR bootstrap/29544
283 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
284 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
285 move here comment from Makefile.tpl.
286 * Makefile.tpl: Move some definitions higher in the file.
287 (STAGE1_CHECKING): New.
288 * configure.in: Add --enable-stage1-checking.
289 * configure: Regenerate.
290 * Makefile.in: Regenerate.
291
292 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
293
294 * configure.in: Update error message for missing GMP/MPFR.
295
296 * configure: Regenerate.
297
298 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
299
300 * configure.in: Update MPFR version in error message.
301
302 * configure: Regenerate.
303
304 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
305
306 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
307 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
308 --with-gmp-lib): New flags.
309
310 * configure: Regenerate.
311
790c0838
AM
3122006-12-12 Andreas Tobler <a.tobler@schweiz.org>
313
314 PR bootstrap/30134
315 * configure.in: Correct x86 darwin support for libjava to powerpc
316 and i?86 only.
317 * configure: Regenerate.
318
77d7106f
AM
3192006-12-11 Alan Modra <amodra@bigpond.net.au>
320
321 * configure.in: Handle spu makefile frag.
77d7106f
AM
322 * Makefile.tpl (MAINT): Define
323 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
324 * configure: Regenerate.
325 * Makefile.in: Regenerate.
326
0cfa5389
BE
3272006-12-11 Ben Elliston <bje@au.ibm.com>
328
329 * config.sub, config.guess: Update from upstream sources.
330
2839fe5d
BE
3312006-12-11 Ben Elliston <bje@au.ibm.com>
332
333 * configure.in: Sync with GCC (spu-*-*).
334 * configure: Sync with GCC.
335
b897f5d4
MS
3362006-12-07 Mike Stump <mrs@apple.com>
337
338 * Makefile.def (dependencies): Add dependency for
339 install-target-libssp and install-target-libgomp on
340 install-gcc.
341 * Makefile.in: Regenerate.
342
9daf3993
PB
3432006-11-16 Paolo Bonzini <bonzini@gnu.org>
344
345 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
346 (unstage): Test for stage_last presence.
347
348 PR bootstrap/29802
349 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
350 * Makefile.in: Regenerate.
351
9dbaa842
DD
3522006-11-14 DJ Delorie <dj@redhat.com>
353
354 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
355 * Makefile.in: Sync with GCC.
356 * configure.in: Sync with GCC (mpfr, gmp).
357 * configure: Sync with GCC.
358
b0cbce8d
JJ
3592006-11-08 Jie Zhang <jie.zhang@analog.com>
360
361 * configure.in: Remove target-libgloss from noconfigdirs for
362 bfin-*-*.
363 * configure: Regenerated.
364
44330a94
JJ
3652006-10-27 Jeff Johnston <jjohnstn@redhat.com>
366
367 * COPYING.NEWLIB: Add spu license.
7de05dd5 368 * COPYING.LIBGLOSS: Ditto.
44330a94 369
56a8fe78
DD
3702006-10-17 Brooks Moses <bmoses@stanford.edu>
371
372 * Makefile.def: Added pdf target handling.
373 * Makefile.tpl: Added pdf target handling.
374 * Makefile.in: Regenerated.
375
fbb00ad0
JJ
3762006-10-11 Jeff Johnston <jjohnstn@redhat.com>
377
378 * COPYING.NEWLIB: Updated.
379 * COPYING.LIBGLOSS: Ditto.
380
6b89cc21
DB
3812006-09-27 Dave Brolley <brolley@redhat.com>
382
383 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
384 $s instead of $r.
385 * configure: Regenerated.
386
17bcf627
BE
3872006-09-26 Ben Elliston <bje@au.ibm.com>
388
389 * config.sub, config.guess: Update from upstream sources.
390
f3529cf1
TS
3912006-09-20 Thiemo Seufer <ths@mips.com>
392
393 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
394 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
395 * configure: Regenerate.
396
45055374
CV
3972006-08-30 Corinna Vinschen <corinna@vinschen.de>
398
399 * configure.in: Never build newlib for a Mingw host.
400 Never build newlib as Mingw target library.
401 Test the existence of winsup/cygwin for building a Cygwin newlib,
402 rather than just winsup.
403 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
404 building a Mingw target.
405 * configure: Regenerate.
406
4be041b2
TS
4072006-08-15 Thiemo Seufer <ths@mips.com>
408 Nigel Stephens <nigel@mips.com>
409 David Ung <davidu@mips.com>
410
411 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
412
1d89b610
PB
4132006-07-25 Paolo Bonzini <bonzini@gnu.org>
414
415 Sync from GCC:
416 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
417
418 PR bootstrap/18058
419 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
420 if the bootstrap compiler is a GCC version that supports it.
421 * configure: Regenerate.
422
66a79c16
DJ
4232006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
424
425 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
426 * configure: Regenerated.
427
c1cb7e02
PB
4282006-07-18 Paolo Bonzini <bonzini@gnu.org>
429
430 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
431 for stages after the first.
432
7206a0ee
JJ
4332006-07-17 Jakub Jelinek <jakub@redhat.com>
434
435 * Makefile.def: Add dependencies for configure-opcodes
436 on configure-intl and all-opcodes on all-intl.
437 * Makefile.in: Regenerated.
438
6816f995
AO
4392006-07-04 Peter O'Gorman <peter@pogma.com>
440
441 * ltconfig: chmod 644 before ranlib during install.
442
3d3adb43
PB
4432006-07-03 Paolo Bonzini <bonzini@gnu.org>
444
1f3f1bbf 445 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
446 * configure: Regenerate.
447
64ce424c
PB
4482006-07-03 Paolo Bonzini <bonzini@gnu.org>
449
450 Sync from gcc:
451
452 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
453
454 PR other/27063
455 * configure.in: Test subdir_requires and give an appropriate
456 error message.
457 * configure: Regenerate.
458
459 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
460
461 PR target/27540
462 * configure.in: Only enable libgomp on IRIX 6.
463 * configure: Regenerate.
464
d42c4017
DA
4652006-06-20 David Ayers <d.ayers@inode.at>
466
467 PR bootstrap/28072
468 * configure.in: Add target-boehm-gc to noconfigdirs depending on
469 whether target-libjava is being configured instead of whether the
470 java front end is enabled.
471 * configure: Regenerate.
472
4962c51a
MS
4732006-06-15 Mark Shinwell <shinwell@codesourcery.com>
474
475 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
476 to R_ARM_LDC_SB_G{0,1,2} respectively.
477
caee866a
PB
4782006-06-15 Paolo Bonzini <bonzini@gnu.org>
479
480 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
481 too.
482 * Makefile.in: Regenerate.
483
363ef840
DA
4842006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
485
486 Sync from gcc:
487
488 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
489 * configure.in: Don't enable libgomp on hpux10.
490 * configure: Rebuilt.
491
54d1c879
DA
4922006-06-13 David Ayers <d.ayers@inode.at>
493
494 Sync from gcc:
495
496 2006-06-12 David Ayers <d.ayers@inode.at>
497
498 PR bootstrap/27963
499 PR target/19970
500 * configure.in: Remove target-boehm-gc from noconfigdirs where
501 ${libgcj} is specified.
502 * configure: Regenerate.
503
a4d8b690
JJ
5042006-06-08 Jeff Johnston <jjohnstn@redhat.com>
505
506 Sync from gcc:
507
508 2005-01-12 David Edelsohn <edelsohn@gnu.org>
509 Andreas Schwab <schwab@suse.de>
510
511 PR bootstrap/18033
512 * config-ml.in: Eval option if surrounded by single quotes.
513
4f0ef2d8
CD
5142006-06-07 Carlos O'Donell <carlos@codesourcery.com>
515
516 Sync from gcc:
517
518 2006-06-06 David Ayers <d.ayers@inode.at>
519
520 PR libobjc/13946
521 * Makefile.def: Add dependencies for libobjc which boehm-gc.
522 * Makefile.in: Regenerate.
523 * configure.in: Add --enable-objc-gc at toplevel and have it
524 enable boehm-gc for Objective-C.
525 Remove target-boehm-gc from libgcj.
526 Add target-boehm-gc to target_libraries.
527 Add target-boehm-gc to noconfigdirs where ${libgcj}
528 is specified.
529 Assert that boehm-gc is supported when requested for Objective-C.
530 Only build boehm-gc if needed either for Java or Objective-C.
531 * configure: Regenerate.
532
533 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
534
535 PR 27674
536 * Makefile.tpl (configure-[+prefix+][+module+],
537 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
538 Remove rule to unstage bootstrapped modules.
539 (stage_current): New.
540 * Makefile.in: Regenerate.
541
542 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
543 Andreas Tobler <a.tobler@schweiz.ch>
544
545 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
546 * configure: Rebuilt.
547
548 Revert
549 2006-01-31 Richard Guenther <rguenther@suse.de>
550 Paolo Bonzini <bonzini@gnu.org>
551
552 * Makefile.def (target_modules): Add libgcc-math target module.
553 * configure.in (target_libraries): Add libgcc-math target library.
554 (--enable-libgcc-math): New configure switch.
555 * Makefile.in: Re-generate.
556 * configure: Re-generate.
557
c17b816b
JJ
5582006-06-05 Jeff Johnston <jjohnstn@redhat.com>
559
560 * config-ml.in: Alter CCASFLAGS to include special
561 multilib options the same as is done for CFLAGS.
562
20e95c23
DJ
5632006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
564
565 * Makefile.def: Added dependencies from sim and gdb on intl, and
566 added configure dependencies to everything with an all dependency
567 on intl.
568 * gettext.m4: Removed.
569 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
570 (GDB_SUPPORT_DIRS): Add intl.
571 * Makefile.in: Regenerated.
572
4bd8ad80
DJ
5732006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
574
575 * src-release (DEVO_SUPPORT): Add config.rpath.
576
c380fdd8
PB
5772006-05-25 Paolo Bonzini <bonzini@gnu.org>
578
579 * Makefile.def (bfd, opcodes): Fix lib_path.
580 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
581 (restrap): Move under "@if gcc-bootstrap". Fix typo.
582 * Makefile.in: Regenerate.
583
701628f5
MS
5842006-05-24 Mark Shinwell <shinwell@codesourcery.com>
585
586 * configure.in: Enable gprof for cross builds.
587 * configure: Regenerate.
588
25aae7f2
DJ
5892006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
590
591 * src-release (MAKEINFOFLAGS): Define.
592 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
593
ea3d1626
BE
5942006-05-14 Ben Elliston <bje@au.ibm.com>
595
596 * config.sub, config.guess: Update from upstream sources.
597
49b9e644
BE
5982006-05-12 Ben Elliston <bje@au.ibm.com>
599
600 * config.sub, config.guess: Update from upstream sources.
601
482dd2f6
DJ
6022006-05-04 Steve Ellcey <sje@cup.hp.com>
603
604 * blt, iwidgets, mmalloc: Remove directories.
605
8b01a5c2
DD
6062006-05-01 DJ Delorie <dj@redhat.com>
607
641a3af4 608 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
609 * configure: Regenerate.
610
a481dbb7
DD
6112006-04-18 DJ Delorie <dj@redhat.com>
612
613 * configure.in (m32c): Build libstdc++-v3. Pass flags to
614 reference libgloss so that libssp can be built in a combined
615 tree.
616 * configure: Regenerate.
617
962c9e74
BE
6182006-04-10 Ben Elliston <bje@au.ibm.com>
619
620 * contrib: Remove directory.
621
108a6f8e
CD
6222006-04-06 Carlos O'Donell <carlos@codesourcery.com>
623
624 * Makefile.tpl: Add install-html target.
625 * Makefile.def: Add install-html target.
626 * Makefile.in: Regenerate.
627 * configure.in: Add --with-datarootdir, --with-docdir,
628 and --with-htmldir options.
629 * configure: Regenerate.
630
a4ef73e9
BE
6312006-03-31 Ben Elliston <bje@au.ibm.com>
632
633 PR binutils/1860
634 * configure.in: Require makeinfo 4.4 or higher.
635 * configure: Regenerate.
636
b37df25a
PB
6372006-03-14 Paolo Bonzini <bonzini@gnu.org>
638
639 * Makefile.in: Regenerate.
640
a6df5a19
PB
6412006-03-14 Paolo Bonzini <bonzini@gnu.org>
642
643 Sync with gcc:
644 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
645
646 * configure.in: Handle --disable-<component> generically.
647 * configure: Regenerate.
648
649 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
650
651 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
652 (TARGET_CONFIGDIRS): Remove.
653 * configure.in: Remove AC_SUBST(target_configdirs).
654 * Makefile.in, configure: Regenerated.
655
656
65419985
L
6572006-03-01 H.J. Lu <hongjiu.lu@intel.com>
658
659 PR libgcj/17311
660 * ltmain.sh: Don't use "$finalize_rpath" for compile.
661
c52c6897
PB
6622006-02-20 Paolo Bonzini <bonzini@gnu.org>
663
664 PR bootstrap/25670
665
666 * Makefile.tpl ([+compare-target+]): Print explanation messages.
667
668 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
669 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
670 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
671 BUILD_PREFIX, BUILD_PREFIX_1.
672 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
673
674 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
675 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
676
677 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
678 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
679 of `cat stage_current`. Always provide the `r' and `s' variables.
680 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
681 a single shell execution.
682 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
683 bootstrapped modules, make the stage1 module if the build was not
684 started yet, else build the current stage.
685 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
686 (all-build, all-host, all-target, [+make_target+]-host,
687 [+make_target+]-target): Do not use \-continued lines.
688 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
689 (current_stage, restrap, stage_last): New.
690
691 * Makefile.in: Regenerate.
692 * configure: Regenerate.
693
b3ded179
PB
6942006-02-14 Paolo Bonzini <bonzini@gnu.org>
695
696 Sync from gcc:
697
698 2006-01-31 Richard Guenther <rguenther@suse.de>
699 Paolo Bonzini <bonzini@gnu.org>
700
701 * Makefile.def (target_modules): Add libgcc-math target module.
702 * configure.in (target_libraries): Add libgcc-math target library.
703 (--enable-libgcc-math): New configure switch.
704 * Makefile.in: Re-generate.
705 * configure: Re-generate.
706 * libgcc-math: New toplevel directory.
707
708 2006-01-18 Richard Henderson <rth@redhat.com>
709 Jakub Jelinek <jakub@redhat.com>
710 Diego Novillo <dnovillo@redhat.com>
711
712 * libgomp: New directory.
713 * Makefile.def: Add target_module libgomp.
714 * Makefile.in: Regenerate.
715 * configure.in (target_libraries): Add target-libgomp.
716 * configure: Regenerate.
717
3a35eeb3
PB
7182006-02-14 Paolo Bonzini <bonzini@gnu.org>
719 Andreas Schwab <schwab@suse.de>
720
721 * configure: Regenerate.
722
2429c060
PB
7232006-01-16 Paolo Bonzini <bonzini@gnu.org>
724
725 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
726 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
727 the assembler, linker and binutils.
728 * configure: Regenerate.
729
ec49b2b8
NC
7302006-01-16 Nick Clifton <nickc@redhat.com>
731
49b9e644 732 * config.sub, config.guess: Sync from config repository.
ec49b2b8 733
44b2308f
AO
7342006-01-05 Alexandre Oliva <aoliva@redhat.com>
735
736 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
737 @ from continuation.
738 * Makefile.in: Rebuilt.
739
80911fe1
PB
7402006-01-04 Paolo Bonzini <bonzini@gnu.org>
741
742 Sync from gcc:
743
744 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
745
746 PR bootstrap/24252
747
748 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
749 * Makefile.tpl (OBJDUMP): New.
750 (EXTRA_HOST_FLAGS): Add it.
751 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
752
753 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
754 to use symbolic links between directories. Avoid race conditions
755 or make them harmless.
756 * configure.in: Do not try to use symbolic links between directories.
757
758 * Makefile.def (LEAN): Pass.
759 * Makefile.tpl (LEAN): Define.
760 (stage[+id+]-start): Accept that the previous directory does not
761 exist, if the bootstrap is lean.
762 (stage[+id+]-bubble): Invoke lean bootstrap commands after
763 stage[+id+]-start. Use a makefile variable and an `if' instead of a
764 configure substitution.
765 ([+compare-target+]): Likewise.
766 ([+bootstrap-target+]-lean): New.
767 * configure.in: Remove lean bootstrap support from here.
768
769 * Makefile.in: Regenerate.
770 * configure: Regenerate.
771
772 2006-01-02 Andreas Schwab <schwab@suse.de>
773
774 * configure.in: When reconfiguring remove Makefile in
775 all stage directories.
776 * configure: Regenerate.
777
b59bea8a
NC
7782005-12-27 Leif Ekblad <leif@rdos.net>
779
780 * configure.in: Add support for RDOS target.
781 * configure: Regenerate.
782
d7730bac
NC
7832005-12-27 Nick Clifton <nickc@redhat.com>
784
785 PR binutils/1990
786 * libtool.m4: Synchronize with version in GCC sources.
787
c02dabc3
PB
7882005-12-20 Paolo Bonzini <bonzini@gnu.org>
789
790 Revert Ada-related part of the previous change.
791
792 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
793 Do not pass.
794 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
795 * Makefile.in: Regenerate.
796 * configure.in: Do not include mt-ppc-aix target fragment.
797 * configure: Regenerate.
798
f6d183c0
PB
7992005-12-19 Paolo Bonzini <bonzini@gnu.org>
800
801 * configure.in: Select appropriate fragments for PowerPC/AIX.
802 * configure: Regenerate.
803
804 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
805 BOOT_CFLAGS, BOOT_LDFLAGS.
806 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
807 BOOT_CFLAGS, BOOT_LDFLAGS.
808 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
809 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
810 (stage): Fail if we cannot complete the work.
811 * Makefile.in: Regenerate.
812
f29759fc
JJ
8132005-12-16 Jeff Johnston <jjohnstn@redhat.com>
814
815 * COPYING.NEWLIB: Update copyright year for default
816 copyright.
817
1f054001
PB
8182005-12-15 Paolo Bonzini <bonzini@gnu.org>
819
820 * Makefile.tpl (all, do-[+make_target+], do-check, install,
821 install-host-nogcc): Don't invoke $(stage) at the end.
822 * Makefile.in: Regenerate.
823
0aed8855
PB
8242005-12-14 Paolo Bonzini <bonzini@gnu.org>
825
826 * configure.in: Flip the top-level bootstrap switch.
827 * configure: Regenerate.
828
829 Merge from gcc:
830
831 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
832
833 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
834 $(stage) and $(unstage).
835 (EXTRA_TARGET_FLAGS): Correct double-quoting.
836 (all): Remove stray semicolon.
837 (local-distclean): Don't handle multilib.tmp and multilib.out.
838 (install.all): Set $s for consistency.
839 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
840 check_multilibs setting. Always make the install directory.
841 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
842 Correct @if/@endif.
843 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
844 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
845 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
846 (multilib.out): Remove.
847 * Makefile.in: Regenerated.
848
8492005-12-12 Nathan Sidwell <nathan@codesourcery.com>
850
851 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
852 * configure.in: Replace ms1 arch with mt.
853 * configure: Rebuilt.
854
8552005-12-05 Paolo Bonzini <bonzini@gnu.org>
856
857 Sync with gcc:
858
4970f871
NS
8592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
860
861 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
862 * configure.in: Replace ms1 arch with mt.
863 * configure: Rebuilt.
864
be01d343
PB
8652005-12-05 Paolo Bonzini <bonzini@gnu.org>
866
867 Sync with gcc:
868
869 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
870
871 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
872 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
873 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
874 Find in-tree tools if available.
875 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
876 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
877 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
878 (COMPILER_*_FOR_TARGET): New.
879 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
880 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
881 (CONFIGURED_*, USUAL_*): Remove.
882 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
883 STRIP): Use autoconf substitutions.
884 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
885 COMPILER_NM_FOR_TARGET): New.
886 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
887
888 (all): Make all-host and all-target in parallel.
889 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
890 that $$r and $$s are set before invoking a recursive make.
891 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
892 ([+bootstrap-target+]): Inline most of the `all' target.
893
894 2005-11-29 Ben Elliston <bje@au.ibm.com>
895
896 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
897 from the gcc build directory.
898 * Makefile.in: Regenerate.
899
900 2005-11-29 Ben Elliston <bje@au.ibm.com>
901
902 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
903 depend on all-libdecnumber.
904 * configure.in (host_libs): Include libdecnumber.
905 * Makefile.in: Regenerate.
906 * configure: Likewise.
907
908 2005-11-21 Kean Johnston <jkj@sco.com>
909
910 * config.sub, config.guess: Sync from upstream sources.
911
907be67c
DJ
9122005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
913
914 * Makefile.def: Remove gdb dependencies for gdbtk.
915 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
916 (configure-gdb, install-gdb): New rules.
917 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
918 * Makefile.in, configure: Regenerated.
919
e360f423
PB
9202005-10-22 Paolo Bonzini <bonzini@gnu.org>
921
922 PR bootstrap/24297
923 * Makefile.tpl (do-[+make-target+], do-check, install,
924 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
925 are set before recursing.
926 * Makefile.in: Regenerate.
927
45d5eb0a
EB
9282005-10-20 Eric Botcazou <ebotcazou@adacore.com>
929
930 PR bootstrap/18939
931 * Makefile.def (gcc) <target>: Fix thinko.
932 * Makefile.in: Regenerate.
933
3cf3372e
BS
9342005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
935
936 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
937 * configure: Regenerate.
938
bd70a46f
KH
9392005-10-09 Kazu Hirata <kazu@codesourcery.com>
940
941 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
942 target-libffi, target-qthreads, target-libjava, and
943 targetlibobjc.
944 * configure: Regenerate.
945
5ae72758
DJ
9462005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
947
948 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
949 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
950 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
951 (USUAL_OBJDUMP_FOR_TARGET): New.
952 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
953 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 954 * configure, Makefile.in: Regenerated.
5ae72758 955
cc96343e
PB
9562005-10-05 Paolo Bonzini <bonzini@gnu.org>
957
958 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
959 before other host packages.
960
f70224b5
PB
9612005-10-05 Paolo Bonzini <bonzini@gnu.org>
962
963 PR bootstrap/22340
964
965 * configure.in (default_target): Remove.
966 * Makefile.tpl (all): Do not use prerequisites as subroutines
967 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
968 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
969 use prerequisites as subroutines.
970 (check-host, check-target): New.
971 (bootstrap configure & all targets): Do not use stage*-start
972 if the directory layout is already ok.
973 (non-bootstrap configure & all targets): Prepend a $(unstage).
974 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
975 (NOTPARALLEL): Remove.
976 (unstage, stage variables): New variables.
977 (unstage, stage targets): Simply expand to those variables.
978
979 * configure: Regenerate.
980 * Makefile.in: Regenerate.
981
c13c918a
JW
9822005-10-04 James E Wilson <wilson@specifix.com>
983
984 * Makefile.def (lang_env_dependencies): Add libmudflap.
985 * Makefile.in: Regenerate.
986
376a0e54
CM
9872005-10-03 Catherine Moore <clm@cm00re.com>
988
989 * configure.in (bfin-*-*): Support bfin.
990 * configure: Regenerated.
991
d320aacb
L
9922005-09-30 H.J. Lu <hongjiu.lu@intel.com>
993
994 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
995 * configure: Regenerated.
996
7e0f7140
GK
9972005-09-28 Geoffrey Keating <geoffk@apple.com>
998
999 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1000 (LIPO_FOR_TARGET): New.
1001 (CONFIGURED_LIPO_FOR_TARGET): New.
1002 (USUAL_LIPO_FOR_TARGET): New.
1003 (STRIP_FOR_TARGET): New.
1004 (CONFIGURED_STRIP_FOR_TARGET): New.
1005 (USUAL_STRIP_FOR_TARGET): New.
1006 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1007 STRIP_FOR_TARGET.
1008 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1009 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1010 * Makefile.in: Regenerate.
1011 * configure: Regenerate.
1012
096f7d00
DE
10132005-09-19 David Edelsohn <edelsohn@gnu.org>
1014
1015 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1016 (rs6000-*-aix*): Same.
1017 * configure: Regenerate.
1018
10192005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1020
1021 * configure.in: Recognize f95 in the --enable-languages option,
1022 and substitute it for fortran, issuing a warning.
1023 * configure: Regenerate.
1024
2016dfcc
BE
10252005-09-07 Ben Elliston <bje@au.ibm.com>
1026
1027 Import from Autoconf sources:
1028
1029 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
1030 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1031 Elliston. Handle weird characters correctly.
1032
6dd2fda9
DD
10332005-08-30 Phil Edwards <phil@codesourcery.com>
1034
1035 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
1036 * configure: Regenerated.
1037
e6db70d4
RE
10382005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
1039
1040 * Makefile.def (libssp): Add to lang_env_dependencies.
1041 * Makefile.in: Regenerate.
1042
e1e3d0f5
CG
10432005-08-17 Christian Groessler <chris@groessler.org>
1044
1045 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1046 * Makefile.in: Regenerate.
1047
05cbd757
PB
10482005-08-12 Paolo Bonzini <bonzini@gnu.org>
1049
1050 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1051 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1052 Look for alternate names of the target cc and c++
1053 * configure: Regenerate.
1054
55db4b87
PB
10552005-08-08 Paolo Bonzini <bonzini@gnu.org>
1056
1057 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1058 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1059 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1060 tools; remove code to manually set them.
1061 (Target tools): Look in the environment for them.
1062 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1063 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1064 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1065 build directory.
1066 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1067 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1068 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1069 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1070 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1071 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1072 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1073 * configure: Regenerate.
1074 * Makefile.in: Regenerate.
1075
414e5532
MM
10762005-07-27 Mark Mitchell <mark@codesourcery.com>
1077
1078 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1079 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1080 * Makefile.in: Regenerated.
1081
a19b6204
MM
10822005-07-26 Mark Mitchell <mark@codesourcery.com>
1083
1084 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1085 (CFLAGS_FOR_TARGET): Use it.
1086 (CXXFLAGS_FOR_TARGET): Likewise.
1087 * Makefile.in: Regenerated.
1088 * configure.in (--with-build-sysroot): New option.
1089 * configure: Regenerated.
1090
b73aa406
PB
10912005-07-24 Paolo Bonzini <bonzini@gnu.org>
1092
1093 * Makefile.tpl: Wrap install between unstage and stage
1094 * Makefile.in: Regenerate.
1095
6e4d0bcb
KC
10962005-07-16 Kelley Cook <kcook@gcc.gnu.org>
1097
1098 * all files: Update FSF address.
1099
49f58d10
JB
11002005-07-14 Jim Blandy <jimb@redhat.com>
1101
1102 * configure.in: Add cases for Renesas m32c.
1103 * configure: Regenerated.
1104
1d9c9cd7
KC
11052005-07-14 Kelley Cook <kcook@gcc.gnu.org>
1106
1107 * COPYING, compile, config-ml.in, config.guess,
1108 config.sub, install-sh, missing, mkinstalldirs,
1109 symlink-tree, ylwrap: Sync from upstream sources.
1110
1587117a
EC
11112005-07-13 Eric Christopher <echristo@redhat.com>
1112
1113 * configure.in: Add toplevel noconfigdir support for tpf.
1114 * configure: Regenerate.
1115
bb780410
DD
11162005-07-11 Jakub Jelinek <jakub@redhat.com>
1117
1118 * Makefile.def (target_modules): Add libssp.
1119 * configure.in (target_libraries): Add target-libssp.
1120 * configure: Rebuilt.
1121 * Makefile.in: Rebuilt.
1122
064d0a7c
PB
11232005-07-11 Paolo Bonzini <bonzini@gnu.org>
1124
1125 PR ada/22340
1126
1127 * Makefile.def: Sync with gcc.
1128 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1129 * Makefile.in: Regenerate.
1130
b2edd3b5
AS
11312005-07-07 Andreas Schwab <schwab@suse.de>
1132
1133 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1134 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1135 * Makefile.in: Regenerated.
1136
5f128533
KH
11372005-07-07 Kazu Hirata <kazu@codesourcery.com>
1138
1139 * configure.in: Add --enable-libssp and --disable-libssp.
1140 * configure: Regenerate with autoconf-2.13.
1141
4e3fc8e5
GK
11422005-07-06 Geoffrey Keating <geoffk@apple.com>
1143
1144 * configure.in: Don't build sim or rda when targetting darwin.
1145 * configure: Regenerate.
1146
c7357d6a
BE
11472005-07-04 Ben Elliston <bje@gnu.org>
1148
1149 * src-release (do-proto-toplev): Remove dejagnu bits.
1150 (DEJAGNU_SUPPORT_DIRS): Remove.
1151 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1152 (GDBD_SUPPORT_DIRS): Likewise.
1153 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1154 (INSIGHTD_SUPPORT_DIRS): Likewise.
1155 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1156
11572005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
1158
1159 * setup.com (mpw): Remove unused directive.
1160
7d329e61
PB
11612005-06-22 Paolo Bonzini <bonzini@gnu.org>
1162
1163 * Makefile.def (stagefeedback): Come after profile.
1164 Define profiledbootstrap target.
1165 * Makefile.tpl (profiledbootstrap): Remove.
1166 (stageprofile-end): Zap stagefeedback.
1167 (stagefeedback-start): Copy all .gcda files, not only GCC's.
1168 * Makefile.in: Regenerate.
1169
e5fbed21
DD
11702005-06-13 Zack Weinberg <zack@codesourcery.com>
1171
1172 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
1173 In 'cpp' stanza, support '#line' as well as '# '.
1174
59f7ec45
HPN
11752005-06-07 Hans-Peter Nilsson <hp@axis.com>
1176
1177 * configure.in (unsupported_languages): New macro.
1178 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
1179 non-ported target libraries in noconfigdirs.
1180 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1181 non-linux-gnu. Remove libgcj_ex_libffi.
1182 <lang_frag loop>: Set add_this_lang=no if the language is in
1183 unsupported_languages.
1184 * configure: Regenerate.
1185
c10e9ba7
DD
11862005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1187
1188 * configure.in: Fix typo in handling of --with-mpfr-dir.
1189 * configure: Regenerate.
1190
20deb2b8
JB
11912005-06-02 Jim Blandy <jimb@redhat.com>
1192
1193 * config.sub: Add cases for the Renesas m32c. (This patch has been
1194 accepted into the master sources.)
1195
cdb9b172
AH
11962005-06-02 Aldy Hernandez <aldyh@redhat.com>
1197 Michael Snyder <msnyder@redhat.com>
1198 Stan Cox <scox@redhat.com>
1199
1200 * configure.in: Set noconfigdirs for ms1.
1201
1202 * configure: Regenerate.
1203
1dc3053f
PB
12042005-05-25 Paolo Bonzini <bonzini@gnu.org>
1205
1206 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1207 (Dependencies): Consider target modules for bootstrap dependencies.
1208 Make target bootstrap modules depend on each stage's gcc.
1209 * Makefile.in: Regenerate.
1210
c60fe18b
PB
12112005-05-20 Paolo Bonzini <bonzini@gnu.org>
1212
1213 * Makefile.def (configure-gcc): Depend on binutils having been built.
1214 (all-gcc): No need to do it here.
1215 * Makefile.in: Regenerate.
1216
27258dd4
PB
12172005-05-19 Paul Brook <paul@codesourcery.com>
1218
1219 * configure.in: Rewrite misleading error message when requested
1220 language cannot be built.
1221 * configure: Regenerate.
1222
42ecbf5e
DJ
12232005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1224
1225 * ylwrap: Import from Automake 1.9.5.
1226
ae380b45
MS
12272005-05-04 Mike Stump <mrs@apple.com>
1228
1229 * configure.in: Always pass --target to target configures as
1230 otherwise rebuilds that do --recheck will fail.
811d3af8 1231 * configure: Rebuilt.
ae380b45 1232
d545f33b
PB
12332005-05-04 Paolo Bonzini <bonzini@gnu.org>
1234
1235 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1236 STAGE_HOST_EXPORTS.
1237 (configure, all): Add bootstrap support.
1238 (Host modules, target modules): Pass post-stage1 flags and exports.
1239 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1240 * Makefile.in: Regenerate.
1241
2faa2958
PB
12422005-04-29 Paolo Bonzini <bonzini@gnu.org>
1243
1244 Sync from gcc:
1245
1246 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
1247
1248 * config.sub: Update from master copy.
1249
1250 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
1251
1252 * configure.in <crisv32-*-*, cris-*-*>: New local variable
1253 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
1254 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
1255 "*-*-elf" and "*-*-linux*".
1256 * configure: Regenerate.
1257
a7254363
PB
12582005-04-06 Paolo Bonzini <bonzini@gnu.org>
1259
1260 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1261 (TARGET_CONFIGARGS): Include --with-target-subdir.
1262 (configure, all): New macros. Use them throughout.
1263
a8637a7d
PB
12642005-04-05 Paolo Bonzini <bonzini@gnu.org>
1265
1266 * Makefile.tpl: Sync with gcc.
1267 * Makefile.in: Regenerate.
1268
dd387d52
JR
12692005-03-30 J"orn Rennecke <joern.rennecke@st.com>
1270
1271 * config/mh-mingw32: Delete.
1272 * configure.in: Don't use it.
1273 * configure: Regenerate.
1274
e90269c8
PB
12752005-03-31 Paolo Bonzini <bonzini@gnu.org>
1276
1277 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1278 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1279 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1280 (HOST_LIB_PATH): Generate from Makefile.def.
1281 (TARGET_LIB_PATH): Likewise.
1282 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1283 * Makefile.in: Regenerate.
1284 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1285 (RPATH_ENVVAR): Include Darwin case.
1286 * configure: Regenerate.
1287
9a237d9e
PB
12882005-03-25 Paolo Bonzini <bonzini@gnu.org>
1289
1290 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1291 * configure: Regenerate.
1292
479759c8
ZW
12932005-03-21 Zack Weinberg <zack@codesourcery.com>
1294
1295 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1296 gcc_version, and gcc_version_trigger from set of flags to pass.
1297 * Makefile.tpl: Remove definitions of above variables.
1298 (config.status): Remove dependency on $(gcc_version_trigger).
1299 * Makefile.in: Regenerate.
1300 * configure.in: Do not reference config/gcc-version.m4 nor
1301 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
1302 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
1303 * configure: Regenerate.
1304
4cfaf6d5
DD
13052005-03-16 Manfred Hollstein <manfred.h@gmx.net>
1306 Andrew Pinski <pinskia@physics.uc.edu>
1307
1308 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1309 * Makefile.in: Regenerate.
1310
33a3fb7b
AO
13112005-03-01 Alexandre Oliva <aoliva@redhat.com>
1312
1313 PR libgcj/20160
1314 * ltmain.sh: Avoid creating archives with components that have
1315 duplicate basenames.
1316
2da12f12
PB
13172005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
1318
479759c8
ZW
1319 PR bootstrap/20250
1320 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1321 instead of check.
1322 * Makefile.in: Regenerate.
2da12f12 1323
b00612cc
PB
13242005-02-28 Paolo Bonzini <bonzini@gnu.org>
1325
1326 Sync from gcc.
1327
1328 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
1329
1330 PR bootstrap/17383
1331 * Makefile.def (target_modules): Remove "stage", now unnecessary.
1332 * Makefile.tpl (HOST_SUBDIR): New substitution.
1333 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1334 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1335 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1336 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1337 (Host modules, Bootstrapped modules): Use it.
1338 (Build modules, Target modules): Do not create symlink trees,
1339 always configure out-of-srcdir.
1340 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1341 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1342 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1343 $(HOST_SUBDIR). Create a symlink for host_subdir.
1344
1345 * Makefile.in: Regenerate.
1346 * configure: Regenerate.
1347
1348 Merged from libada-gnattools-branch:
1349 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1350
1351 * Makefile.def: Add gnattools as a module, depending on target-libada.
1352 * Makefile.in: Regenerate.
1353 * configure.in: Include gnattools in host_tools; disable it if ada
1354 is disabled.
1355 * configure: Regenerate.
1356
c3e65f62
NC
13572005-02-23 Nick Clifton <nickc@redhat.com>
1358
1359 * configure: Regenerate.
1360
e4d180c2
NC
13612005-02-22 Paul Schlie <schlie@comcast.net>
1362
1363 * configure.in: Allow darwin targeted ports to build tk, itcl and
1364 libgui.
1365
e3c770b1
EB
13662005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1367
1368 PR libgcj/10353
1369 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1370 * configure: Regenerate.
1371
9c73618c
AC
13722005-02-08 Andrew Cagney <cagney@gnu.org>
1373
1374 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
1375 gdb/ section. Update GDB's URL.
1376
c46f8c51
AC
13772005-01-31 Andrew Cagney <cagney@gnu.org>
1378
1379 * gettext.m4: Only set ENABLE_NLS when gettext is present.
1380
c7e66c6d
HPN
13812005-01-29 Hans-Peter Nilsson <hp@axis.com>
1382
1383 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1384 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1385 target-libgloss when not *-*-elf and *-*-aout.
1386 * configure: Regenerate.
1387
a53bf506
AC
13882005-01-27 Andrew Cagney <cagney@gnu.org>
1389
1390 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
1391
45181ed1
AC
13922005-01-24 Andrew Cagney <cagney@gnu.org>
1393
1394 * gettext.m4: Only fall back to ../intl/ when it's present.
1395
a1e0f4e4
KC
13962005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1397
1398 * install-sh, config.sub: Import from upstream.
1399
14002005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
1401
1402 PR bootstrap/18222
1403 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1404 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1405 * Makefile.in: Regenerate.
1406
c50382e2
PB
14072005-01-03 Paolo Bonzini <bonzini@gnu.org>
1408
1409 Revert 2004-12-28 Makefile changes, a better fix will be
1410 applied to mainline and src after GCC 4.0 branches.
1411
11d07737
PB
14122004-12-28 Paolo Bonzini <bonzini@gnu.org>
1413
1414 PR bootstrap/17383
1415
1416 * Makefile.def (target_modules): Remove stage parameter,
1417 it is always true now.
1418 * Makefile.tpl (configure-build-[+module+],
1419 configure-target-[+module+]): Always build symlink tree
1420 for the directory and for include. BUILD_SUBDIR and
1421 TARGET_SUBDIR cannot be . anymore.
1422 * Makefile.in: Regenerate.
1423
dadfdbe2
DD
14242004-12-25 David Edelsohn <edelsohn@gnu.org>
1425
1426 Revert 2004-12-08 Makefile changes.
1427
dbf85af7
JR
14282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1429
1430 * configure.in (sh64-*-*): Reenable gprof.
1431 * configure: Regenerate.
1432
6b8fea99
JB
14332004-12-09 Jim Blandy <jimb@redhat.com>
1434
1435 * MAINTAINERS: List 'depcomp' as part of automake.
1436
7341462c
DE
14372004-12-08 David Edelsohn <edelsohn@gnu.org>
1438
1439 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1440 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1441 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1442 * Makefile.in: Regenerate.
1443
21fde4dc
DD
14442004-12-07 Matt Kraai <kraai@ftbfs.org>
1445
1446 * Makefile.tpl: Generate normal dependencies if the LHS module is
1447 not bootstrapped.
1448 * Makefile.in: Regenerate.
1449
3da796a2
RS
14502004-12-03 Richard Sandiford <rsandifo@redhat.com>
1451
1452 * configure.in: Include config/gxx-include-dir.m4. Use
1453 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1454 * configure: Regenerate.
1455
73fb7068
RS
14562004-12-03 Richard Sandiford <rsandifo@redhat.com>
1457
1458 * config.if: Delete.
1459 * configure.in: Set libstdcxx_incdir directly.
1460 * configure: Regenerate.
1461 * MAINTAINERS: Remove mention of config.if.
1462 * src-release (DEVO_SUPPORT): Remove config.if.
1463
6c8e6ce9
EC
14642004-12-02 Eric Christopher <echristo@redhat.com>
1465
3b6098f8
EC
1466 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1467 of things to remove.
6c8e6ce9 1468 * Makefile.in: Regenerate.
479759c8 1469
b8658a2f
RS
14702004-12-02 Richard Sandiford <rsandifo@redhat.com>
1471
1472 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1473 * configure: Regenerate.
1474
afefada0
RS
14752004-12-02 Richard Sandiford <rsandifo@redhat.com>
1476
1477 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1478 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1479 * configure: Regenerate.
1480
5dcac624
DA
14812004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1482
1483 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1484 (hppa*64*-*-*): Delete incorrect comment.
1485 * configure: Rebuilt.
1486
57d1eb1a
DD
14872004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1488
1489 * install-sh, compile: Import from automake.
1490
14912004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1492
1493 * config.guess, config.sub: Import from savannnah.
1494
6d389afc
MS
14952004-11-12 Mike Stump <mrs@apple.com>
1496
1497 * Makefile.def: Add html support.
1498 * Makefile.tpl: Likewise.
1499 * Makefile.in: Regenerate.
1500
69e57115
GK
15012004-11-11 Geoffrey Keating <geoffk@apple.com>
1502
1503 PR 18423
1504 * configure.in: Remove all instances of build-fixincludes from
1505 noconfigdirs.
1506 (build_configargs): Supply --target to subdirectories.
1507 * configure: Regenerate.
1508
1509 * Makefile.def: Make gcc install depend on fixincludes install.
1510 * Makefile.in: Regenerate.
1511
ba719b26
HPN
15122004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1513
1514 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1515 target-libgfortran.
1516 * configure: Regenerate.
1517
c37653e7
DE
15182004-11-07 David Edelsohn <edelsohn@gnu.org>
1519
1520 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1521 like CC.
1522
1eefd493
PB
15232004-11-05 Paolo Bonzini <bonzini@gnu.org>
1524
1525 * Makefile.def (host fixincludes): Specify missing targets.
1526 * Makefile.in: Regenerate.
1527
02b1af09
L
15282004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1529
1530 PR other/17783
1531 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1532 * configure: Regenerated.
1533
7f266840
DJ
15342004-11-04 Daniel Jacobowitz <dan@debian.org>
1535
1536 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1537 * configure: Regenerated.
1538
47444073
AL
15392004-10-28 Eric B. Weddington <ericw@evcohs.com>
1540
1541 PR target/18151
1542 * configure.in (case ${target}): Do not build fixincludes for avr.
1543 * configure: Regenerated.
1544
caeba88f
AL
15452004-10-26 Paolo Bonzini <bonzini@gnu.org>
1546
1547 * configure.in (case ${target}): Do not build fixincludes
1548 on platforms where it is not used.
1549 * configure: Regenerated.
1550
0fdbe983
DJ
15512004-10-23 Daniel Jacobowitz <dan@debian.org>
1552
1553 * configure.in: Use an absolute path to install-sh.
1554 * configure: Regenerated.
1555
1c0f67c1
AC
15562004-10-19 Andrew Cagney <cagney@gnu.org>
1557
1558 * src-release (do-djunpack, do-md5sum): Install the generated file
1559 directly into the proto-toplev/ directory.
479759c8 1560
a9cfce9c
AC
15612004-10-19 Andrew Cagney <cagney@gnu.org>
1562
1563 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1564
ac0fa625
DD
15652004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1566
1567 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1568 * configure: Regenerate.
1569
d27cc32e
PB
15702004-10-06 Paolo Bonzini <bonzini@gnu.org>
1571
1572 Fix wrong conflict resolution in:
1573
1574 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1575
1576 * Makefile.in: Regenerate.
1577 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1578 in the recursive `make', instead of hardwiring `all'.
1579 (Autogenerated TARGET-* variables): New.
1580
1763908f
UW
15812004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1582
1583 Merged from GCC / libtool upstream:
1584 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1585 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1586 * ltcf-cxx.sh (tpf*): Likewise.
1587 * ltconfig (tpf*): Add TPF OS configuration support.
1588
0490e016
NC
15892004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
1590
1591 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 1592 * configure: Regenerate.
0490e016 1593
32be62b5
RS
15942004-09-24 Michael Roth <mroth@nessie.de>
1595
1596 * configure.in (--without-headers): Add missing double quotes.
1597 * configure: Regenerate.
1598
6048df60
DD
15992004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1600
1601 * ylwrap: Revert to previous version.
1602
315b3b02
L
16032004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1604
6048df60 1605 PR bootstrap/17369
315b3b02
L
1606 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1607 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1608 SET_GCC_LIB_PATH_CMD.
1609 (BASE_TARGET_EXPORTS): Likewise.
1610 * Makefile.in: Regenerated.
1611
1612 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1613 * configure: Regenerated.
1614
fe69863c
DD
16152004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1616
1617 * config.guess: New upstream version
1618 * compile, depcomp, install-sh, ylwrap: Likewise.
1619
16202004-09-19 Roger Sayle <roger@eyesopen.com>
1621
1622 * config/mh-x86omitfp: New host makefile fragment. Add
1623 -fomit-frame-pointer to the default BOOT_CFLAGS.
1624 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1625 * configure: Regenerate.
1626
16272004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1628
1629 PR target/11572
1630 * configure.in (*-*-darwin*): Renable libobjc.
1631 * configure: Regenerate.
1632
be75bbe1 16332004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 1634
be75bbe1
DB
1635 * Makefile.def: Remove libbanshee.
1636 * Makefile.tpl: Ditto.
1637 * configure.in: Ditto.
1638 * Makefile.in: Regen.
1639 * configure: Ditto.
1640
1b882a91
PB
16412004-09-07 Paolo Bonzini <bonzini@gnu.org>
1642
1643 * missing: Import latest version from master repository.
1644
eb1352ed
NC
16452004-09-04 Nick Clifton <nickc@redhat.com>
1646
1647 * config.sub: Import latest version from master repository.
1648 * config.guess: Likewise.
1649 This includes these changes:
479759c8 1650
eb1352ed
NC
1651 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1652
1653 * config.sub: Handle crisv32, alias etraxfs.
1654 * config.guess (crisv32:Linux:*:*): Handle.
1655
1656 2004-08-13 Brad Smith <brad@comstyle.com>
1657
1658 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1659 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1660
1661 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1662
1663 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1664 assume the processor is a powerpc. This is because coreutils
1665 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1666 in this case, due to a MacOS X bug that causes
1667 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1668 to return a negative number.
1669 Problem reported by Petter Reinholdtsen in:
1670 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1671
1672 2004-07-19 Ben Elliston <bje@gnu.org>
1673
1674 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1675
1676 2004-06-24 Ben Elliston <bje@gnu.org>
1677
1678 * config.guess: Update copyright years.
1679 * config.sub: Likewise.
1680
1681 2004-06-22 Robert Millan <robertmh@gnu.org>
1682
1683 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1684 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1685
1686 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1687
1688 * config.guess (*:*VMS:*:*): New entry. Replaces
1689 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1690 manufacturer.
1691
1692 2004-06-22 Ben Elliston <bje@gnu.org>
1693
1694 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1695 * config.sub: Likewise.
1696
1697 2004-06-22 Ben Elliston <bje@gnu.org>
1698
1699 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1700 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1701
1702 2004-06-11 Ben Elliston <bje@gnu.org>
1703
1704 * config.guess (pegasos:OpenBSD:*:*): Remove.
1705
1706 2004-06-11 Ben Elliston <bje@gnu.org>
1707
1708 From Wouter Verhelst <wouter@grep.be>:
1709 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1710
1711 2004-06-11 Ben Elliston <bje@gnu.org>
1712
1713 * config.guess (luna88k:OpenBSD:*:*): New.
1714
1715 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1716
1717 * config.guess (m32r*:Linux:*:*): New case.
1718 * config.sub: Handle m32rle.
1719
1720 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1721
1722 From Jens Petersen <petersen@redhat.com>:
1723 * config.sub: Handle sparcv8.
1724
1725 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1726
1727 From Tom Smith <smith@cag.lkg.hp.com>:
1728 * config.guess: Version suffixes are equally significant on Tru64
1729 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1730 prefix of "P" (patched kernel).
1731
1732 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1733
1734 * config.sub: Add support for National Semiconductor CRX target.
1735
2a3124ca 17362004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 1737
2a3124ca
RH
1738 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1739 *-*-netware, but add target-libmudflap.
1740 Consolidate *-*-netware targets (of which really only i?86 exists)
1741 into a single entry.
1742 * configure: Likewise.
1743
0df3d27f
PB
17442004-09-01 Paolo Bonzini <bonzini@gnu.org>
1745
1746 * Makefile.tpl (sorry): Remove.
1747 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1748 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1749 (do-clean): Clean per-stage directories too.
1750 (do-distclean): Run distclean-stage1 too.
1751 (.NOTPARALLEL): Enable during toplevel bootstrap.
1752 (stage[+id+]-bubble): Enable parallel execution during
1753 the recursive invocation.
1754 * Makefile.in: Regenerate.
1755
1756 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
1757
1758 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
1759
1760 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1761 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1762 * configure: regenerate
479759c8
ZW
1763 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1764 -mdynamic-no-pic
0df3d27f
PB
1765
17662004-08-31 Paolo Bonzini <bonzini@gnu.org>
1767
1768 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1769 include.
1770 * configure.in: Fix indentation.
1771 * configure: Regenerate.
1772
ee025550
PB
17732004-08-31 Paolo Bonzini <bonzini@gnu.org>
1774
1775 * Makefile.def (build_modules): Add fixincludes.
1776 (dependencies): Make gcc depend on fixincludes.
1777 * configure.in (build_tools): Add fixincludes.
1778 (build_configdirs): Always include build_libs.
1779 * Makefile.in: Regenerate.
1780 * configure: Regenerate.
1781
17822004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
1783
1784 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1785 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1786 phony targets; do not generate timestamp files.
1787 (distclean-stageN): Remove references to their timestamp files.
1788 (restageN, touch-stageN): Remove.
1789 (stageN-bubble): Rewritten.
1790 (compare): Support lean bootstraps.
1791 * Makefile.in: Regenerate.
1792
1793 * configure.in: Only warn when bootstrapping but
1794 build != host or build != target. Support lean bootstraps.
1795 * configure: Regenerate.
1796
1797 Sync from gcc:
1798 2004-08-26 Phil Edwards <phil@codesourcery.com>
1799
1800 * configure.in: Give a better error message if GMP/MPFR are missing
1801 and a language needing them has been requested.
1802 * configure: Regenerated.
1803
1804 2004-08-25 Phil Edwards <phil@codesourcery.com>
1805
1806 * configure.in: Print a list of available language front-ends if
1807 a requested one is missing. Tidy stray tab characters.
1808 * configure: Regenerated.
1809
72b2455a
PB
18102004-08-17 Paolo Bonzini <bonzini@gnu.org>
1811
1812 * Makefile.in: Regenerate.
1813 * configure: Regenerate.
1814
1815 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1816 stage_*_flags.
1817 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1818 for bootstrapped modules if toplevel bootstrap is going.
1819 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1820 modules. Adjust for changes in Makefile.def. Enable several
1821 rules even in non-bootstrap mode, just to avoid peppering the
1822 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1823 (stage-[+prev+]-bubble): Remove.
1824
1825 * Makefile.def (Dependencies): Depend on all-build-bison,
1826 all-build-flex, all-build-byacc, all-build-texinfo, rather
1827 than the host variations.
1828 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1829 with BUILD_SUBDIR.
1830 (BISON): Update for recent Bisons.
1831 (YACC): Fix typo.
1832 (cross): Depend on all-build.
1833 (all): Do not depend on all-build.
1834 (prebootstrap): Remove.
1835 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1836 (Prebootstrap dependencies): Add them to the per-stage targets
1837 and to all-prebootstrap.
1838 * configure.in (build_configdirs): Always enable build_tools.
1839 (BUILD_DIR_PREFIX): Remove.
1840
1841 * Makefile.def (gcc): Add target variable.
1842 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1843 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1844 in the recursive `make', instead of hardwiring `all'.
1845 (Autogenerated TARGET-* variables): New.
1846
de0b4a87
JW
18472004-08-17 Robert Millan <robertmh@gnu.org>
1848
1849 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1850 (instead of FreeBSD).
1851 * configure: Regenerate.
1852
ad681c85
NN
18532004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1854
675c6968
NN
1855 * Makefile.def, configure.in, src-release: Remove useless, bogus
1856 references to tix.
1857 * Makefile.in, configure: Regenerate.
1858
ad681c85
NN
1859 * src-release: Stop distributing mmalloc with gdb (which doesn't
1860 use it).
1861 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1862 * Makefile.in: Regenerate.
1863
11b04d1f
DD
18642004-08-09 Mark Mitchell <mark@codesourcery.com>
1865
1866 * configure.in (arm*-*-eabi*): New target.
1867 * configure: Regenerate.
1868
f2420bea
NN
18692004-08-01 Robert Millan <robertmh@gnu.org>
1870
1871 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1872 libmudflap for all GNU-based systems (with Glibc).
1873 * configure: Regenerate.
1874
9e6ce191
PB
18752004-08-06 Paolo Bonzini <bonzini@gnu.org>
1876
1877 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1878 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1879 (Dependencies): New section.
1880 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1881 (configure-target-[+module+]): Depend on maybe-all-gcc
1882 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1883 (toplevel profiledbootstrap): Fix dependencies.
1884 * Makefile.in: Regenerate.
1885
df4a6958
MM
18862004-08-03 Mark Mitchell <mark@codesourcery.com>
1887
1888 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1889 target-libiberty to noconfigdirs.
1890
11b04d1f
DD
18912004-08-03 Paul Brook <paul@codesourcery.com>
1892
1893 * configure.in: Check for MPFR as well as GMP.
1894 * configure: Regenerate.
1895
b813574b
PB
18962004-08-03 Paolo Bonzini <bonzini@gnu.org>
1897
1898 * Makefile.def (host-modules): Add gcc.
1899 * Makefile.in: Regenerate.
1900 * Makefile.tpl (sorry): New rule.
1901 (configure-host, all-host, [+make_target+]-host, do-check,
1902 install-host): Do not add gcc as a special case.
1903 (host modules): Add a small special-casing for gcc. Export
1904 extra_make_flags through the environment.
1905 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1906 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1907 other recursive targets for gcc): Remove.
1908
1909 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1910 (stage, unstage): New rules.
1911 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1912 distclean-stage[+id+]): Use stage_current.
1913 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1914 the stage*-start rules.
1915
61edac0c
JW
19162004-07-19 Robert Millan <robertmh@gnu.org>
1917
1918 Synced from gcc:
1919
1920 2004-04-26 Robert Millan <robertmh@gnu.org>
1921
1922 Add patches from libtool CVS.
1923 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1924 * ltconfig: Likewise.
1925 * ltcf-c.sh: Likewise.
1926 * ltcf-cxx.sh: Likewise.
1927 * ltcf-gcj.sh: Likewise.
1928
3e707e94
PB
19292004-07-12 Paolo Bonzini <bonzini@gnu.org>
1930
1931 * configure.in: Add noconfigdirs for crx-*-*.
1932 * configure: Regenerate.
1933
19342004-07-12 Paolo Bonzini <bonzini@gnu.org>
1935
1936 Synced from gcc:
1937
1938 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1939
1940 * configure.in: Build libmudflap by default on FreeBSD.
1941 * configure: Regenerated.
1942
1943 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1944
1945 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1946 systems.
1947 * configure: Regenerated.
1948
1949 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1950
1951 PR target/16344
1952 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1953 feedback based compiler.
1954 * Makefile.in: Rebuilt.
1955
1956 2004-07-05 Phil Edwards <phil@codesourcery.com>
1957
1958 * configure.in: Do not prepend $srcdir to /dev/null in
1959 makefile fragments.
1960 * configure: Regenerate.
1961
a7ee7660
AO
19622004-07-08 Alexandre Oliva <aoliva@redhat.com>
1963
1964 * Makefile.def (host_modules): Set bootstrap=true for flex.
1965 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1966 * Makefile.in: Rebuilt.
1967
6a9cf61e
PB
19682004-07-01 Paolo Bonzini <bonzini@gnu.org>
1969
1970 * Makefile.def (build_modules): Add bison, byacc, flex,
1971 m4, texinfo.
1972 (flags_to_pass): Add FLEX.
1973 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1974 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1975 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1976 DEFAULT_MAKEINFO): Remove.
1977 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1978 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1979 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1980 objdir or else use configured tool.
1981 (all-build): New.
1982 (all): Depend on it.
1983 (Build module dependencies): Add.
1984 * Makefile.in: Regenerate.
1985 * configure.in: Better support for multiple build modules,
1986 matching what is done for host/target modules. Do not look
1987 for "plausible" locations of build tools if Canadian cross.
1988 Use autoconf's AC_PROG_CC to find a C compiler. Define
1989 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1990 * configure: Regenerate.
1991
95b6a1f2
PB
19922004-06-22 Paolo Bonzini <bonzini@gnu.org>
1993
1994 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1995 * Makefile.in: Regenerate.
1996
7ffa0b57
PB
19972004-06-22 Paolo Bonzini <bonzini@gnu.org>
1998
1999 * Makefile.tpl (configure-build-[+module+],
2000 configure-[+module+], configure-target-[+module+]): Pass
2001 [+extra_configure_args+].
2002 (all-build-[+module+], all-[+module+], check-[+module+],
2003 install-[+module+], [+make_target+]-[+module+],
2004 all-target-[+module+], check-target-[+module+],
2005 install-target-[+module+], [+make_target+]-target-[+module+]):
2006 Pass [+extra_make_args+].
2007 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2008 (GCC_HOST_EXPORTS): Remove.
2009 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2010 cross, check-gcc, check-gcc-c++, install-gcc,
2011 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2012 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2013 * Makefile.in: Regenerate.
2014
929ba6e7
CF
20152004-06-21 Christopher Faylor <cgf@alum.bu.edu>
2016
2017 * configure.in: Check for srcdir/winsup rather than build directory
2018 winsup.
2019 * configure: Regenerate.
2020
b76d7de0
CV
20212004-06-17 Corinna Vinschen <vinschen@redhat.com>
2022
2023 * configure.in: Don't build Cygwin native newlib if winsup
2024 directory is missing. Emit warning instead.
2025 * configure: Regenerate.
2026
656fdd47
PB
20272004-06-09 Paolo Bonzini <bonzini@gnu.org>
2028
2029 * Makefile.tpl (touch-stage[+id+]): New.
2030 (restage[+prev+]): Depend on touch-stage[+id+].
2031
2032 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2033 Use it throughout.
2034
2035 * Makefile.def: Add profile and feedback bootstrap stages.
2036 Remove next field from bootstrap stages.
2037 * Makefile.tpl (LN, LN_S): Substitute.
2038 (stageN-start, stageN-end): Use double-colon rules, to
2039 provide a hook for additional setup commands.
2040 (distclean-stageN-gcc, restageN): Create dependencies from
2041 [+prev+], not from [+next+].
2042 (stageN-bubble): Add commands for successive stages from
2043 [+prev+], using double-colon rules.
2044 (all-stageN-gcc): Fix typo.
2045 (stagefeedback-start, profiledbootstrap): New.
2046 * Makefile.in: Regenerate.
2047 * configure.in: Call ACX_PROG_LN.
2048 * configure: Regenerate.
2049
498d4a71
CF
20502004-06-03 Paolo Bonzini <bonzini@gnu.org>
2051
2052 * configure.in: Fix --enable-bootstrap breakage introduced in trees
2053 without gcc.
2054 * configure: Regenerate.
2055
377d8c42
PB
20562004-06-01 Paolo Bonzini <bonzini@gnu.org>
2057
2058 * Makefile.tpl: Fix typo.
2059 * Makefile.in: Regenerate.
2060
f5f8a794
PB
20612004-06-01 Paolo Bonzini <bonzini@gnu.org>
2062
2063 * configure.in: Remove new- prefix from toplevel
2064 bootstrap targets.
2065 * configure: Regenerate.
2066
f7a4c34f
PB
20672004-06-01 Paolo Bonzini <bonzini@gnu.org>
2068
2069 Merge this patch from the gcc tree:
2070
2071 2004-05-30 Andreas Jaeger <aj@suse.de>
2072 Jim Wilson <wilson@specifixinc.com>
2073
2074 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2075 like CC.
2076
319cab08
PB
20772004-06-01 Paolo Bonzini <bonzini@gnu.org>
2078
2079 * Makefile.tpl (all.normal): Rename to all.
2080 (all): Replace with a rule to pick the default
2081 target from configure.
2082 (all-gcc, configure-gcc): Use conditionals to
2083 do nothing when toplevel bootstrap is going on.
2084 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2085 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2086 * configure.in: Support --enable-bootstrap.
2087
2088 * Makefile.def: Remove new- prefix from toplevel
2089 bootstrap targets.
2090 * Makefile.tpl: Likewise.
2091
2092 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
2093 target.
2094
2095 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2096 $(RECURSE_FLAGS) to recursive invocation of make.
2097
2098 * Makefile.in: Regenerate.
2099 * configure: Regenerate.
2100
88f64edc
DJ
21012004-05-27 Daniel Jacobowitz <dan@debian.org>
2102
2103 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2104 * configure: Regenerate.
2105
378fce5b
DD
21062004-05-25 Daniel Jacobowitz <drow@false.org>
2107
2108 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2109 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2110 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
2111 targets.
2112 * Makefile.in: Regenerate.
2113
dfdffa2c
PB
21142005-05-24 Paolo Bonzini <bonzini@gnu.org>
2115
2116 * configure.in: Test the ability to symlink directories.
2117 * configure: Regenerate.
2118
2119 * Makefile.def (bootstrap-stage): New definitions.
2120 * Makefile.tpl (configure-stage1-gcc,
2121 configure-stage2-gcc, configure-stage3-gcc,
2122 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2123 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2124 new-restage3, compare): Autogenerate, see Makefile.in
2125 entry for behavioral changes.
2126 (distclean-stage1, new-stage1-start, new-stage1-end,
2127 new-stage1-bubble, distclean-stage2, new-stage2-start,
2128 new-stage2-end, new-stage2-bubble, distclean-stage3,
2129 new-stage3-start, new-stage3-end): New autogenerated targets.
2130 (objext, prebootstrap, BOOT_CFLAGS,
2131 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2132 targets.
2133
2134 * Makefile.in: Regenerate.
2135 (distclean-stage1, new-stage1-start, new-stage1-end,
2136 new-stage1-bubble, distclean-stage2, new-stage2-start,
2137 new-stage2-end, new-stage2-bubble, distclean-stage3,
2138 new-stage3-start, new-stage3-end): New targets.
2139 (all-stage1-gcc): Move prebootstrap dependency from here...
2140 (configure-stage1-gcc): ...to here.
2141 (new-bootstrap): Use bubble targets.
2142 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2143 Use per-stage distclean targets.
2144 (configure-stage1-gcc, configure-stage2-gcc,
2145 configure-stage3-gcc, all-stage1-gcc,
2146 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2147 Use new-stageN-start to prepare the tree.
2148
04cf1b77
PB
21492004-05-23 Paolo Bonzini <bonzini@gnu.org>
2150
2151 * Makefile.def (host_modules): add libcpp.
2152 * Makefile.tpl: Add dependencies on and for libcpp.
2153 * Makefile.in: Regenerate.
2154 * configure.in: Add libcpp host module.
2155 * configure: Regenerate.
2156
80b200a1
ZW
21572004-05-17 Zack Weinberg <zack@codesourcery.com>
2158
2159 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2160 of libf2c.
2161 * configure, Makefile.in: Regenerate.
2162
4b1cb4fe
DD
21632004-05-13 Diego Novillo <dnovillo@redhat.com>
2164
2165 Merge from tree-ssa-20020619-branch.
2166
2167 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2168 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2169 (HOST_GMPLIBS): Define.
2170 (HOST_GMPINC): Define.
2171 (TARGET_LIB_PATH): Add libmudflap.
2172 (GFORTRAN_FOR_TARGET): Define.
2173 (configure-build*): Export GFORTRAN.
2174 (configure-gcc): Export GMPLIBS and GMPINC.
2175 (all-gcc): Add maybe-all-libbanshee.
2176 (configure-target-libgfortran): Define.
2177 * Makefile.in: Regenerate.
2178 * configure.in (host_libs): Add libbanshee.
2179 (target_libraries): Add target-libmudflap and target-libgfortran.
2180 Add --with-libbanshee.
2181 Handle --disable-libmudflap.
2182 (*-*-freebsd*): Use with_gmp.
2183 Add $(libgcj) to noconfigdirs.
2184 * configure: Regenerate.
2185 * depcomp: New file.
2186 * MAINTAINERS: Add tree-ssa maintainers.
2187
21882004-04-28 Paolo Bonzini <bonzini@gnu.org>
2189
2190 * config/acx.m4: Fix fastcompare support for new-bootstrap.
2191 * configure: Regenerate.
2192
b8908782
DD
21932004-04-27 Paolo Bonzini <bonzini@gnu.org>
2194
2195 Revert:
2196 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2197
2198 * Makefile.def (flags_to_pass): Remove *dir variables that
2199 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2200 as well as prefix and exec_prefix.
2201 * Makefile.in: Regenerate.
2202
22032004-04-26 Paolo Bonzini <bonzini@gnu.org>
2204
2205 * Makefile.def (host_modules): Mark with the bootstrap
2206 flag packages on which gcc depends.
2207 * Makefile.tpl (all-bootstrap): Use it.
2208 * Makefile.in: Regenerate.
2209
22102004-04-26 Paolo Bonzini <bonzini@gnu.org>
2211
2212 * Makefile.def (flags_to_pass): Remove *dir variables that
2213 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2214 as well as prefix and exec_prefix.
2215 * Makefile.in: Regenerate.
2216
22172004-04-26 Paolo Bonzini <bonzini@gnu.org>
2218
80b200a1
ZW
2219 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2220 * configure: Regenerate.
2221 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2222 * gcc/Makefile.tpl (compare): Use the result of the test.
2223 * gcc/Makefile.in: Regenerate.
b8908782
DD
2224
22252004-04-23 Paolo Bonzini <bonzini@gnu.org>
2226
2227 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2228 Always relocate gcc and prev-gcc to the original names, even
2229 if the build fails.
2230 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2231 New targets.
2232
0f260896
RO
22332004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2234
2235 * configure.in (mips*-*-irix5*): Enable ld.
2236 * configure: Regenerate.
2237
51860f05
JW
22382004-04-15 James E Wilson <wilson@specifixinc.com>
2239
2240 * Makefile.tpl (configure-[+module+], configure-gcc,
2241 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2242 Set and export LDFLAGS.
2243 * Makefile.in: Regenerate.
2244
54752a6b
NN
22452004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2246
2247 PR bootstrap/14871
2248 * Makefile.tpl: If we don't have built-in-tree target tools,
2249 use the ones found by configure rather than hacking around with
2250 program_transform_name.
2251 * configure.in: Give Makefile.tpl the information necessary
2252 to do that.
2253 * Makefile.in: Regenerate.
2254 * configure: Regenerate.
2255
22562004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2257
2258 PR bootstrap/14760
2259 * configure.in: When computing baseargs, strip *all* copies of
2260 offending options. Also, don't match/substitute the trailing space,
2261 so that this actually works when two similar options are separated by
2262 only one space.
2263 * configure: Regenerate.
2264
22652004-04-06 David Edelsohn <edelsohn@gnu.org>
2266
80b200a1
ZW
2267 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2268 (rs6000-*-aix*): Same.
2269 * configure: Regenerate.
54752a6b 2270
5e2b61fb
SS
22712004-03-25 Stan Shebs <shebs@apple.com>
2272
2273 Remove MPW support, no longer used.
2274 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
2275 mpw-install: Remove files.
2276 * src-release (DEVO_SUPPORT): Remove names of removed files.
2277 * MAINTAINERS: Likewise.
2278
1a6f2dc7
NN
22792004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2280
a0049f1b
NN
2281 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2282 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2283 * Makefile.in: Regenerate.
2284
1a6f2dc7
NN
2285 * configure.in (top level bootstrap support): Rework --enable-werror
2286 to set @stage2_werror_flag@.
2287 * configure: Regenerate.
2288 * Makefile.tpl (top level bootstrap support): Pass
2289 @stage2_werror_flag@ down to configure in stages 2 and 3.
2290 * Makefile.in: Regenerate.
2291
920e3419
NN
22922004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2293
2294 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2295 for stages 2 and 3 as well as in make. As a consequence, remove
2296 OUTPUT_OPTION (now detected by configure) from the flags passed down
2297 to make.
2298 * Makefile.in: Regenerate.
2299
2300 * Makefile.tpl (new-bootstrap): Fix typo.
2301 * Makefile.in: Regenerate.
2302
4fa63067
NN
23032004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2304
2305 * Makefile.tpl: Rearrange by moving recursive_targets rules
2306 into their proper sections.
2307 * Makefile.tpl (top level bootstrap support): Move disabling
2308 of coverage flags from 'make' to 'configure'; improve comments.
2309 * Makefile.in: Regenerate.
2310
2311 * Makefile.tpl (experimental top level bootstrap) Move stage1
2312 language setting from all- target to configure- target; disable
2313 intermodule optimization in stage 1; prevent gratuitous rebuilds
2314 of stage 1.
2315 * Makefile.in: Regenerate.
2316 * configure.in: Comma-separate stage 1 language list for top
2317 level bootstrap.
2318 * configure: Regenerate.
2319
2320 * Makefile.tpl: Clean up experimental top level bootstrap support:
2321 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2322 prev-gcc in configure- targets as well as all- targets.
2323 * Makefile.in: Regenerate.
2324
fb8a10fd
NN
23252004-03-17 Paolo Bonzini <bonzini@gnu.org>
2326
2327 * configure.in: Remove symbolic link section.
2328 * configure: Regenerate.
2329 * Makefile.tpl (links): Remove.
2330 * Makefile.in: Regenerate.
2331
947f426e 23322004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 2333 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
2334
2335 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 2336 Set with AC_CHECK_PROGS.
947f426e
NN
2337 * configure.in: Fix comment typo from last patch.
2338 * configure: Regenerate.
2339
1d39f329
NN
23402004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2341
2342 * Makefile.tpl: Introduce experimental top level bootstrap support.
2343 * Makefile.in: Regenerate.
2344 * configure.in: Introduce support for top level bootstrap.
2345 * configure: Regenerate.
2346
4b0ac75d 23472004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 2348 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
2349
2350 PR bootstrap/14522
2351 * configure.in: Cope with shells that do not support unquoted ^
2352 * configure: Regenerate.
2353
2e70b094 23542004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 2355 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
2356
2357 PR bootstrap/14522
2358 * configure.in: Cope with shell that do not support nesting
2359 quotes inside quoted backquote substitutions.
2360 * configure: Regenerate.
2361
23622004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2363
2364 PR bootstrap/14522
2365 * configure.in: Fix escaping of $.
2366 * configure: Regenerate.
2367
9e07f89d
NN
23682004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2369
2370 * configure: Regenerate.
2371
23722004-03-08 Paolo Bonzini <bonzini@gnu.org>
2373
2374 PR ada/14131
2375 Move language detection to the top level.
2376 * configure.in: Find default values for the tools as
2377 soon as possible. Disable ada if GNAT is not found.
2378 Emit error message about missing languages. Expand
2379 --enable-languages=all for the gcc subdirectory.
2380
1712ab83
RS
23812004-03-01 Richard Sandiford <rsandifo@redhat.com>
2382
2383 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2384 and disable libgcj.
2385 * configure: Regenerated.
2386
3dee29da
NN
23872004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2388
2389 PR bootstrap/7087
2390 * Makefile.tpl: Guard XFOO sed statements better.
2391 * Makefile.tpl: Add dependency for configure-target-libada.
2392 * Makefile.in: Regenerate (incidentally fixes broken
2393 commit when libada-branch was merged).
2394
0558264b
AC
23952004-02-28 Andrew Cagney <cagney@redhat.com>
2396
2397 * src-release (CVS_NAMES): Define.
2398 (do-tar, do-tar): Prune $(CVS_NAMES).
2399
c38f9803
AC
24002004-02-23 Andrew Cagney <cagney@redhat.com>
2401
2402 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2403 2004-02-19.09.
2404
55636792
NN
24052004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2406
2407 PR bootstrap/11932
2408 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2409
1e600082
AC
24102004-02-19 Andrew Cagney <cagney@redhat.com>
2411
2412 * config.guess: Update from version 2003-06-12 to 2004-02-16.
2413 * config.sub: Update from version 2003-06-13 to 2004-02-16.
2414
3769cd82
DD
24152004-02-11 David Edelsohn <edelsohn@gnu.org>
2416
2417 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2418 (rs6000-*-aix*): Same.
2419 * configure: Regenerate.
2420
a92834c8
DD
24212004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2422
2423 * configure.in (host): Add in missing $noconfigdirs to defines.
2424 * configure: Regenerate.
2425
a2592b1b
DD
24262004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2427 Nathanael Nerode <neroden@gcc.gnu.org>
2428
2429 PR ada/6637, PR ada/5911
80b200a1 2430 Merge with libada-branch:
a2592b1b
DD
2431 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2432 with appropriate dependencies. Add --enable-libada configure switch.
2433 * configure, Makefile.in: Regenerate.
2434
e31d1ea3
DD
24352004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2436
2437 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2438 * configure: Regenerate.
2439
db85f5c0
JJ
24402004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2441
2442 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 2443
fc434214
DD
24442004-01-23 DJ Delorie <dj@redhat.com>
2445
2446 * Makefile.def (target_modules) [libiberty]: Don't stage.
2447 * Makefile.in: Rebuilt.
2448
ad445c2c 24492004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 2450
ad445c2c
JJ
2451 * COPYING.NEWLIB: Update to include copyrights for new
2452 iconv code.
2453
72bbedde
AC
24542004-01-15 Andrew Cagney <cagney@redhat.com>
2455
2456 * src-release: Update copyright year.
2457 (do-proto-toplev): Configure using i686-pc-linux-gnu.
2458 (NEWLIB_SUPPORT_DIRS): Delete macro.
2459 (newlib.tar.bz2): Delete rule.
2460
a6d6062d
DD
24612004-01-14 Loren J. Rittle <ljrittle@acm.org>
2462
2463 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2464 * Makefile.tpl (configure-target-[+module+]): Support stage.
2465 * Makefile.in: Rebuilt.
2466
f8b73030
MR
24672003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2468
2469 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2470 throughout.
2471
aff0e9df
NN
24722004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2473
bb5dca17
NN
2474 * configure.in: Use ./config.cache, not config.cache.
2475 * configure: Regenerate.
2476 * Makefile.tpl: Special-casing not needed for GCC any more.
2477 * Makefile.in: Regenerate.
2478
82252c06
NN
2479 * configure.in: Don't share a cache file for host dirs.
2480 * configure: Regenerate.
2481
aff0e9df
NN
2482 * config-ml.in: Don't mess with the cache file.
2483
95036d20
NN
24842004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2485
ac7b618e
NN
2486 * Makefile.tpl: Make GCC use a separate config.cache.
2487 * Makefile.in: Regenerate.
2488
95036d20
NN
2489 PR bootstrap/11932, PR bootstrap/11933
2490 (I don't know if it will fix either of them, but it relates
2491 to them.)
2492 * configure.in: Don't use shared config.cache for target
2493 directories.
2494 * configure: Regenerate.
2495
08c1856b
DD
24962003-12-31 Roger Sayle <roger@eyesopen.com>
2497
2498 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2499 * configure: Regenerated.
2500
c1968181 25012003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 2502
c1968181
DD
2503 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2504 * configure: Regenerated.
2505
10ecffb9
NN
25062003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2507
2508 Port change over from GCC:
2509 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2510 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2511 (configure-build-[+module+], configure-[+module+]): Likewise.
2512 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2513 * Makefile.in: Regenerate.
2514
f2ab5990
TF
25152003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2516
2517 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2518 * configure: Regenerate.
2519
41a7d11a
JJ
25202003-11-27 Jeff Johnston <jjohnstn@redhat.com>
2521
80b200a1 2522 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
2523 stdlib.
2524
d9441a1f
DD
25252003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2526
2527 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2528 * Makefile.in: Regenerate.
2529
3a48a978
DD
25302003-10-20 Phil Edwards <phil@codesourcery.com>
2531
2532 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2533 * configure: Regenerate.
2534
f0b24077
NN
25352003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2536
2537 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2538 HOST_FLAGS_TO_PASS.
2539 * Makefile.in: Regenerate.
2540
5fbad20a
DD
25412003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2542
2543 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2544 * configure: Rebuilt
2545 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2546 * Makefile.in: Rebuilt
2547
78be4155
L
25482003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2549
2550 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2551
051fcc7a
L
25522003-10-01 Phil Edwards <pme@gcc.gnu.org>
2553
2554 * config-ml.in: Use ac_configure_args directly instead of
2555 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2556 actually seen.
2557
25582003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2559
2560 * config-ml.in: Propagate INSTALL variables.
2561
f27d4f92
DJ
25622003-09-21 Daniel Jacobowitz <drow@mvista.com>
2563
2564 * configure.in: Pass a computed --program-transform-name
2565 to subconfigures.
2566 * configure: Regenerated.
2567
cae4d560
NN
25682003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2569
2570 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2571 * Makefile.in: Regenerate.
2572
2573 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2574 * Makefile.in: Regenerate.
2575
8ff944f6
DJ
25762003-09-17 Daniel Jacobowitz <drow@mvista.com>
2577
2578 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2579 quoting.
2580 * configure: Regenerated.
2581
d9a35680
MC
25822003-09-12 Michael Chastain <mec@shout.net>
2583
2584 Fix PR gdb/857.
2585 * src-release (do-proto-topleve): Remove junk files
2586 intl/config.cache, intl/config.status,
2587 intl/config.h, intl/stamp-h.
2588
710068b9
AC
25892003-09-14 Andrew Cagney <cagney@redhat.com>
2590
2591 * src-release (dejagnu.tar): New target.
2592 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2593 (do-djunpack): Use $(PACKAGE) for the package name.
2594
e1008165
DD
25952003-09-04 DJ Delorie <dj@redhat.com>
2596
2597 * configure: Regenerate.
2598
21998d12
NC
25992003-09-04 Robert Millan <robertmh@gnu.org>
2600
2601 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 2602
ccca4bb3
DD
26032003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2604
2605 * configure.in: Ensure arguments to sed are properly spaced.
2606 * configure: Regenerate.
2607
ee949b5e
DJ
26082003-08-28 Daniel Jacobowitz <drow@mvista.com>
2609
2610 Merge from gcc:
2611 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2612 * install-sh: Update to newer upstream versions (associated with
2613 aclocal 1.7).
2614 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2615
75addda2
DJ
26162003-08-27 Daniel Jacobowitz <drow@mvista.com>
2617
2618 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2619 * configure: Regenerated.
2620
8d2877d8
NN
26212003-08-23 Phil Edwards <pme@gcc.gnu.org>
2622
2623 * configure.in: Use newline instead of semicolon when assuming
2624 shell arguments in a for loop.
2625 * configure: Regenerated.
2626
d2cc0e0d
GK
26272003-08-20 Geoffrey Keating <geoffk@apple.com>
2628
2629 PR 8180
2630 * configure.in: When testing with_libs and with_headers, treat
2631 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2632 * configure: Regenerate.
80b200a1 2633
d2cc0e0d
GK
2634 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2635 make, shell, etc.
2636 (baseargs): Likewise.
2637 * configure: Regenerate.
2638
04d1ab34
GK
26392003-08-19 Geoffrey Keating <geoffk@apple.com>
2640
2641 * configure.in: Disable libgcj for darwin not on powerpc.
2642 * configure: Rebuild.
2643
ca506da8
MC
26442003-08-15 Michael Chastain <mec@shout.net>
2645
2646 * src-release (do-proto-toplev): Remove junk files
2647 dejagnu/example/calc/config.status,
2648 dejagnu/example/calc/config.log.
2649
a4aa3f49
DD
26502003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2651
2652 * config-ml.in, symlink-tree: Add license.
2653
ede4fbe4
NN
26542003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
2655
2656 Merge from gcc:
2657
2658 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2659 * Makefile.tpl (check, check-c++): Express dependencies using
2660 dependencies rather than commands.
2661 * Makefile.in: Regenerate.
2662
2663 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2664 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2665 * Makefile.in: Update.
2666
970f29af
AC
26672003-08-01 Andrew Cagney <cagney@redhat.com>
2668
2669 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2670 * configure: Ditto.
2671
b2884a0c
DD
26722003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2673
2674 * configure.in: Enable libgcj for darwin.
2675 * configure: Rebuild.
2676
c07f46a4
NN
26772003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
2678
2679 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2680
9175bfc0
NN
26812003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2682
2683 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2684 creating target and build subdirs to build all parent dirs as needed.
2685 * Makefile.in: Rebuild.
2686 * configure.in: Don't build dirs explicitly here.
2687 * configure: Rebuild.
2688
b9abda6a
AO
26892003-07-22 Alexandre Oliva <aoliva@redhat.com>
2690
2691 * Makefile.tpl (all-make): Depend on intl.
2692 * Makefile.in: Rebuilt.
2693
eef8ffd4
NN
26942003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2695
2696 * config.if: Remove unused libc_interface determination.
2697
295efaf0
NN
26982003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2699
2700 * Makefile.in: Regenerate, correctly this time.
2701
e5c3f801
NN
27022003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2703
2704 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2705 unused INSTALL_PROGRAM_ARGS.
2706 * configure.in: Use AC_PROG_INSTALL.
2707 * Makefile.in: Regenerate.
2708 * configure: Regenerate.
2709
4a18bd6b
AO
27102003-07-10 Alexandre Oliva <aoliva@redhat.com>
2711
2712 * configure: Rebuilt.
2713 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2714 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2715 newlib nor libgloss.
2716 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2717 * configure.in (am33_2.0-*-linux*): Added.
2718
fbd1054d
BW
27192003-07-09 Bob Wilson <bob.wilson@acm.org>
2720
2721 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2722 * configure: Regenerate.
2723
b40e3958
L
27242003-07-06 H.J. Lu <hongjiu.lu@intel.com>
2725
2726 * config-ml.in: Replace PWD with PWD_COMMAND.
2727 * Makefile.tpl: Likewise.
2728 * Makefile.in: Regenerated.
2729
4a5be7ba
NN
27302003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2731
2732 * configure.in: Clean up config-lang.in handling. Delete
2733 useless assignment to "subdirs".
2734 * configure: Regenerate.
2735
9c14acb8
NN
27362003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2737
2738 * configure.in: Rename 'target_libs' to 'target_libraries'.
2739 Remove useless reference to 'target_libs'.
2740 * configure: Regenerate.
2741
8f32e830
KS
27422003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2743
2744 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2745 * Makefile.in: Regenerate.
2746
12f0bd74
NN
27472003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2748
2749 * Makefile.def: Introduce flags_to_pass.
2750 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2751 * Makefile.in: Regenerate.
2752
b07c2aad
HPN
27532003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2754
2755 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2756 and target-libgloss.
2757 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2758 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 2759 * configure: Regenerate.
b07c2aad 2760
56f25033
DD
27612003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2762
2763 * configure.in: Update testsuite_flags to new location.
2764 * configure. Regenerate.
80b200a1 2765
4ec9a3b2
NN
27662003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2767
2768 * Makefile.tpl: Remove BUILD_CC stuff.
2769 * Makefile.in: Regenerate.
2770
059083b1 27712003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 2772
059083b1
L
2773 * config.guess: Update to 2003-06-12 version.
2774 * config.sub: Update to 2003-06-13 version.
2775
535b046a
TS
27762003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2777
2778 * MAINTAINERS: Add myself as MIPS co-maintainer.
2779
00c22daa 27802003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 2781
00c22daa
L
2782 * config.guess: Update to 2003-06-06 version.
2783 * config.sub: Update to 2003-06-06 version.
2784
1047cb91
DD
27852003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2786
2787 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2788 * configure. Regenerate.
2789
123494c8
NN
27902003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2791
1047cb91
DD
2792 * configure.in: Disable serial configure by default.
2793 * configure: Regenerate.
2794 * Makefile.tpl: Abolish .NOTPARALLEL.
2795 * Makefile.in: Regenerate.
2796
7f121bbf
NN
2797 * Makefile.tpl: Replace {build,host,target}_canonical by
2798 {build,host,target}.
2799 * Makefile.in: Regenerate.
2800
123494c8
NN
2801 * Makefile.tpl: Fix stupid pasto.
2802 * Makefile.in: Regenerate.
2803
ec7e0995
NN
28042003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2805
2806 * Makefile.tpl: Remove bogus conditional.
2807 * Makefile.in: Regenerate.
2808
27b1cc72
NN
28092003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2810
2a4cbe27
NN
2811 * Makefile.tpl: Make 'recursive targets' using autogen rather
2812 than shell loop. Remove duplicate 'clean' targets and false
2813 comments.
2814 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2815 Add systematic method of specifying missing targets in subdirs.
2816 Add copyright boilerplate.
2817 * Makefile.in: Regenerate.
2818 * configure.in: Add 'recursive targets' to maybe list.
2819 * configure: Regenerate.
2820
27b1cc72
NN
2821 * Makefile.tpl: Rename [+target+] to [+make_target+].
2822 * Makefile.def: Rename 'target' to 'make_target'.
2823
01e51bd0
NC
28242003-05-30 Nick Clifton <nickc@redhat.com>
2825
2826 * README-maintainer-mode: Update URL for locating blessed config
2827 tools.
2828
2fd84b42
NC
28292003-05-29 Robert Millan <rmh@debian.org>
2830
2831 * ltconfig: Import this patch and modify for use with current
2832 version of ltconfig:
2833
2834 2003-05-21 Bruno Haible <bruno@clisp.org>
2835
2836 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2837 GNU/FreeBSD.
2838
8945c6bb
DD
28392003-05-28 DJ Delorie <dj@redhat.com>
2840
2841 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2842 * Makefile.in: Regenerate.
2843
2f9632a1
JJ
28442003-05-28 Jeff Johnston <jjohnstn@redhat.com>
2845
80b200a1 2846 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 2847
3a12db16 28482003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 2849
3a12db16
DD
2850 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2851 newlib or libgloss.
2852 * Makefile.in: Regenerate.
2853
44482353
DD
28542003-05-21 DJ Delorie <dj@redhat.com>
2855
2856 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2857 * Makefile.in: Regenerate.
2858
fec2c52d
MR
28592003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2860
2861 * configure.in: Use curly braces in the definition of tooldir.
2862 * configure: Regenerate.
2863
16ae0395
NN
28642003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2865
2866 * configure.in: Switch more things to use maybe dependencies.
80b200a1 2867 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
2868 Factor out common code from autogen IF statements.
2869 * configure: Regenerate.
2870 * Makefile.in: Regenerate.
2871
ec11bdc6
DD
28722003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2873
2874 * configure.in: Accept i[3456789]86 for machine type.
2875 * configure: Regenerate.
2876
dd12c3a8
NN
28772003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2878
2879 * configure.in: Switch more things to use maybe dependencies.
2880 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2881 * configure: Regenerate.
2882 * Makefile.tpl: Switch more things to use maybe dependencies.
2883 * Makefile.in: Regenerate.
2884
cf662e21
AJ
28852003-05-16 Andreas Schwab <schwab@suse.de>
2886
2887 * Makefile.tpl (install-opcodes): Define.
2888 * Makefile.in: Rebuild.
2889
5481b376
AJ
28902003-05-13 Andreas Jaeger <aj@suse.de>
2891
2892 * config.guess: Update to 2003-05-09 version.
2893 * config.sub: Update to 2003-05-09 version.
2894
3959a22a
AJ
28952003-05-13 Michael Eager <eager@mvista.com>
2896
2897 * configure.in: Correct sed script so that options in quotes are not
2898 deleted.
2899 * configure: Rebuild.
2900
564b43e5
CV
29012003-05-12 Corinna Vinschen <corinna@vinschen.de>
2902
2903 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2904 and $$s/newlib/libc/sys/cygwin32 include paths.
2905 * configure: Ditto.
2906
bb947dc9
L
29072003-05-05 H.J. Lu <hjl@gnu.org>
2908
2909 * config-ml.in: Restored from gcc repository.
2910
77f7441a
CD
29112003-05-02 Chris Demetriou <cgd@broadcom.com>
2912
80b200a1
ZW
2913 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2914 * Makefile.in: Regenerate.
77f7441a 2915
a26d7085
DJ
29162003-04-27 Daniel Jacobowitz <drow@mvista.com>
2917
2918 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2919 and Makefile.def.
2920
e4c4d240
DJ
29212003-04-27 Daniel Jacobowitz <drow@mvista.com>
2922
2923 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2924 * Makefile.in: Regenerated.
2925
62a3fc85
DD
29262003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2927
2928 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2929 * Makefile.in: Regenerate.
2930
29312003-04-18 Jakub Jelinek <jakub@redhat.com>
2932
2933 * configure.in (powerpc64*-*-linux*): Remove.
2934 * configure: Rebuilt.
2935
5b474aa8
DD
29362003-04-17 Phil Edwards <pme@gcc.gnu.org>
2937
2938 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2939 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2940 and restrap.
2941 * Makefile.in: Regenerate.
2942
29432003-04-16 Richard Earnshaw <rearnsha@arm.com>
2944
2945 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2946 * configure: Regenerated.
2947
bc295afe
AO
29482003-04-11 Alexandre Oliva <aoliva@redhat.com>
2949
2950 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2951 * */configure: Rebuilt.
2952
3728fade
NN
29532003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2954
2955 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2956 * Makefile.in: Regenerate.
2957
ce5b542e
MC
29582003-03-14 Michael Chastain <mec@shout.net>
2959
2960 * Makefile.in: Regenerate with correct Makefile.def.
2961
3db0a37f
NN
29622003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2963
2964 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2965 Make macro.
2966 * Makefile.in: Regenerate.
2967 * configure.in: Clean up gxx_include_dir logic.
2968 * configure: Regenerate.
2969
34349c6e
DD
29702003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2971
2972 * configure.in (gxx_include_dir): Fix typo.
2973 * configure: Regenerated.
2974
686c28c9
AC
29752003-03-06 Andrew Cagney <cagney@redhat.com>
2976
2977 * texinfo/texinfo.tex: Import version 2003-02-03.16.
2978
bba45b8b 29792003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 2980
bba45b8b
NN
2981 * configure.in: Include $(build_tooldir)/sys-include in
2982 FLAGS_FOR_TARGET.
2983 * configure: Regenerated.
2984
2683747f
NN
29852003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2986
bba45b8b
NN
2987 * Makefile.tpl: Reindent.
2988 * Makefile.in: Regenerate.
2989 * configure.in: Reindent. Don't set unused variables.
2990 * configure: Regenerate.
2991
2683747f
NN
2992 * Makefile.tpl: Always pass down RANLIB.
2993 * Makefile.in: Regenerate.
2994
2995 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2996 * Makefile.in: Regenerate.
2997 * configure.in: Remove unused logic relating to --enable-shared
2998 and --enable-threads. Remove bogus comments. Remove redundant
2999 noconfigdirs.
3000 * configure: Regenerate.
3001
3002 * configure.in: Replace ${libstdcxx_version} by its value.
3003 Remove reference to mh-dgux.
3004 * configure: Regenerate.
3005
50212802
NN
30062003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3007
3008 * Makefile.tpl: Rearrange.
3009 * Makefile.in: Regenerate.
3010
a6be7fc6
NC
30112003-02-25 Nick Clifton <nickc@redhat.com>
3012
3013 * configure: Remove site-file supprot - it is obsolete.
3014
f8a495c8
NC
30152003-02-24 Uwe Stieber <uwe@wwws.de>
3016
3017 * configure.in: Add support for kaOS as cross build target system.
3018 * configure: Regenerated.
3019
3decd77d
DD
30202003-02-20 Sean McNeil <sean@blue.mcneil.com>
3021
3022 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3023 configure-target-* as some target builds may require additional
3024 flags for preprocessor tests.
3025 * Makefile.in: Regenerated.
3026
f4ff34a3
AO
30272003-02-19 Alexandre Oliva <aoliva@redhat.com>
3028
3029 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3030 * ltconfig: Handle it.
3031 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3032 auto-detecting it.
3033
b7e4a931
AO
30342003-02-19 Alexandre Oliva <aoliva@redhat.com>
3035
3036 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3037 it is used as argument to $CC.
3038 * ltcf-gcj.sh: Likewise.
3039
6b784d9f
AO
30402003-02-19 Alexandre Oliva <aoliva@redhat.com>
3041
3042 * configure.in: Introduce --enable-maintainer-mode.
3043 * configure: Rebuilt.
3044 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3045 for maintainer mode.
3046 * Makefile.in: Rebuilt.
3047
8bcd8a07
AC
30482003-02-19 Andrew Cagney <ac131313@redhat.com>
3049
3050 * configure: Regenerate using autoconf 2.13.
3051
ee3fd329
AM
30522003-02-19 Alan Modra <amodra@bigpond.net.au>
3053
3054 * config.guess: Import latest version.
3055 * config.sub: Import latest version.
3056
e9e45685
JM
30572003-02-18 Jason Merrill <jason@redhat.com>
3058
3059 * Makefile.tpl (check-c++): Allow parallelism.
3060
859789af
AC
30612003-02-17 Andrew Cagney <ac131313@redhat.com>
3062
3063 * configure: Regenerate using autoconf 000227.
3064
b3f16a9b
GK
30652003-02-15 Geoffrey Keating <geoffk@apple.com>
3066
3067 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3068 don't configure target-libobjc.
3069 * configure: Regenerate.
3070
72e60e02
DD
30712003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3072
3073 * Makefile.tpl (RANLIB): Define.
3074 * Makefile.in: Regenerate.
3075
91f0e695
KS
30762003-02-06 Keith R Seitz <keiths@redhat.com>
3077
3078 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3079 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3080 * Makefile.in: Regenerated.
3081 * configure.in: Remove all traces of snavigator, db, and grep.
3082 * configure: Regenerated.
3083
122bfa92
FCE
30842003-01-31 Frank Ch. Eigler <fche@redhat.com>
3085
3086 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3087 * Makefile.in: Regenerated.
3088
264095c3
AO
30892003-01-30 Alexandre Oliva <aoliva@redhat.com>
3090
3091 * config.if: Copy from GCC.
3092
a84dbcb3
AO
30932003-01-27 Phil Edwards <pme@gcc.gnu.org>
3094
3095 * configure.in: Revert 24Jan change.
3096 * configure: Regenerate.
3097
19618276
NN
30982003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3099
3100 * configure.in: Revert previous change.
3101 * configure: Regenerate.
3102
b7f27a92
NN
31032003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3104
3105 * configure.in: Make rda native-only.
3106 * configure: Regenerate.
3107
83326456
NN
31082003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3109
3110 * configure.in: Add missing \.
3111 * configure: Rebuilt.
3112
5e367fa5
JJ
31132003-01-17 Jakub Jelinek <jakub@redhat.com>
3114
3115 * configure.in (baseargs): Avoid using \| in sed regular
3116 expressions.
3117 * configure: Rebuilt.
3118
e01f337c
JJ
31192003-01-16 Jakub Jelinek <jakub@redhat.com>
3120
3121 * configure.in (baseargs): Remove all supported forms of
3122 --cache-file, --srcdir, --host, --build and --target options
3123 from argument lists.
3124 * configure: Rebuilt.
3125
aa236487
AO
31262003-01-15 Alexandre Oliva <aoliva@redhat.com>
3127
3128 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3129 * configure: Rebuilt.
3130
586c0873
NN
31312003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3132
3133 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3134 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3135 * Makefile.in: Regenerate.
3136 * configure: Regenerate.
3137
497f816e
DD
31382003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3139
3140 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3141 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3142 * Makefile.in: Regenerate.
3143
bfbe5519
AO
31442003-01-09 Alexandre Oliva <aoliva@redhat.com>
3145
3146 * configure.in: Remove Makefile in build, host and target modules
3147 unless configure was run with --no-recursion.
3148 * configure: Rebuilt.
3149
3f234ef5
CD
31502003-01-08 Chris Demetriou <cgd@broadcom.com>
3151
3152 * config.guess: Update to 2003-01-03 version.
3153 * config.sub: Update to 2003-01-03 version.
3154
a3982d48
CF
31552003-01-07 Christopher Faylor <cgf@redhat.com>
3156
3157 * configure: Regenerate with proper autoconf 2.13.
3158
75778ec4
CF
31592003-01-07 Christopher Faylor <cgf@redhat.com>
3160
80b200a1
ZW
3161 * configure.in: Add AC_PREREQ for consistency.
3162 * configure: Regenerate.
75778ec4 3163
c180f501
AC
31642003-01-06 Andrew Cagney <ac131313@redhat.com>
3165
3166 * configure.in (GDB_TK): Add tcl directories conditional on
3167 gdb/gdbtk directory being present.
3168 * configure: Regenerate.
5481b376 3169
46ca2cc2
DA
31702003-01-04 John David Anglin <dave.anglin@nrc.ca>
3171
3172 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3173 by gcc if LD is not defined and we are not doing a Canadian Cross.
3174 * configure: Rebuilt.
3175
53dd8dab
DJ
31762003-01-01 Daniel Jacobowitz <drow@mvista.com>
3177
3178 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3179
50ceb20c
TT
31802002-12-31 Tom Tromey <tromey@redhat.com>
3181
3182 * Makefile.in: Rebuilt.
3183 * Makefile.def (target_modules) [libffi]: Allow installation.
3184
e78b5cfe
AS
31852002-12-31 Andreas Schwab <schwab@suse.de>
3186
3187 * configure.in: Fix use of $program_transform_name.
3188 * configure: Regenerated.
3189
67448102
DJ
31902002-12-30 Daniel Jacobowitz <drow@mvista.com>
3191
3192 * configure.in (baseargs): Don't remove first configure argument.
3193 * configure: Regenerated.
3194
e6bfb94a
AO
31952002-12-29 Alexandre Oliva <aoliva@redhat.com>
3196
3197 * Makefile.tpl (local-distclean): Don't remove...
3198 (multilib.ts): ... this. Moved into...
3199 (multilib.out): ... this. Don't use sub-make.
3200 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3201 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3202 (configure-build-[+module+], configure-[+module+],
3203 configure-target-[+module+], configure-gcc): ... these. Test
3204 for Makefile existence. Drop config.status from dependencies.
3205 * Makefile.in: Rebuilt.
3206 * configure.in: Move gcc-version-trigger to the end of
3207 ac_configure_args. Add comments to maybedep.tmp and
3208 serdep.tmp. Introduce --disable-serial-configure. Remove
3209 nonopt from baseargs, matching and removing corresponding
3210 whitespace while at it.
3211 * configure: Rebuilt.
3212
8f0dfb36
AO
32132002-12-28 Alexandre Oliva <aoliva@redhat.com>
3214
3215 * configure.in (host_configargs): Replace reference to
3216 no-longer-defined buildopts with --build=${build_alias}.
3217 * configure: Rebuilt.
3218
43be203f
AO
32192002-12-28 Alexandre Oliva <aoliva@redhat.com>
3220
3221 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3222 program_transform_name to standard idiom.
3223 (AUTOGEN, AUTOCONF): Define.
3224 (Makefile.in): Use $(AUTOGEN).
3225 (Makefile): Depend on config.status, and use autoconf-style rule to
3226 build it. Move original commands to...
3227 (config.status): ... this new target.
3228 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3229 $(AUTOCONF).
3230 * Makefile.in: Rebuilt.
3231
a0da8069
NN
32322002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3233
d18f1c9f
NN
3234 * Makefile.tpl: Fix dramatic bustage due to change in
3235 program_transform_name.
3236 * Makefile.in: Regenerate.
3237
3238 * configure.in: Remove unnecessary PATH setting.
3239 * configure: Regnerate.
3240
3241 * configure.in: Don't default to unprefixed tools unless
3242 the native tools will work.
3243 * configure: Regenerate.
3244
a0da8069
NN
3245 * configure.in: Convert to autoconf script. Blow away lots
3246 of now-redundant Makefile fragments.
3247 * configure: Generate using Autoconf.
3248 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3249 * Makefile.in: Regenerate.
3250
c567df0a
NN
32512002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3252
5481b376 3253 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
3254 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3255
5481b376 3256 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 3257 where they belong.
2c7f9a32 3258
2dabcfb4
AS
32592002-12-24 Andreas Schwab <schwab@suse.de>
3260
3261 * Makefile.tpl (multilib.out): Fix missing space.
3262 * Makefile.in: Regenerate.
3263
1086bc09
NN
32642002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3265
3266 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3267 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3268 * Makefile.in: Regenerate.
3269 * configure.in: Remove unnecessary leftovers.
3270
1086bc09
NN
32712002-12-21 Geoffrey Keating <geoffk@apple.com>
3272
3273 * configure.in (extra_ranlibflags_for_target): New variable.
3274 (*-*-darwin): Add -c to ranlib commands.
3275 * configure (tooldir): Handle extra_ranlibflags_for_target.
3276
14e9ca95
JJ
32772002-12-20 Jeff Johnston <jjohnstn@redhat.com>
3278
3279 * COPYING.NEWLIB: Updated.
3280 * COPYING.LIBGLOSS: Ditto.
3281
14c428fb
NN
32822002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3283
3284 * Makefile.tpl: Revert HJL's change.
3285 * Makefile.in: Regenerated.
3286 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3287 always.
3288
313b8244
AS
32892002-12-19 Andreas Schwab <schwab@suse.de>
3290
3291 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3292 * Makefile.in: Regenerate.
3293
efeae3db
L
32942002-12-18 H.J. Lu <hjl@gnu.org>
3295
3296 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3297 * Makefile.in: Regenerated.
3298
3299 * configure.in (build_prefix): New. Substitute.
3300
43d92c63
NN
33012002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3302
59da4fe6
NN
3303 * Makefile.tpl: Don't let real targets depend on phony targets.
3304 * Makefile.in: Regenerate.
3305
43d92c63
NN
3306 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3307 * Makefile.in: Regenerate.
3308
b72e6a2d
JM
33092002-12-16 Jason Merrill <jason@redhat.com>
3310
3311 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3312 previous 'make bootstrap'.
3313 * Makefile.in: Regenerate.
3314
95c72c44
HPN
33152002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3316
3317 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3318
7d695d07
JM
33192002-12-13 Jason Merrill <jason@redhat.com>
3320
3321 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
3322 library tests.
3323 (check-c++): Just depend on it and check-target-libstdc++-v3.
3324 * Makefile.in: Regenerate.
3325
54103d1e
NN
33262002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3327
3328 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3329 * Makefile.in: Regenerate.
3330
4024f1e1
JJ
33312002-12-12 Jeff Johnston <jjohnstn@redhat.com>
3332
80b200a1
ZW
3333 * COPYING.NEWLIB: Update list of alternate Regent of California
3334 licenses and discuss official revoking of advertising clause.
3335 * COPYING.LIBGLOSS: Ditto.
4024f1e1 3336
7dda0df6
AO
33372002-12-12 Alexandre Oliva <aoliva@redhat.com>
3338
3339 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3340 * Makefile.in: Rebuilt.
3341
d03be79e 33422002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 3343
929293f4
NN
3344 * configure: Fix bug put in by gremlins.
3345
d03be79e
NN
3346 * Makefile.tpl: Substitute more autoconfily.
3347 * configure: Substitute more autoconfily.
3348 * Makefile.in: Regenerate.
3349
33502002-12-08 Andrew Cagney <ac131313@redhat.com>
3351
3352 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3353 * Makefile.in (all-sim): Ditto.
a36d530e
DD
3354
33552002-12-06 DJ Delorie <dj@redhat.com>
3356
3357 * Makefile.tpl: Change configure dependencies to not have real
3358 targets depend on phony targets.
b4a77b47 3359
db1ac78d
NN
33602002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3361
bcaf2395
NN
3362 * configure.in: Revert unintentional change.
3363
b4fa093e
NN
3364 * src-release: Configure host subdirs.
3365
db1ac78d
NN
3366 * Makefile.tpl: Change dependency for */multilib.out so that
3367 it works when gcc isn't in the tree.
3368
3369 * configure.in: Substitute more.
3370 * configure: Run subconfigures from the Makefile.
3371 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3372 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3373
15723a45
NN
33742002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3375
e2b9e2dc
NN
3376 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3377 and corresponding dependencies.
3378 * Makefile.in: Regenerate.
3379
2af579c4
NN
3380 * configure.in (host_tools): Order binutils, gas and ld for
3381 convenience in running the testsuites.
3382
a2cc058a
NN
3383 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3384 * Makefile.in: Regenerate.
3385 * configure.in: Introduce rules to serialize subconfigure runs.
3386
15723a45
NN
3387 * configure.in: Introduce BASE_CC_FOR_TARGET.
3388 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3389 Realize configure-build-* targets. Realize configure-target-* targets.
3390 * Makefile.in: Regenerate.
3391
ae831be5
NN
33922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3393
3394 * configure: Move gcc_version_trigger stuff from here...
3395 * configure.in: ...to here.
3396
3397 * configure.in: Separate subconfigure options added by this file from
3398 options given by the user. Add machinery to put args for host
3399 subconfigures into the Makefile.
3400
3401 * Makefile.tpl: Remove 'vault' targets.
3402 * Makefile.tpl: Reorder and comment dependencies.
3403 * Makefile.in: Regenerate.
3404
bbf7c8ac
NN
34052002-11-28 Geoffrey Keating <geoffk@apple.com>
3406
3407 * configure.in: Move host-specific darwin noconfigdirs into
3408 the host-specific section.
3409
930314a4
NN
34102002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3411
52d7cdee
NN
3412 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
3413 during replay.
3414 * Makefile.in: Regenerate.
3415
930314a4
NN
3416 (finishing slow-motion replay)
3417 * configure: Remove skip-this-dir support.
3418 * Makefile.tpl: Remove skip-this-dir support.
3419
3420 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3421 subdirectories.
3422 * Makefile.in: Regenerate.
3423
3424 * Makefile.tpl: Strip out useless setting of 'dir'.
3425 * Makefile.in: Regenerate.
5481b376 3426
930314a4
NN
34272002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3428
3429 (finishing slow-motion replay)
3430 * configure.in: Fix deeply stupid bug.
3431
3432 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3433 shell code in CXX_FOR_TARGET
3434 * Makefile.def: Introduce raw_cxx.
3435 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3436 RAW_CXX_FOR_TARGET.
3437 * Makefile.in: Regenerate.
3438
34392002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3440
3441 (finishing slow-motion replay)
3442 * Makefile.tpl: Remove unnecessary ifs.
3443 * Makefile.in: Regenerate.
3444
5481b376 3445 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3446 dependencies. Maybe-ize build-libiberty. Create dummy install
3447 targets for 'no_install' modules.
5481b376 3448 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 3449 build_modules stuff to configure.in.
5481b376 3450 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3451 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3452 * Makefile.in: Regenerate.
3453
3866be5d
NN
34542002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3455
3456 (continuing slow-motion replay)
3457 * Makefile.tpl: Make all-target, install-target behave similarly
3458 to all, install (only hitting configured targets). Eliminate
3459 unused macro defintions.
3460
3461 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3462 build != host.
3463
3464 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3465
3466 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3467
5481b376 3468 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
3469 configuring. Remove references to "dosrel".
3470 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 3471 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 3472 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 3473 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
3474 and redundant dependency; rearrange slightly.
3475 * Makefile.def: Add host-side libtermcap, utils.
3476
3477 * Makefile.in: Regenerate.
3478
e393202e
NN
34792002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3480
3481 (Continuing slow-motion replay)
3482 * Makefile.def: Add list of recursive targets to autogenerate.
3483 Add build_modules.
3484 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3485 targets. Autogenerate *-build-* targets.
3486 * Makefile.in: Regenerate.
3487
583d52d7
NN
34882002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3489
3490 (Continuing slow-motion replay)
3491 * configure: More autoconf-style substitutions.
3492 * Makefile.tpl: More autoconf-style substitutions.
3493 * Makefile.in: Regenerate.
3494
34952002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3496
3497 (Continuing slow-motion replay)
3498 * configure: Substitute more variables in a more autoconf-friendly
3499 way. Simplify slightly.
3500 * Makefile.tpl: Make more variables substitutable in an
3501 autoconf-friendly way.
3502 * Makefile.in: Regenerate.
3503
874e38b4
NN
35042002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3505
3506 (Continuing slow-motion replay)
3507 * configure.in (v810*): Remove special setting of tools.
3508
3509 * configure: Add support for extra required flags for ar or nm.
3510 * configure.in (aix4.3+): Use above support for target-specific
3511 issues, rather than using config/mt-aix43.
3512
852e5f18
NN
35132002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3514
3515 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3516 * configure: Remove 'removing', which doesn't work. Replace $subdir
3517 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3518 with $srcdir. Reformat indentation. Substitute some variables
3519 formerly hard-coded in the Makefile for build=host.
3520 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3521 * Makefile.def: Autogenerate more.
3522 * Makefile.in: Regenerate.
3523
c9a0d920
DD
35242002-11-13 Bruce Korb <bkorb@gnu.org>
3525
3526 * Makefile.tpl: syntactic cleanup
3527
dd2768ff
KB
35282002-11-04 Kevin Buettner <kevinb@redhat.com>
3529
3530 * Makefile.def (host_modules): Add rda.
3531 * Makefile.in: Regenerate.
3532 * configure.in (target_tool): Add target-rda to list.
3533
1aa8389d
DD
35342002-10-25 Phil Edwards <pme@gcc.gnu.org>
3535
3536 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3537 and restrap targets to this rule.
3538 * Makefile.in: Regenerate.
3539
28f46298
HPN
35402002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3541
3542 * configure.in (i[3456]86-*-linux*): Add check to disable
3543 ${libgcj} for glibc1.
3544
ff72e302
NC
35452002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3546
3547 * configure.in: Add tic4x target.
3548
8607b6c9
NN
35492002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3550
3551 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3552 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3553 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3554 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3555 * Makefile.in: Regenerate.
3556
f8f61f4a
NN
35572002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3558
c86f794b
NN
3559 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3560 * Makefile.in: Regenerate.
3561
a9590527
NN
3562 * Makefile.def: Remove order dependency comments.
3563 * Makefile.tpl: Add explicit install-install dependencies.
3564 * Makefile.in: Regenerate.
3565
8412ce72
NN
3566 * Makefile.tpl: Remove material now in src-release. (Finally!)
3567 * Makefile.in: Regenerate.
3568
8b9f37f1
NN
3569 * configure: Restore my original patch by syncing with gcc version.
3570
f8f61f4a
NN
3571 * Bring following over from gcc:
3572
35732002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3574
3575 * configure.in (s390*-*-linux*): Enable libgcj.
3576
403d9505
NN
35772002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3578
3579 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
3580
95f6f383
AM
35812002-10-02 Alan Modra <amodra@bigpond.net.au>
3582
e4673b0a 3583 * configure: Move stray lines back to where they belong.
95f6f383 3584
748503c8
NN
35852002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
3586
a581b5c3
NN
3587 * Makefile.tpl: Insert configure-target target, for src-release.
3588
c084f5b4
NN
3589 * configure: Finish reverting change which Andrew Cagney started
3590 reverting. Should fix bustage.
3591
7aa673ed 3592 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
3593 * src-release: New file. Contains material for making net
3594 releases for gdb, binutils, et al., formerly in Makefile.in.
3595
82a9b2d9
NC
35962002-09-30 Nick Clifton <nickc@redhat.com>
3597
3598 * cpu: New top level directory. Intended to hold input files for
3599 CGEN which have FSF copyright assignment.
3600 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3601
c2463a00
AC
36022002-09-29 Andrew Cagney <ac131313@redhat.com>
3603
3604 Revert below (note that src does not contain Makefile.tpl):
3605 * Makefile.tpl: Make subsituted variables more autoconfy.
3606 * Makefile.in: Regenerate.
3607
f03b4789
NN
36082002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3609
c11e16a9
NN
3610 * configure: Revert accidentally applied changes.
3611
f03b4789
NN
3612 * Makefile.tpl: Make more autoconf-friendly.
3613 * Makefile.in: Regenerate.
3614 * configure: Make substitution more autoconf-like.
3615
36162002-09-28 Richard Earnshaw <rearnsha@arm.com>
3617
3618 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3619 single entry to handle all these.
3620 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3621 libjava on arm-*-elf.
3622
c0292023
GK
36232002-09-27 Geoffrey Keating <geoffk@apple.com>
3624
3625 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3626 things that depend on them.
3627
c66d951e
NN
36282002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3629
3630 * Makefile.tpl: Make subsituted variables more autoconfy.
3631 * Makefile.in: Regenerate.
3632 * configure: Make seds more autoconfy.
3633
907a7241 36342002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
3635
3636 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3637 * Makefile.in: Regenerate.
3638 * configure.in: Rewrite sed statements to look autoconfy.
3639
907a7241
NN
3640 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3641 all-target-foo on configure-target-foo.
3642 * Makefile.def: Ditto.
3643 * Makefile.in: Rebuild.
3644
405ea7a0
NN
36452002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3646
3647 * Makefile.def: New file.
3648 * Makefile.tpl: New file.
3649 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3650
3651 * configure.in: Minor rearrangement. Simplify tests.
3652
bdc57bfd
JT
36532002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
3654
3655 * configure.in (with_headers): Skip copy if value is "yes".
3656 (with_libs): Likewise.
3657
ae03d6e2
NN
36582002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3659
3660 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3661 * configure.in (sh*-*-pe*): Ditto.
3662 * configure.in (mips*-*-pe*): Ditto.
3663 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
3664
3665 * configure.in: Rearrange.
3666
707960fe
NC
36672002-09-12 Nick Clifton <nickc@redhat.com>
3668
3669 * Import these changes from the config master repository:
3670
3671 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
3672
3673 * config.sub: Add tic4x target.
3674
3675 2002-09-03 Ben Elliston <bje@redhat.com>
3676
3677 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3678 Reported by <Duncan_Stodart@insession.com>.
3679
36ea319f
JJ
36802002-09-10 Jeff Johnston <jjohnstn@redhat.com>
3681
3682 * COPYING.NEWLIB: More updates.
3683
cf57480a
JJ
36842002-09-09 Jeff Johnston <jjohnstn@redhat.com>
3685
3686 * COPYING.NEWLIB: Update.
3687
fd31a171
AC
36882002-08-23 Andrew Cagney <ac131313@redhat.com>
3689
23b632fc
AC
3690 * texinfo/texinfo.tex: Import version 2002-06-04.06.
3691
fd31a171
AC
3692 * config.guess: Import version 2002-08-23.
3693 * config.sub: Import version 2002-08-22.
3694
a08bafb5
AO
36952002-08-20 Alexandre Oliva <aoliva@redhat.com>
3696
3697 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3698 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3699 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3700
17240c1f
NC
37012002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3702
3703 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3704
e70ad0c6
L
37052002-08-04 H.J. Lu (hjl@gnu.org)
3706
3707 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3708
574e6d11
DD
37092002-07-31 Alan Modra <amodra@bigpond.net.au>
3710
3711 * configure.in: Move generic linux case to end. Copy generic
3712 linux noconfigdirs to mips*-*-linux* entry and new
3713 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3714
611e7523
CD
37152002-07-19 Chris Demetriou <cgd@broadcom.com>
3716
3717 * MAINTAINERS: Clarify on config.guess and config.sub, and add
3718 one instance of them which was missed to the list to update.
3719
51759676
CD
37202002-07-16 Chris Demetriou <cgd@broadcom.com>
3721
3722 * config.guess: Update to 2002-07-09 version.
3723 * config.sub: Update to 2002-07-03 version.
3724
7c1f909c
DD
37252002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3726
3727 * configure.in: Remove two redundant tests.
3728
d7cf5d30
DD
37292002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3730
3731 * configure.in (mips*-*-irix6*o32): Enable stabs.
3732
c74222f7
DD
37332002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3734
5b53c336
DD
3735 * configure.in: Don't build grez.
3736 * Makefile.in: Ditto.
3737
c74222f7
DD
3738 * Makefile.in: Remove references to bsp, cygmon, libstub.
3739 * configure.in: Ditto.
3740
3741 * configure.in: Remove leftover reference to gdbtest.
3742
edd1b227
DD
37432002-07-08 Phil Edwards <pme@gcc.gnu.org>
3744
3745 * configure.in (gxx_include_dir): Change to match versioned
3746 C++ headers if --enable-version-specific-runtime-libs is used.
3747
486186e3
AO
37482002-07-04 Steve Ellcey <sje@cup.hp.com>
3749
3750 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3751
ff0a3bf8
DD
37522002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3753
3754 * configure.in: Make --without-x work.
3755
1dfa8174
NC
37562002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
3757
3758 * contrib: New directory. Created to contain a copy of the
5481b376 3759 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
3760 the FSF GCC sources.
3761
07637366
DD
37622002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3763
b6f83f2a
DD
3764 * configure.in: Rearrange target Makefile fragment collection.
3765
07637366
DD
3766 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3767 cvs[src].
3768 * configure.in: Ditto.
3769
f48556b1
DD
37702002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3771
3772 * Makefile.in: Eliminate 'apache' targets.
3773 * configure.in: Eliminate 'apache' targets.
3774
3775 * configure.in: Eliminate redundant tests. Reorganize.
3776
3777 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3778
3779 * config-ml.in: Eliminate references to Cygnus configure.
3780
3781 * Makefile.in: Eliminate references to building emacs.
3782
37832002-07-01 Denis Chertykov <denisc@overta.ru>
3784
3785 * configure.in: Add support for ip2k.
3786
cdb9e2b8
BE
37872002-06-24 Ben Elliston <bje@redhat.com>
3788
3789 * configure.in (host_tools): Remove cgen.
3790
3791 * Makefile.in (all-cgen): Remove; runs from its source directory.
3792 (check-cgen, install-cgen, clean-cgen): Likewise.
3793 (all-opcodes): No not depend on all-cgen.
3794 (all-sim): Likewise.
3795
3558860c
DD
37962002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3797
3798 * configure.in: Fix AIX configury bug.
3799
e3b0c936
DD
38002002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3801
cdb9e2b8 3802 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 3803
cdb9e2b8
BE
3804 * configure.in: Move definition of libstdcxx_flags right above
3805 usage, rather than way earlier.
8ee424c0 3806
c712250a
DD
3807 * configure.in: Pull definition of is_cross_compiler earlier.
3808
9ee1a75c
DD
3809 * configure.in: Rearrange a little.
3810
e3b0c936
DD
3811 * configure.in: Remove references to librx.
3812 * Makefile.in: Remove references to librx.
3813
b2bd228e
DD
38142002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3815
3816 * configure.in: Eliminate ${gasdir} variable.
3817
7cd52483
DB
38182002-06-18 Dave Brolley <brolley@redhat.com>
3819
3820 * configure.in: Add support for frv.
3821 * config.sub: Add support for frv.
3822
6c5e141a
DD
38232002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3824
3825 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3826
0d18b56d
JT
38272002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3828
3829 * configure.in (vax-*-netbsd*): Re-enable gas.
3830
fd8958d5
DD
38312002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3832
27f15fdd
DD
3833 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3834 BUILD_PREFIX_1, to correct nomenclature.
3835 * configure: Likewise.
3836
fd8958d5
DD
3837 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3838 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3839
0c2442b7
DD
38402002-05-31 Olaf Hering <olh@suse.de>
3841
3842 * config-ml.in: Propogate DESTDIR also.
3843
a3602181
JT
38442002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3845
3846 * configure.in (vax-*-netbsd*): Don't build gas for this
3847 platform.
3848
c95f53ae
MM
38492002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3850
3851 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3852 and libgcj for AVR.
3853
1d7c1053
NC
38542002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3855
3856 * config.sub: Add DLX target.
3857
4b37028f
JT
38582002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3859
3860 * config.guess: Update to 2002-05-22 version.
3861 * config.sub: Likewise.
3862
d5de0a84
NC
38632002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3864
3865 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3866 * config-ml.in: Likewise.
3867 * configure: Likewise.
3868 * configure.in: Likewise.
3869
c92a0210
DD
38702002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3871
115a77aa
DD
3872 * configure.in: Simplify makefile fragment collection.
3873
3874 * configure.in: Remove code to build emacs.
e99daf2b 3875
91e060aa
DD
3876 * configure.in : Remove --srcdir argument from targargs and buildargs
3877 (it's always overridden in the Makefile anyway). Rearrange a bit.
3878
3879 * configure: Move some logic to configure.in.
3880 * configure.in: Move some logic from configure.
c92a0210 3881
91217342
JJ
38822002-05-07 Jeff Johnston <jjohnstn@redhat.com>
3883
3884 * COPYING.LIBGLOSS: New file.
3885
d3d8a9ee
NC
38862002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
3887
3888 * Makefile.in: Honour DESTDIR.
3889
3a036cdc
AO
38902002-05-05 Alexandre Oliva <aoliva@redhat.com>
3891
3892 * configure.in (noconfigdirs): Don't disable libgcj on
3893 sparc64-*-solaris* and sparcv9-*-solaris*.
3894
6d095fe4
AO
38952002-05-03 Alexandre Oliva <aoliva@redhat.com>
3896
3897 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3898
dac55df9
TF
38992002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3900
3901 * configure.in (FLAGS_FOR_TARGET): Do not add
3902 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3903 on i[3456]86-*-linux*.
3904
a018e15b
TF
39052002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3906
3907 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
3908
3909 * configure.in (noconfigdirs): Do not add target-newlib if
3910 target == i[3456]86-*-linux*, and host == target.
3911
5f284831
MM
39122002-04-29 Mark Mitchell <mark@codesourcery.com>
3913
3914 * config.guess: Updated to 2002-04-26's version.
3915 * config.sub: Updated to 2002-04-26's version.
3916
33babf59
DD
39172002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3918
bd5f7da2
DD
3919 * configure.in: delete reference to absent file
3920
a0c4f3a0
DD
3921 * configure.in: replace '[' with 'test'
3922
66f1ba4f
DD
3923 * configure.in: Eliminate references to gash.
3924 * Makefile.in: Eliminate references to gash.
3925
7c3ab50c
DD
3926 * configure.in: remove useless references to 'pic' makefile fragments.
3927
bbc025f5
DD
3928 * configure.in: (*-*-windows*) Finish removing.
3929
33babf59
DD
3930 * configure.in: Eliminate redundant test for libgui.
3931
d5ec694c
DD
39322002-04-26 Joel Sherrill <joel@OARcorp.com>
3933
3934 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3935 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3936
57a5346c
DD
39372002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3938
3939 * configure.in: remove references to dead files
3940
dbf93899
DD
39412002-04-18 Tom Tromey <tromey@redhat.com>
3942
3943 * configure.in: Disallow configuring libgcj when it is already
3944 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3945 Solaris 2.8 by default. For PR libgcj/6158.
3946
26eadf68
DD
39472002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3948
3949 * configure.in: Move default CC setting out of config/mh-* fragments
3950 directly into here.
3951
a0a2c6c6
DD
39522002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3953
3954 * configure.in: don't even try to configure or make a subdirectory
3955 if there's no configure script for it.
3956
9972f812
DD
39572002-04-15 Mark Mitchell <mark@codesourcery.com>
3958
3959 * MAINTAINERS: Remove chill maintainers.
3960 * Makefile.in (CHILLFLAGS): Remove.
3961 (CHILL_LIB): Remove.
3962 (TARGET_CONFIGDIRS): Remove libchill.
3963 (CHILL_FOR_TARGET): Remove.
3964 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3965 CHILL_LIB.
3966 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3967 (CHECK_TARGET_MODULES): Likewise.
3968 (INSTALL_TARGET_MODULES): Likewise.
3969 (CLEAN_TARGET_MODULES): Likewise.
3970 (configure-target-libchill): Remove.
3971 (all-target-libchill): Remove.
3972 * configure.in (target_libs): Remove target-libchill.
3973 Do not compute CHILL_FOR_TARGET.
3974 * libchill: Remove directory.
5481b376 3975
75205f78
DD
39762002-04-15 DJ Delorie <dj@redhat.com>
3977
3978 * Makefile.in, configure.in, configure: Sync with gcc, entries
3979 follow...
3980
39812002-04-08 Tom Tromey <tromey@redhat.com>
3982
3983 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3984 Fixes PR libgcj/6068.
3985
39862002-03-30 Krister Walfridsson <cato@df.lth.se>
3987
3988 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3989
39902002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3991
3992 * configure.in (alpha*-dec-osf*): Enable libgcj.
3993
39942002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3995
3996 Fix for: PR bootstrap/3591, target/5676
3997 * configure.in (mcore-pe): Disable the configuration of
3998 libstdc++-v3 since exceptions are not supported.
3999
40002002-03-20 Anthony Green <green@redhat.com>
4001
4002 * configure.in: Enable libgcj for xscale-elf target.
4003
40042002-02-28 Alexandre Oliva <aoliva@redhat.com>
4005
4006 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4007 libjava.
4008 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4009
40102002-02-22 Alexandre Oliva <aoliva@redhat.com>
4011
4012 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4013 libstdc++-v3 and libjava.
4014
40152002-02-11 Adam Megacz <adam@xwt.org>
4016
4017 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4018 boehm-gc
4019
40202002-02-09 Alexandre Oliva <aoliva@redhat.com>
4021
4022 * config.guess: Updated to 2002-01-30's version.
4023 * config.sub: Updated to 2002-02-01's version.
4024 Contribute sh64-elf.
4025 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4026 * configure.in: Added sh64-*-*.
4027
40282002-01-17 H.J. Lu <hjl@gnu.org>
4029
4030 * Makefile.in (all-fastjar): Also depend on all-libiberty.
4031 (all-target-fastjar): Also depend on all-target-libiberty.
4032
4033Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
4034
4035 * configure, configure.in: Use temp file for long sed commands.
4036
40372001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4038
4039 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4040 libf2c.
4041
40422001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4043
4044 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4045
40462001-10-11 Hans-Peter Nilsson <hp@axis.com>
4047
4048 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4049
40502001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
4051
4052 * configure: Handle temporary files securely using mkdir.
4053
40542001-09-26 Will Cohen <wcohen@redhat.com>
4055
4056 * configure.in (*-*-linux*): Disable configuration of target-newlib
4057 and target-libgloss.
4058
40592001-09-26 Alexandre Oliva <aoliva@redhat.com>
4060
4061 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4062 RANLIB.
4063
40642001-08-11 Graham Stott <grahams@redhat.com>
4065
4066 * Makefile.in (check-c++): Add missing semicolon.
4067
40682001-07-25 Andrew Haley <aph@cambridge.redhat.com>
4069
4070 * configure.in (sh-*-linux*): New.
4071
40722001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4073
4074 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4075 and libgcj on m68hc11/m68hc12.
4076
40772001-06-27 H.J. Lu (hjl@gnu.org)
4078
4079 * Makefile (CFLAGS_FOR_BUILD): New.
4080 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4081
40822001-06-01 Hans-Peter Nilsson <hp@axis.com>
4083
4084 * configure.in (libstdcxx_flags): Do not try to execute
4085 libstdc++-v3/testsuite_flags until it exists.
4086
40872001-05-18 Benjamin Kosnik <bkoz@redhat.com>
4088
4089 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4090
40912001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
4092
4093 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4094
4095Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
4096
4097 * configure.in: Move *-chorusos target case to the proper switch.
4098 Disable libgcj.
4099
41002001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4101
4102 * Makefile.in (STAGE1_CFLAGS): Pass down.
4103
41042001-04-13 Alan Modra <amodra@one.net.au>
4105
4106 * config.guess: Add hppa64-linux support. Note for next import that
4107 this is already in the master file.
4108 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
4109
41102001-03-22 Colin Howell <chowell@redhat.com>
4111
4112 * Makefile.in (DO_X): Do not backslash single-quotes in
4113 backquotes (two places).
4114
41152001-03-18 Laurynas Biveinis <lauras@softhome.net>
4116
4117 * Makefile.in (DO_X): Quote nested quotes.
4118
41192001-03-15 Laurynas Biveinis <lauras@softhome.net>
4120
4121 * Makefile.in (DO_X): Use double quotes for quoting
4122 "RANLIB=$${RANLIB}".
4123
41242001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4125
4126 * configure.in: Only use `lang_requires' for languages athat are
4127 actually enabled.
4128
41292001-03-07 Tom Tromey <tromey@redhat.com>
4130
4131 * configure.in: Allow config-lang.in to set `lang_requires' to list
4132 of other required languages.
4133
41342001-03-06 Laurynas Biveinis <lauras@softhome.net>
4135
4136 * Makefile.in: Remove RANLIB definition. Use RANLIB
4137 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4138 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4139
41402001-02-28 Benjamin Kosnik <bkoz@redhat.com>
4141 Alexandre Oliva <aoliva@redhat.com>
4142
4143 * Makefile.in (check-c++): Use tabs, not spaces.
4144
41452001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4146
4147 * Makefile.in (check-c++): New rule.
4148
4149 * configure.in (target_libs): Remove libg++.
4150 (noconfigdirs): Remove libg++.
4151 (noconfigdirs): Same.
4152 (noconfigdirs): Same.
4153 (noconfigdirs): Same.
4154
4155 * config-ml.in: Remove libg++ references.
4156
4157 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4158 (ALL_TARGET_MODULES): Same.
4159 (configure-target-libg++): Remove.
4160 (all-target-libg++): Remove.
4161 (configure-target-libio): Remove.
4162 (all-target-libio): Remove.
4163 (check-target-libio): Remove.
4164 (.PHONY): Remove.
4165 (libg++.tar.bz2): Remove.
4166 (all-target-cygmon): Remove libio.
4167 (all-target-libstdc++): Remove.
4168 (configure-target-libstdc++): Remove.
4169 (TARGET_LIB_PATH): Remove libstdc++.
4170 (ALL_GCC_CXX): Remove libstdc++.
4171 (all-target-gperf): Correct.
4172
41732001-02-15 Anthony Green <green@redhat.com>
4174
4175 * configure: Introduce GCJ_FOR_TARGET.
4176 * configure.in: Ditto.
4177 * Makefile.in: Ditto.
4178
41792001-02-08 Chandrakala Chavva <cchavva@redhat.com>
4180
4181 * configure.in: for *-chorusos, don't config target-newlib and
4182 target-libgloss.
4183
41842001-02-04 Mark Mitchell <mark@codesourcery.com>
4185
4186 Remove V2 C++ library.
4187 * configure.in: Remove --enable-libstdcxx_v3 support.
4188
41892001-01-27 Richard Henderson <rth@redhat.com>
4190
4191 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4192
41932001-01-26 Tom Tromey <tromey@redhat.com>
4194
4195 * configure.in: Allow libgcj to be built on Sparc Solaris.
4196
41972001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
4198
4199 * configure.in: Enable libgcj on several additional platforms.
4200
42012001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
4202
4203 * configure.in: Enable libgcj for linux targets.
4204
42052001-01-09 Mike Stump <mrs@wrs.com>
4206
4207 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4208 failures of subdirectories.
4209
42102001-01-02 Laurynas Biveinis <lauras@softhome.net>
4211
4212 * configure: handle DOS-style absolute paths.
4213
42142001-01-02 Laurynas Biveinis <lauras@softhome.net>
4215
4216 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4217
42182000-12-18 Benjamin Kosnik <bkoz@redhat.com>
4219
4220 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4221 (libstdcxx_incdir): Pass down.
4222 * config.if: Remove expired bits for cxx_interface, add stub.
4223 (libstdcxx_incdir): Add variable for g++ include directory.
4224 * configure.in (gxx_include_dir): Use it.
4225
42262000-12-15 Andreas Jaeger <aj@suse.de>
4227
4228 * configure.in: Handle lang_dirs.
4229
42302000-12-13 Anthony Green <green@redhat.com>
4231
4232 * configure.in: Disable libgcj for any target not specifically
4233 listed. Disable libgcj for x86 and Alpha Linux until compatible
4234 with g++ abi.
4235
42362000-12-13 Mike Stump <mrs@wrs.com>
4237
4238 * Makefile.in (local-distclean): Also remove fastjar.
4239
42402000-12-10 Anthony Green <green@redhat.com>
4241
4242 * configure.in: Define libgcj. Disable libgcj target libraries for
4243 most targets.
4244
42452000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
4246
4247 * configure.in (target_libs): Revert 2000-12-08 patch.
4248 (noconfigdirs): Added target-libjava.
4249
42502000-12-09 Laurynas Biveinis <lauras@softhome.net>
4251
4252 * Makefile.in: handle DOS-style absolute paths.
4253
42542000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4255
4256 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4257 libjava.
4258 * configure.in (target_libs): Removed `target-libjava'.
4259
42602000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4261
4262 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4263 (ALL_MODULES): Added fastjar.
4264 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4265 (all-target-libjava): all-fastjar replaces all-zip.
4266 (all-fastjar): Added.
4267 (configure-target-fastjar, all-target-fastjar): Likewise.
4268 * configure.in (host_tools): Added fastjar.
4269
42702000-12-07 Mike Stump <mrs@wrs.com>
4271
4272 * Makefile.in (local-distclean): Remove leftover built files.
4273
42742000-11-16 Fred Fish <fnf@be.com>
4275
4276 * configure.in (enable_libstdcxx_v3): Fix typo,
4277 libstd++ -> libstdc++.
4278
42792000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4280
4281 * configure: Provide the original toplevel configure arguments
4282 (including $0) to subprocesses in the environment rather than
4283 through gcc/configargs.h.
4284
42852000-11-12 Mark Mitchell <mark@codesourcery.com>
4286
4287 * configure: Turn on libstdc++ V3 by default.
4288
42892000-10-16 Michael Meissner <meissner@redhat.com>
4290
4291 * configure (gcc/configargs.h): Only create if there is a build GCC
4292 directory created.
4293
42942000-10-05 Phil Edwards <pme@gcc.gnu.org>
4295
4296 * configure: Save configure arguments to gcc/configargs.h.
4297
42982000-10-04 Andris Pavenis <pavenis@latnet.lv>
4299
4300 * Makefile.in (bootstrap): avoid recursion if subdir missing
4301 (cross): ditto
4302 (do-proto-toplev): ditto
4303
4304Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
4305
4306 * configure.in: Do not build byacc for hppa64. Provide paths to the
4307 X11 libraries for hppa64.
4308
43092000-09-02 Anthony Green <green@cygnus.com>
4310
4311 * Makefile.in (all-gcc): Depend on all-zlib.
4312 (CLEAN_MODULES): Add clean-zlib.
4313 (ALL_MODULES): Add all-zlib.
4314 * configure.in (host_libs): Add zlib.
4315
43162000-08-25 Alexandre Oliva <aoliva@redhat.com>
4317
4318 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4319 $targargs to tell whether newlib is going to be built.
4320
4321 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4322 $$r/TARGET_SUBDIR/libio for _G_config.h.
4323
43242000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4325
4326 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4327
4328 * configure: Make enable_threads and enable_shared defaults
4329 explicit. Substitute enable_threads into generated Makefiles.
4330 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4331 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4332
43332000-08-02 Manfred Hollstein <manfredh@redhat.com>
4334
4335 * configure.in: Re-enable all references to libg++ and librx.
4336
ffb97b2f 43372002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 4338
ffb97b2f
DD
4339 * configure.in: Add *-*-freebsd* configurations.
4340
bbf6e9e3
AC
43412002-04-07 Andrew Cagney <ac131313@redhat.com>
4342
4343 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
4344 (do-tar, do-bz2): New rules.
4345 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
4346 (gdb-tar): New rule.
4347 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
4348 (insight_dejagnu.tar): New rule.
4349 (insight.tar): New rule.
4350 (gdb+dejagnu.tar): New rule.
4351 (gdb.tar): New rule.
4352
8f1579c0
AC
43532002-04-07 Andrew Cagney <ac131313@redhat.com>
4354
4355 * MAINTAINERS: Update dejagnu/
4356
ba3c59ab
AO
43572002-03-16 Alexandre Oliva <aoliva@redhat.com>
4358
4359 * ltmain.sh (relink_command): Fix typo in previous change.
4360
6243d5dd
AO
43612002-03-15 Alexandre Oliva <aoliva@redhat.com>
4362
4363 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
4364 (relink_command): Added --tag flags.
4365 (mode=install): If relinking fails; error out.
4366
80413487
RH
43672002-03-12 Richard Henderson <rth@redhat.com>
4368
4369 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
4370 .NOTPARALLEL tag.
4371 (do-check): Rename from check.
4372 (check): Allow parallel check.
4373
3daeddf6
RH
43742002-03-11 Richard Henderson <rth@redhat.com>
4375
4376 * Makefile.in (.NOTPARALLEL): Add fake tag.
4377
fad93c55
L
43782002-03-07 H.J. Lu (hjl@gnu.org)
4379
4380 * configure.in: Enable gprof for mips*-*-linux*.
4381
2e8357fc
AO
43822002-02-28 Alexandre Oliva <aoliva@redhat.com>
4383
4384 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4385 libjava.
4386 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
4387
bd48e1a9
AC
43882002-02-24 Andrew Cagney <ac131313@redhat.com>
4389
4390 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
4391
39121370
DJ
43922002-02-23 Daniel Jacobowitz <drow@mvista.com>
4393
4394 * config.guess: Import from master sources, rev 1.232.
4395 * config.sub: Import from master sources, rev 1.246.
4396
081ff160
AO
43972002-02-23 Alexandre Oliva <aoliva@redhat.com>
4398
4399 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4400 because its Makefile is there; test for the executable instead.
4401
20a5393b
AO
44022002-02-09 Alexandre Oliva <aoliva@redhat.com>
4403
4404 Contribute sh64-elf.
4405 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4406 * configure.in: Added sh64-*-*.
4407
38135629
JJ
44082002-02-04 Jeff Johnston <jjohnstn@redhat.com>
4409
80413487
RH
4410 * COPYING.NEWLIB: Remove advertising clause from
4411 Berkeley and Red Hat licenses.
38135629 4412
48d19748
MD
44132002-02-01 Mo DeJong <supermo@bayarea.net>
4414
4415 * Makefile.in: Add all-tix to deps for all-snavigator
4416 so that tix is built when building snavigator.
4417
f6e1c110
BE
44182002-02-01 Ben Elliston <bje@redhat.com>
4419
4420 * config.guess: Import from master sources, rev 1.229.
4421 * config.sub: Import from master sources, rev 1.240.
4422
4867be41
DJ
44232002-01-27 Daniel Jacobowitz <drow@mvista.com>
4424
4425 From Steve Ellcey <sje@cup.hp.com>:
4426 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4427 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4428 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4429 IA64.
4430 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4431 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4432 soname_spec, sys_lib_search_path_spec): Ditto.
4433
e82380cc
JT
44342002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4435
4436 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4437 target-libiberty, and target-libgloss. Skip Java-related
4438 libraries if not supported for NetBSD on target CPU.
4439
1319fb9c
NC
44402002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
4441
4442 * configure.in: Import StrongARM and XScale target_configdirs from
4443 FSF GCC version.
4444
b020f6ac
L
44452002-01-16 H.J. Lu (hjl@gnu.org)
4446
4447 * config.guess: Import from master sources, rev 1.225.
4448 * config.sub: Import from master sources, rev 1.238.
4449
4450 * MAINTAINERS: Updated notes on config.guess and config.sub.
4451
a0c1c920
NC
44522002-01-11 Steve Ellcey <sje@cup.hp.com>
4453
4454 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4455 ld and gdb are not supported.
4456
a9fa5e1f
JJ
44572002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4458
4459 * Change reference to Cygnus Solutions to be Red Hat.
4460
94077108
JJ
44612002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4462
4463 * COPYING.NEWLIB: Update generic copyright date.
4464
05ecd75c
MS
44652002-01-07 Mark Salter <msalter@redhat.com>
4466
4467 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4468 Allow target-libgloss to be built for arm, strongarm, and xscale.
4469
a106bb62
BE
44702002-01-03 Ben Elliston <bje@redhat.com>
4471
4472 * MAINTAINERS: Update URL for config.* scripts.
4473
0e254642
AM
44742001-12-18 Alan Modra <amodra@bigpond.net.au>
4475
4476 * config.sub: Import latest version.
4477 * config.guess: Likewise.
4478
0a0d0041
TF
44792001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4480
4481 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4482 options for i[3456]86-pc-linux* native builds.
4483
d932cae7
NC
44842001-12-05 Laurent Guerby <guerby@acm.org>
4485
4486 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 4487 libiberty.
d932cae7
NC
4488
4489 Import this patch from gcc:
5481b376 4490
d932cae7
NC
4491 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4492
4493 * symlink-tree: handle DOS-style absolute paths.
4494
49b7683b
DD
44952001-11-28 DJ Delorie <dj@redhat.com>
4496 Zack Weinberg <zack@codesourcery.com>
4497
4498 When build != host, create libiberty for the build machine.
4499
4500 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4501 CONFIG_ARGUMENTS.
4502 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4503 New variables.
4504 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4505 and rules.
4506 (all.normal): Depend on ALL_BUILD_MODULES.
4507 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4508 (all-build-libiberty): Depend on configure-build-libiberty.
4509
4510 * configure: Calculate and substitute proper value for
4511 ALL_BUILD_MODULES.
4512 * configure.in: Create the build subdirectory.
4513 Calculate and substitute TARGET_CONFIGARGS (formerly
4514 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4515
26ef82f4
GK
45162001-11-26 Geoffrey Keating <geoffk@redhat.com>
4517
4518 * config.sub: Update to version 1.232 on subversion.
4519
43e64072
NC
45202001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4521
4522 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4523 files from .po files for a distribution.
4524
66f6c0d5
HPN
45252001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
4526
4527 * COPYING.NEWLIB: Mention preserved notice in specific parts.
4528
4a02fdb2
JH
45292001-11-13 Jeff Holcomb <jeffh@redhat.com>
4530
4531 Merged from net gcc:
4532 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4533 * ltcf-c.sh: Use $objext, not $ac_objext.
4534 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4535 * ltcf-cxx.sh: Add support for GNU.
4536 2001-07-22 Timothy Wall <twall@redhat.com>
4537 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4538 default settings if using GNU tools with that configuration.
4539 * ltcf-cxx.sh: Ditto.
4540 * ltcf-gcj.sh: Ditto.
4541 2001-07-21 Michael Chastain <chastain@redhat.com>
4542 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4543 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4544 * ltmain.sh: Mark as gcc-local.
4545
227b9953
JH
45462001-11-13 Jeff Holcomb <jeffh@redhat.com>
4547
4548 * Makefile.in (all-bison): Revert 2001-10-24.
4549 Don't depend on texinfo.
4550
cbbab8fb
JJ
45512001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
4552
80413487 4553 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 4554
922b2485
DD
45552001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4556
4557 * configure.in (--enable-languages): Be more permissive about
4558 syntax. Check for empty lists better. Warn about $LANGUAGES.
4559
f08fa01d
HPN
45602001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4561
4562 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4563
fee3da4e
JH
45642001-10-24 Jeff Holcomb <jeffh@redhat.com>
4565
4566 Makefile.in (all-bison): Don't depend on texinfo.
4567
73fb1ef9
AM
45682001-10-03 Alan Modra <amodra@bigpond.net.au>
4569
4570 * gettext.m4: Test po/POTFILES.in exists before trying to read.
4571
373688ac
AO
45722001-09-29 Alexandre Oliva <aoliva@redhat.com>
4573
4574 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4575
9c07660b
HPN
45762001-09-28 Hans-Peter Nilsson <hp@axis.com>
4577
4578 * config.sub, config.guess: Import latest from subversions.
4579
3f152009
AO
45802001-09-21 Alexandre Oliva <aoliva@redhat.com>
4581
4582 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4583 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4584 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4585 avoid quotes nesting problems.
4586 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4587 (DO_X): Export only variables that are set.
4588
8f6a59e5
BE
45892001-09-19 Ben Elliston <bje@redhat.com>
4590
4591 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4592 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4593 semantics. Use the shell built-in "type" command instead.
4594
a1ec19fa
TS
45952001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4596
4597 * config.sub: Reverted the earlier change, this version is not the
4598 master file.
4599
4008bd9b
TS
46002001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4601
4602 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4603 Add support for mips64.
4604
dd1e52a4
JH
46052001-09-03 Jeff Holcomb <jeffh@redhat.com>
4606
4607 * configure.in: Enable libstdc++-v3 for h8300 targets.
4608
91549d1c
EC
46092001-08-30 Eric Christopher <echristo@redhat.com>
4610 Jason Eckhardt <jle@redhat.com>
4611
4612 * config.sub: Add support for mipsisa32.
4613
cf966cf9
EC
46142001-08-30 Eric Christopher <echristo@redhat.com>
4615
4616 * config.sub, config.guess: Import latest from subversions.
4617
82208dc5
AM
46182001-08-20 Alan Modra <amodra@bigpond.net.au>
4619
4620 * config.sub, config.guess: Import latest from subversions.
4621
4dca8403
DD
46222001-07-26 DJ Delorie <dj@redhat.com>
4623
4624 * MAINTAINERS: Clarify libiberty merge rules and procedures.
4625
1107dce2
AM
46262001-06-19 Alan Modra <amodra@bigpond.net.au>
4627
4628 * Makefile.in: Revert 2001-06-17.
4629 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4630
e09a6604
L
46312001-06-17 H.J. Lu <hjl@gnu.org>
4632
4633 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4634 (gas+binutils.tar.bz2): Likewise.
4635 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4636
31a8b634
AC
4637Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4638
4639 * Makefile.in (VER): When present, extract the version number from
5481b376 4640 the file version.in.
31a8b634 4641
dc70af01
AO
46422001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4643
4644 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4645 gcc/xgcc is built, use -print-prog-name to find out the program
4646 name to use.
4647
839bbd8c
AO
46482001-06-04 Mark Mitchell <mark@codesourcery.com>
4649
4650 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4651 with_gcc]: Use `gcc -shared' to build a shared library.
4652
566e9a30
AO
46532001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4654
4655 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4656 archives.
4657
e877bb69
AO
46582001-05-28 Simon Patarin <simon.patarin@inria.fr>
4659
4660 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4661 libraries when using g++ with native linker.
4662
1605288b
AO
46632001-05-28 Alexandre Oliva <aoliva@redhat.com>
4664
4665 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4666
11a383ba
TR
46672001-05-24 Tom Rix <trix@redhat.com>
4668
4669 * configure.in : enable ld for aix
cf966cf9 4670
18611226
AO
46712001-05-22 Alexandre Oliva <aoliva@redhat.com>
4672
4673 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4674 [aix4*|aix5*]: Prepend blank.
4675
6be7c12c
AO
46762001-05-20 Alexandre Oliva <aoliva@redhat.com>
4677
4678 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4679 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4680 of subdir/configure scripts to use the new libtool.m4.
4681
4ed00bba
L
46822001-05-14 H.J. Lu <hjl@gnu.org>
4683
4684 * config.if (libc_interface): Set to -libc6.2- for cross
4685 compiling to Linux/glibc 2.2.
4686
b1af961c
AO
46872001-05-03 Alexandre Oliva <aoliva@redhat.com>
4688
4689 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4690 libgcj.
4691
5ec3e74e
AO
46922001-04-26 Alexandre Oliva <aoliva@redhat.com>
4693
4694 * configure.in (noconfigdirs): Don't reset it from scratch in the
4695 target case; only append to it.
4696
b3ed1d6b
AO
46972001-04-26 Alexandre Oliva <aoliva@redhat.com>
4698
4699 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4700 sparc-*-solaris2.8]: Disable ${libgcj}.
4701
96111c10
AO
47022001-04-25 Alexandre Oliva <aoliva@redhat.com>
4703
4704 * configure.in (libgcj_saved): Copy from $libgcj.
4705 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4706 --disable-libgcj.
4707
b5bf43f2
AO
47082001-04-20 Alexandre Oliva <aoliva@redhat.com>
4709
4710 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4711 1.641.2.228.
4712
8cc32590
AO
47132001-04-12 Alexandre Oliva <aoliva@redhat.com>
4714
4715 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4716 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4717
dec0cb0c
AO
47182001-04-01 Alexandre Oliva <aoliva@redhat.com>
4719
4720 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4721 New macros.
4722 (bootstrap, cross): Use RECURSE_FLAGS.
4723 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4724
6a9c3886
AO
47252001-03-27 Alexandre Oliva <aoliva@redhat.com>
4726
4727 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4728
d4fc7db8
NC
47292001-03-23 Nick Clifton <nickc@redhat.com>
4730
4731 * README-maintainer-mode: Add note about inability to use "make
4732 distclean" in maintainer mode.
4733
7389ff65
AO
47342001-03-22 Alexandre Oliva <aoliva@redhat.com>
4735
4736 Re-installed:
4737 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4738 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4739 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4740 * ltcf-cxx.sh: Likewise.
4741 * ltcf-gcj.sh: Likewise.
4742
b3e0dc8e
PB
47432001-03-22 Philip Blundell <philb@gnu.org>
4744
4745 * config.sub, config.guess: Import latest from subversions.
4746
469b781c
AO
47472001-03-22 Alexandre Oliva <aoliva@redhat.com>
4748
4749 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4750 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4751
b0dad762
MC
47522001-03-20 Michael Chastain <chastain@redhat.com>
4753
4754 * Makefile.in: all-m4 depends on all-texinfo.
4755
c559bb17
AO
47562001-03-08 Alexandre Oliva <aoliva@redhat.com>
4757
4758 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4759
fef4ae2e
JJ
47602001-02-22 Jeff Johnston <jjohnstn@redhat.com>
4761
4762 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
4763 longer valid.
4764
8d6dd99d
NC
47652001-02-16 Nick Clifton <nickc@redhat.com>
4766
4767 * configure.in (noconfigdirs): Allow configuration of texinfo
4768 for Cygwin hosts.
4769
a85d7ed0
NC
47702001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4771
4772 * config.guess: Add linux target for S/390.
4773 * config.sub: Likewise.
4774 * configure.in: Likewise.
4775
51221c5e
DD
47762001-02-06 Ben Elliston <bje@redhat.com>
4777
4778 * configure: Output host type to stdout, not stderr.
4779
9dec4c71
MS
47802001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4781
4782 * config.guess: Import from subversions.gnu.org (revision 1.181).
4783 * config.sub: Import from subversions.gnu.org (revision 1.199).
4784
9add9c04
AM
47852001-01-30 Alan Modra <alan@linuxcare.com.au>
4786
4787 * config.guess: Handle hppa64-linux systems.
4788
8679174d
MS
47892001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4790
4791 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4792 Don't unset, it's non-portable and no longer necessary, set to empty
4793 instead.
4794
02d01ed4
MS
47952001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4796
4797 * ltconfig: Shell portability fix for the tagname validity check.
4798
4cc5853d
MS
47992001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4800
4801 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4802
7487e485
AO
48032001-01-27 Alexandre Oliva <aoliva@redhat.com>
4804
4805 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4806 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4807
f332af52
AO
48082001-01-24 Alexandre Oliva <aoliva@redhat.com>
4809
4810 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4811 keep at least one of build_libtool_libs or build_old_libs set to
4812 yes.
4813
ef099754
AO
48142001-01-24 Alexandre Oliva <aoliva@redhat.com>
4815
4816 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4817 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4818
8341f2fc 48192000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 4820
8341f2fc
AJ
4821 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4822
48232000-11-03 Philip Blundell <pb@futuretv.com>
4824
4825 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4826 files.
ebf0fa2e 4827
c320a39f
JJ
48282001-01-15 Jeff Johnston <jjohnstn@redhat.com>
4829
4830 * COPYING.NEWLIB: Put into source repository.
4831
8817b92e
BE
48322001-01-15 Ben Elliston <bje@redhat.com>
4833
4834 * configure.in (host_tools): Add sid.
4835 Always configure cgen.
4836 * Makefile.in (all-sid): New target.
4837 (check-sid, clean-sid, install-sid): Likewise.
4838
35590697
AJ
48392001-01-07 Andreas Jaeger <aj@suse.de>
4840
80413487 4841 * config.sub, config.guess: Update from subversions.
35590697 4842
6ee6cea6
AO
48432000-12-12 Alexandre Oliva <aoliva@redhat.com>
4844
4845 * configure.in: Disable language-specific target libraries for
4846 languages that aren't enabled.
4847
077b8428
NC
48482000-11-24 Nick Clifton <nickc@redhat.com>
4849
4850 * configure.in (xscale-elf): Add target.
4851 (xscale-coff): Add target.
4852 (c4x, c5x, tic54x): Move after ARM targets.
4853
9e28a1ed
AO
48542000-11-23 Alexandre Oliva <aoliva@redhat.com>
4855
4856 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4857
be98a80a
ILT
48582000-11-20 Ian Lance Taylor <ian@zembu.com>
4859
4860 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4861
5cec67bf
AO
48622000-11-18 Alexandre Oliva <aoliva@redhat.com>
4863
4864 * Makefile.in: Merge with GCC and libgcj.
4865 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4866 configure-target-<library> when their configure scripts need the C
4867 or C++ library to have already been built to work properly.
4868 (do_proto_toplev): Set them to an empty string.
4869
d932cae7 48702000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
4871
4872 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4873 (REALLY_SET_LIB_PATH): Use them.
4874
d932cae7 48752000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
4876
4877 * config.sub: Add support for Sun Chorus
4878
8602ff0c
NC
48792000-11-02 Per Lundberg <plundis@chaosdev.org>
4880
4881 * config.sub: Add support for the *-storm-chaos OS.
4882
f9e0997d
NC
48832000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
4884
80413487
RH
4885 * configure.in (noconfigdirs): Don't compile some
4886 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 4887
d64552c5
AO
48882000-09-30 Alexandre Oliva <aoliva@redhat.com>
4889
4890 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4891 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4892 all affected `configure' scripts.
4893
97f60b31
AO
48942000-09-25 Alexandre Oliva <aoliva@redhat.com>
4895
4896 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4897 ltcf-c.sh.
4898
6e8dd58f
PB
48992000-09-12 Philip Blundell <philb@gnu.org>
4900
4901 * config.sub, config.guess: Update from subversions.
4902
103a2e99
AO
49032000-09-06 Alexandre Oliva <aoliva@redhat.com>
4904
51601921
AO
4905 * Makefile.in (all-zlib): Added dummy target.
4906
103a2e99
AO
4907 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4908 multi-language branch.
4909
2809b4b9
AO
49102000-09-05 Alexandre Oliva <aoliva@redhat.com>
4911
4912 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4913 (bootstrap*): Depend on all-bootstrap.
4914
7450026c
AO
49152000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4916
4917 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4918 crosses, but add gcc/include to the header search path for them.
4919
6cf86f7f
AO
49202000-08-31 Alexandre Oliva <aoliva@redhat.com>
4921
4922 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4923 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4924 * gettext.m4: New file, extracted from aclocal.m4.
4925
ce2ea6e3
AO
49262000-08-22 Alexandre Oliva <aoliva@redhat.com>
4927
4928 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4929 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4930 sub-configures.
4931
9765193e
DE
49322000-08-20 Doug Evans <dje@casey.transmeta.com>
4933
4934 * Makefile.in (ALL_MODULES): Add all-cgen.
4935 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4936 (all-cgen): New target.
4937 (all-opcodes,all-sim): Depend on all-cgen.
4938 * configure.in (host_tools): Add cgen.
4939 Only configure cgen if --enable-cgen-maint.
4940
d7b32520
AO
49412000-08-17 Alexandre Oliva <aoliva@redhat.com>
4942
4943 * config-ml.in (CC, CXX): Don't introduce a leading space.
4944
e52ef561
AO
49452000-08-16 Alexandre Oliva <aoliva@redhat.com>
4946
4947 * configure.in (libstdcxx_flags): Use
4948 libstdc++-v3/src/libstdc++.INC.
4949
88f9c2a0
AO
49502000-08-15 Alexandre Oliva <aoliva@redhat.com>
4951
4952 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4953
98fbe43f
JM
49542000-08-11 Jason Merrill <jason@redhat.com>
4955
4956 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4957 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4958 (FLAGS_FOR_TARGET): Not here.
4959 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4960
279ddab4
DD
49612000-08-07 DJ Delorie <dj@redhat.com>
4962
4963 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4964 "if we're also building gcc, and it's a gcc that will run on the
4965 build machine, we want to use its includes instead of the system's
4966 default includes".
4967
60523a83
AO
49682000-08-03 Alexandre Oliva <aoliva@redhat.com>
4969
24ffec7a
AO
4970 * configure.in (libstdcxx_flags): Don't use `"'.
4971
60523a83
AO
4972 * config-ml.in: Adjust multilib search paths to the
4973 appropriate multilib tree.
4974
daf644b5
AO
49752000-08-02 Alexandre Oliva <aoliva@redhat.com>
4976
4977 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4978 commas in $LANGUAGES.
4979
63266560
DD
49802000-08-01 Alexandre Oliva <aoliva@redhat.com>
4981
4982 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4983
49842000-07-31 Alexandre Oliva <aoliva@redhat.com>
4985
4986 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4987 CXX_FOR_TARGET for sed.
4988
49892000-07-30 Alexandre Oliva <aoliva@redhat.com>
4990
4991 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4992 Do not override if already set in the environment or in configure.
4993 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4994 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4995
9e449d3e
AO
49962000-07-27 Alexandre Oliva <aoliva@redhat.com>
4997
4998 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4999 (GCC_FOR_TARGET): Use it.
5000 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5001 * configure.in: ... here.
5002 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
5003 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5004
8bbd92e0
AO
50052000-07-24 Alexandre Oliva <aoliva@redhat.com>
5006
fd1f87b2
AO
5007 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5008 (configure-target-libchill, configure-target-libobjc): Likewise.
5009
8bbd92e0
AO
5010 * configure.in: Use the same cache file for all target libs.
5011 * config-ml.in: But different cache files per multilib variant.
5012
25c6c112
JL
50132000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5014
5015 * configure (topsrcdir): Don't use dirname.
5016
ba73c63f
JM
50172000-07-20 Jason Merrill <jason@redhat.com>
5018
5019 * configure.in: Remove all references to libg++ and librx.
5020
5021 * configure, configure.in, Makefile.in: Unify gcc and binutils.
5022
1af08294
HPN
50232000-07-20 Hans-Peter Nilsson <hp@axis.com>
5024
5025 * config.sub: Update to subversions version 2000-07-06.
5026
ba73c63f
JM
50272000-07-12 Andrew Haley <aph@cygnus.com>
5028
5029 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5030 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5031
50322000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
5033
5034 * symlink-tree: Check number of arguments.
5035
d932cae7 50362000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
5037
5038 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5039
ba73c63f
JM
50402000-07-05 Jim Wilson <wilson@cygnus.com>
5041
5042 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5043 search path for a g++ extracted from the build tree. This
5044 will allow link tests run by configure scripts in
5045 subdirectories to succeed.
5046
92ee2f86
UC
50472000-07-01 Koundinya K <kk@ddeorg.soft.net>
5048
80413487 5049 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 5050
23f2f29f
CV
50512000-06-28 Corinna Vinschen <vinschen@cygnus.com>
5052
5053 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5054 `os2'. Force ac_cv_exeext to be ".exe" in that case.
5055
f04f5a67
TW
50562000-06-19 Timothy Wall <twall@cygnus.com>
5057
5058 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5059 * config.sub: Add tic54x target.
5060
11da68be
NC
50612000-06-07 Phillip Thomas <pthomas@suse.de>
5062
5063 * README-maintainer-mode: New file: Contains notes on using
5064 --enable-maintainer-mode with binutils.
5065
d932cae7 50662000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
5067
5068 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5069
d932cae7 50702000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
5071
5072 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5073 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5074
9442cea3
L
507520000-05-21 H.J. Lu (hjl@gnu.org)
5076
80413487
RH
5077 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5078 directory are used if they exist. Make sure
5079 $(build_tooldir)/include is searched for header files,
5080 $(build_tooldir)/lib/ for library files.
9442cea3 5081 (GCC_FOR_TARGET): Likewise.
80413487 5082 (CXX_FOR_TARGET): Likewise.
9442cea3 5083
d932cae7 50842000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
5085
5086 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5087
d932cae7 50882000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
5089
5090 * Makefile.in (configure-target-libiberty): Depend on
5091 configure-target-newlib.
5092
ba73c63f
JM
50932000-05-16 Alexandre Oliva <aoliva@cygnus.com>
5094
5095 * configure.in, Makefile.in: Merge all libffi-related
5096 configury stuff from the libgcj tree.
5097
d932cae7 50982000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
5099
5100 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5101 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5102
d932cae7 51032000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
5104
5105 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5106 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 5107 current version information. Add to proto-toplev directory.
b5a23627
AC
5108 (gdb-taz): Build do-djunpack.
5109
ba73c63f
JM
51102000-05-15 David Edelsohn <edelsohn@gnu.org>
5111
5112 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5113
7c86ed39
L
51142000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5115
5116 * ltmain.sh: Preserve in relink_command any environment
5117 variables that may affect the linker behavior.
5118
d932cae7 51192000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
5120
5121 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5122
d932cae7 51232000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
5124
5125 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5126
ed0a91a5
EZ
51272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5128
5129 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 5130 with the version name.
ed0a91a5 5131
ba73c63f 51322000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 5133
ba73c63f 5134 * config.if: Tweak.
6cafa39f 5135
ba73c63f 51362000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 5137
ba73c63f 5138 * djunpack.bat: New file.
66156876 5139
d932cae7 51402000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
5141
5142 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
5143 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5144 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5145 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 5146
ba73c63f
JM
51472000-04-16 Dave Pitts <dpitts@cozx.com>
5148
80413487
RH
5149 * config.sub (case $basic_machine): Change default for "ibm-*"
5150 to "openedition".
ba73c63f 5151
d932cae7 51522000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
5153
5154 * Makefile.in (gdb-taz): New target. GDB specific archive.
5155 (do-md5sum): New target.
5156 (MD5PROG): Define.
5157 (PACKAGE): Default to TOOL.
5158 (VER): Default to a shell script.
5159 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 5160 md5 checksum generation.
b35ece4e
AC
5161 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5162 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5163 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 5164 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 5165
d932cae7 51662000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
5167
5168 * configure (warn_cflags): Delete.
5169
ba73c63f 51702000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 5171 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 5172
80413487
RH
5173 * configure.in (enable_libstdcxx_v3): Add.
5174 (target_libs): Add bits here to switch between libstdc++-v2 and
5175 libstdc++-v3.
5176 * config.if: And this file too.
5177 * Makefile.in: Add libstdc++-v3 targets.
35590697 5178
ba73c63f
JM
51792000-04-05 Michael Meissner <meissner@redhat.com>
5180
5181 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 5182
d332c5ac
JM
51832000-03-29 Jason Merrill <jason@casey.cygnus.com>
5184
5185 * configure.in: -linux-gnu*, not -linux-gnu.
5186
d932cae7 51872000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
5188
5189 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5190 (do-tar-bz2): Replace TOOL with PACKAGE.
5191 (gdb.tar.bz2): Remove GDBTK from GDB package.
5192 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 5193 dejagnu.tar.bz2): New packages.
6dcbc97b 5194
96ce09a7
ILT
51952000-02-27 Andreas Jaeger <aj@suse.de>
5196
5197 * configure.in: Add entry for mips*-*-linux*, move catch all
5198 *-*-*linux* entry below this one.
5199
2031769e
ILT
52002000-02-27 Ian Lance Taylor <ian@zembu.com>
5201
5202 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5203
4bab746c
NC
52042000-02-24 Nick Clifton <nickc@cygnus.com>
5205
5206 * config.sub: Support an OS of "wince".
5207
d932cae7 52082000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
5209
5210 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 5211 version.
ada59422 5212
5b93d8bb
AM
52132000-02-23 Linas Vepstas <linas@linas.org>
5214
5215 * config.sub: Add support for Linux/IBM 370.
5216 * configure.in: Likewise.
5217
2fb651f6
NC
52182000-02-22 Nick Clifton <nickc@cygnus.com>
5219
5220 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5221
b8441c25
CF
52222000-02-20 Christopher Faylor <cgf@cygnus.com>
5223
5224 * config.guess: Guess "cygwin" rather than "cygwin32".
5225
d332c5ac
JM
52262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5227
5228 * configure (gcc_version): When setting, narrow search to
5229 lines containing `version_string'.
5230
ba73c63f
JM
52312000-02-15 Denis Chertykov <denisc@overta.ru>
5232
5233 * config.sub: Add support for avr target.
5234
d932cae7 52352000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
5236
5237 * config.sub: Add mmix-knuth-mmixware.
5238
52392000-01-27 Christopher Faylor <cgf@redhat.com>
5240
5241 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5242 structure stuff to -L library search.
5243 (CXX_FOR_TARGET): Ditto.
5244 (CROSS_CHECK_MODULES): Fix spelling mistake.
5245
52462000-01-24 Mark Mitchell <mark@codesourcery.com>
5247
5248 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5249 the C++ compiler.
5250
52512000-01-12 Richard Henderson <rth@cygnus.com>
5252
5253 * configure.in: Don't build some bits for beos.
5254
52552000-01-12 Joel Sherrill (joel@OARcorp.com)
5256
5257 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5258 as include files.
5259
91b2c84d
GK
52602000-01-06 Geoff Keating <geoffk@cygnus.com>
5261
5262 * configure.in: Use mt-aix43 to handle *_TARGET defs,
5263 not mh-aix43.
5264
ba73c63f
JM
52651999-12-14 Richard Henderson <rth@cygnus.com>
5266
5267 * config.guess (alpha-osf, alpha-linux): Detect ev67.
5268 * config.sub: Accept alphaev[78], alphaev8.
5269
52701999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5271
5272 * config.guess, config.sub: Update from autoconf.
5273
5274Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5275
5276 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5277 necessary libraries are missing.
5278
52791999-10-25 Andreas Schwab <schwab@suse.de>
5280
5281 * configure: Fix quoting inside arguments of eval.
5282
52831999-10-21 Nick Clifton <nickc@cygnus.com>
5284
5285 * config-ml.in: Allow suppression of some ARM multilibs.
5286
5287Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
5288
5289 * config.guess: Add OS/390 match pattern.
5290 * config.sub: Add mvs, openedition targets.
5291 * configure.in (i370-ibm-opened*): New.
5292
ef14edc4
ILT
52931999-09-04 Steve Chamberlain <sac@pobox.com>
5294
5295 * config.sub: Add support for configuring for pj.
5296
afb478e8
NC
52971999-08-31 Nick Clifton <nickc@cygnus.com>
5298
fd6848f6 5299 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 5300
ba73c63f 53011999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
5302
5303 * configure.in: Do not configure or build ld for AIX
5304 platforms. ld is known to be broken on these platforms.
5305
ba73c63f
JM
5306Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5307
5308 * config-ml.in: Pass compiler flag corresponding to multidirs to
5309 subdir configures.
5310
c363de44
ILT
53111999-08-09 Ian Lance Taylor <ian@zembu.com>
5312
5313 * Makefile.in (LDFLAGS): Define.
5314
dc8bc5a6
ILT
53151999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
5316
5317 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5318 noconfigdirs.
5319 (*-*-cygwin*): Likewise.
5320
6ca3858e
ILT
53211999-08-08 Ian Lance Taylor <ian@zembu.com>
5322
71141bb6
ILT
5323 * mkdep: New file.
5324 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5325 (BINUTILS_SUPPORT_DIRS): Add mkdep.
5326
6ca3858e
ILT
5327 From Eli Zaretskii <eliz@is.elta.co.il>:
5328 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5329 long file name when using DJGPP on MS-DOS.
5330
ba73c63f
JM
5331Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
5332
5333 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5334
2735a327
AM
53351999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
5336
5337 * Makefile.in (check-target-libio): Remove all-target-libstdc++
5338 dependency as this causes "make check" to globally "make all"
5339
ba73c63f
JM
5340Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
5341
5342 * configure.in (target_libs): Added target-zlib.
5343 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5344 (CONFIGURE_TARGET_MODULES): Likewise.
5345 (CHECK_TARGET_MODULES): Likewise.
5346 (INSTALL_TARGET_MODULES): Likewise.
5347 (CLEAN_TARGET_MODULES): Likewise.
5348 (configure-target-zlib): New target.
5349 (all-target-zlib): Likewise.
5350 (all-target-libjava): Depend on all-target-zlib.
5351 (configure-target-libjava): Depend on configure-target-zlib.
5352
5353 * Makefile.in (configure-target-libjava): Depend on
5354 configure-target-newlib.
5355 (configure-target-boehm-gc): New target.
5356 (configure-target-qthreads): New target.
5357
80413487
RH
5358 * configure.in (target_libs): Added target-qthreads.
5359 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5360 (CONFIGURE_TARGET_MODULES): Likewise.
5361 (CHECK_TARGET_MODULES): Likewise.
5362 (INSTALL_TARGET_MODULES): Likewise.
5363 (CLEAN_TARGET_MODULES): Likewise.
5364 (all-target-qthreads): New target.
5365 (configure-target-libjava): Depend on configure-target-qthreads.
5366 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
5367
5368 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5369 (CONFIGURE_TARGET_MODULES): Likewise.
5370 (CHECK_TARGET_MODULES): Likewise.
5371 (INSTALL_TARGET_MODULES): Likewise.
5372 (CLEAN_TARGET_MODULES): Likewise.
5373 (all-target-libjava): New target.
5374 (all-target-boehm-gc): Likewise.
5375 * configure.in (target_libs): Added libjava, boehm-gc.
5376
08d836d6
ILT
53771999-07-22 Ian Lance Taylor <ian@zembu.com>
5378
5379 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5380 configure.bat in SUPPORT_FILES.
5381 (gas+binutils.tar.bz2): Likewise.
5382
5383 * makeall.bat: Remove; obsolete.
5384
8f36e47c
ILT
53851999-07-21 Ian Lance Taylor <ian@zembu.com>
5386
5387 From Mark Elbrecht:
5388 * configure.bat: Remove; obsolete.
5389
56e82f25
ILT
53901999-07-11 Ian Lance Taylor <ian@zembu.com>
5391
5392 * configure: Add -W -Wall to the default CFLAGS when compiling with
5393 gcc.
5394
1001d816
JL
5395Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
5396
5397 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5398
106117aa
MM
53991999-06-30 Mark Mitchell <mark@codesourcery.com>
5400
5401 * configure.in: Build ld on IRIX6.
5402
c376f4ed
ILT
54031999-06-12 Ian Lance Taylor <ian@zembu.com>
5404
5405 * Makefile.in: Change distribution targets to use bzip2 instead of
5406 gzip.
5407 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 5408 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 5409
306b7445
NC
54101999-06-04 Nick Clifton <nickc@cygnus.com>
5411
5412 * config.sub: Add mcore target.
5413
d932cae7 54141999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
5415
5416 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5417
d932cae7 54181999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
5419
5420 * config.guess (dummy): Changed to $dummy.
5421
6c3175b0
NC
54221999-05-24 Nick Clifton <nickc@cygnus.com>
5423
ba73c63f
JM
5424 * config.sub: Tidied up case statements.
5425
54261999-05-22 Ben Elliston <bje@cygnus.com>
5427
5428 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5429 <jiro@din.or.jp>.
5430
5431 * config.guess: Merge with FSF version. Future changes will be
5432 more accurately recorded in this ChangeLog.
5433 * config.sub: Likewise.
5434
d932cae7 54351999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
5436
5437 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 5438
252b5132
RH
54391999-04-30 Tom Tromey <tromey@cygnus.com>
5440
5441 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5442
54431999-04-23 Tom Tromey <tromey@cygnus.com>
5444
5445 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5446
54471999-04-20 Drew Moseley <dmoseley@cygnus.com>
5448
5449 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5450 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5451 Bad merge removed these two changes.
5452
ba73c63f 5453Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 5454 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
5455
5456 * config.guess (interix Alpha): Add.
5457
252b5132
RH
54581999-04-11 Richard Henderson <rth@cygnus.com>
5459
5460 * configure.in (i?86-*-beos*): Do config gperf; don't config
5461 gdb, newlib, or libgloss.
5462
d932cae7 54631999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 5464
ba73c63f
JM
5465 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5466 link a trivial program with -mabi=64. If it fails, remove mabi=64
5467 from multidirs.
5468
d932cae7 54691999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
5470
5471 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5472
252b5132
RH
54731999-04-08 Nick Clifton <nickc@cygnus.com>
5474
5475 * config.sub: Add support for mcore targets.
5476
54771999-04-07 Michael Meissner <meissner@cygnus.com>
5478
5479 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5480 not mt-ospace, in order to shut up assembler warning about using
5481 symbols that are named the same as registers.
5482
54831999-04-07 Drew Moseley <dmoseley@cygnus.com>
5484
5485 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5486 dependency list for all-target-cygmon.
5487
54881999-04-05 Doug Evans <devans@casey.cygnus.com>
5489
5490 * config-ml.in: Check $host, not $target, for selective multilibs.
5491 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5492 thumb interworking, and underscore prefix multilibs.
5493
54941999-04-04 Ian Lance Taylor <ian@zembu.com>
5495
5496 * missing: Update to version from current automake.
5497
5498Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
5499
5500 * configure (gxx_include_dir): Removed.
5501
5502 * configure.in (gxx_include_dir): Handle it.
5503 * Makefile.in: Likewise.
5504
55051999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
5506
5507 * config.sub (mips64vr4111,mips64vr4111el) Add.
5508
55091999-03-21 Ben Elliston <bje@cygnus.com>
5510
80413487 5511 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
5512
5513Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
5514
252b5132
RH
5515 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5516 config/mh-djgpp.
5517
5518Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
5519
5520 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5521 all-target-newlib to dependency list for all-target-bsp.
5522
5523Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
5524
5525 * config.sub: Add i386-uwin support.
5526 * config.guess: Likewise.
5527
5528Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5529
5530 * configure.in: cleanup, add mh-*pic handling for arm, special
5531 case powerpc*-*-aix*
5532
5533Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
5534
5535 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5536 can be built.
5537
5538Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
5539
5540 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 5541 targets.
252b5132
RH
5542
55431999-03-02 Nick Clifton <nickc@cygnus.com>
5544
5545 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5546
d932cae7 55471999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
5548
5549 * config.sub: Check for "cygwin*" rather than "cygwin32*"
5550
55511999-02-24 Nick Clifton <nickc@cygnus.com>
5552
5553 * config.sub: Fix typo in arm recognition.
5554
d932cae7 55551999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
5556
5557 * configure.in (noconfigdirs): Changed target_configdirs to
5558 include target-bsp only for m68k-*-elf* and m68k-*-coff*
5559 rather than m68k-*-* since it is not known to work on
5560 m68k-aout. Ditto for arm-*-*oabi.
5561
d932cae7 55621999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
5563
5564 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
5565
55661999-02-19 Ben Elliston <bje@cygnus.com>
5567
5568 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5569 Smart and improved by Andrew Cagney.
5570
d932cae7 55711999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
5572
5573 * config.guess: Recognize openbsd-*-hppa.
5574
d932cae7 55751999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
5576
5577 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5578 only if it is not empty.
5579
55801999-02-17 Nick Clifton <nickc@cygnus.com>
5581
5582 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 5583
fd6848f6 5584 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
5585
5586 * config.sub: Modified to recognize uname's armv* syntax.
5587
55881999-02-17 Mark Salter <msalter@cygnus.com>
5589
5590 * configure.in: Added target-bsp for sparclite.
5591
d932cae7 55921999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
5593
5594 * config.sub: Recognize alphapca5[67] and up to alphaev8.
5595
55961999-02-08 Nick Clifton <nickc@cygnus.com>
5597
5598 * configure.in: Add support for strongarm port.
5599 * config.sub: Add support for strongarm target.
5600
d932cae7 56011999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 5602
252b5132
RH
5603 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5604 the old name config/mh-cygwin32.
5605 Enable texinfo.
5606
d932cae7 56071999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5608
5609 * configure.in: Do build ld for ix86 Solaris.
5610
d932cae7 56111999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
5612
5613 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
5614 $AR_FOR_TARGET. Likewise for RANLIB.
5615
d932cae7 56161999-02-02 Catherine Moore <clm@cygnus.com>
35590697 5617
80413487
RH
5618 * config.sub (oabi): Recognize.
5619 * configure.in (arm-*-oabi): Handle.
252b5132 5620
d932cae7 56211999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
5622
5623 * config.guess: Improve detection of i686 on UnixWare 7.
5624
d932cae7 56251999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
5626
5627 * config.guess: Add support for i386-pc-interix.
5628 * config.sub: Likewise.
5629 * configure.in: Likewise.
252b5132 5630
d932cae7 56311999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5632
5633 * Makefile.in: Remove unneeded all-target-libio from
5634 from all-target-winsup target since it is now unneeded.
5635 Add all-target-libtermcap in its place since it is now
5636 needed.
5637
d932cae7 56381998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5639
5640 * configure.in: makefile stub for cygwin target is probably
5641 unnecessary. Remove it for now.
252b5132 5642
d932cae7 56431998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5644
5645 * configure.in: libtermcap.a should be built when cygwin is the
5646 target as well as the host.
5647 * config.guess: Allow mixed case in cygwin uname output.
5648 * Makefile.in: Add libtermcap target.
252b5132 5649
d932cae7 56501998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5651
5652 * config.sub: Clean up handling of hppa2.0.
5653
d932cae7 56541998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
5655
5656 * config.guess: Use C code to identify more HP machines.
5657
5658Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
5659
5660 * config.sub: Handle hppa2.0.
5661
ba73c63f
JM
5662Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
5663
5664 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 5665 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
5666
56671998-12-15 Mark Salter <msalter@cygnus.com>
5668
5669 * configure.in: Added target-bsp for several target architectures.
5670
5671 * Makefile.in: Added rules for bsp.
5672
252b5132
RH
5673Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
5674
5675 * config.guess: Improve detection of hppa2.0 processors.
5676
5677Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
5678
5679 * config.guess: Recognize FreeBSD using ELF automatically.
5680
56811998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
5682
5683 * configure (skip-this-dir): Add handling for new shell script, which
5684 might be created by a sub-directory's configure to indicate, this particular
5685 directory is "unwanted".
5686 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5687
252b5132
RH
5688Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
5689
5690 * ltconfig: import from libtool, after changing libtool to
5691 account for the cygwin name change.
5692
5693Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
5694
5695 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5696 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5697
5698Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
5699
5700 * configure.in: Add libtermcap to list of cygwin dependencies.
5701
d932cae7 57021998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 5703
80413487
RH
5704 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5705 they include winsup/include when it's a cygwin target.
252b5132
RH
5706
57071998-11-12 Tom Tromey <tromey@cygnus.com>
5708
5709 * configure.in (host_tools): Added zip.
5710 * Makefile.in (all-target-libjava): Depend on all-zip.
5711 (all-zip): New target.
5712 (ALL_MODULES): Added all-zip.
5713 (NATIVE_CHECK_MODULES): Added check-zip.
5714 (INSTALL_MODULES): Added install-zip.
5715 (CLEAN_MODULES): Added clean-zip.
5716
d932cae7 57171998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
5718
5719 * Makefile.in: lose "32" from comment about cygwin.
5720
d932cae7 57211998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
5722
5723 * configure.in: Use -Os to build target libraries for the fr30.
5724
d932cae7 57251998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
5726
5727 * config.sub: Add fr30.
5728
d932cae7 57291998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 5730
80413487 5731 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
5732 cygwin* instead of cygwin32*.
5733 * config.sub: Check cygwin* instead of cygwin32*.
5734
d932cae7 57351998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
5736
5737 * config.guess: Match any version of Unixware7.
5738
252b5132
RH
57391998-10-20 Syd Polk <spolk@cygnus.com>
5740
5741 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5742 if desired.
5743
d932cae7 57441998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5745
5746 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5747 these if the appropriate directories and files to not exist.
5748
d932cae7 57491998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5750
5751 * Makefile.in (DEVO_SUPPORT): Add config.if.
5752
d932cae7 57531998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
5754
5755 * configure: Add pattern to replace "build_tooldir"'s
5756 definition in the generated Makefile with "tooldir"'s
5757 actual value.
5758
252b5132
RH
5759Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
5760
5761 * config.sub: Bring back lost sparcv9.
5762
ba73c63f
JM
5763 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5764
5765Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
5766
5767 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5768 CC_FOR_TARGET and friends.
5769
5770Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 5771
ba73c63f
JM
5772 * Makefile.in (build_tooldir): New variable, same as tooldir.
5773 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5774 -B$(build_tooldir)/bin/.
5775 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5776
252b5132
RH
5777Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
5778
5779 * config.sub: Add support for i[34567]86-pc-udk.
5780 * configure.in: Likewise.
5781
5782Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5783
5784 * Makefile.in: add bzip2 package building bits for user
5785 tools module
5786 * configure.in: ditto
5787
ba73c63f
JM
5788Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5789
5790 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5791 (ALL_TARGET_MODULES): Add all-target-libobjc.
5792 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5793 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5794 (all-target-libchill): Add dependencies.
5795 * configure.in (target_libs): Add libchill.
35590697 5796
252b5132
RH
57971998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5798
ba73c63f 5799 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
5800
5801Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5802
5803 * Makefile.in (all-automake): fix dependencies.
5804
5805Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5806
5807 * configure.in: Minor cleanups for building in the $(target_alias)
5808 subdir.
5809
58101998-09-22 Jim Wilson <wilson@cygnus.com>
5811
5812 * Makefile.in (bootstrap): Set r and s before make all. Use
5813 BASE_FLAGS_TO_PASS in make all.
5814 (cross): Likewise.
5815
58161998-09-20 Mark Mitchell <mark@markmitchell.com>
5817
5818 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5819
252b5132
RH
5820Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5821
5822 * config.sub: Fix typo in last change.
5823
58241998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5825
5826 * config.sub: Add support for C4x target.
5827 * configure.in: Likewise.
5828
58291998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5830
5831 * config.sub: Recognize sparcv9 just like sparc64.
5832
5833Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5834
5835 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5836
5837Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5838
5839 * config.guess: Correctly identify Pentium II sco boxes.
5840
5841 * config.guess: Fix "tr" code. From Weiwen Liu.
5842
5843Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5844
5845 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5846 stabs.
5847
5848Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5849
5850 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5851 (ALL_TARGET_MODULES): Add all-target-libchill.
5852 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5853 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5854 (all-target-libchill): Add dependencies.
5855 * configure.in (target_libs): Add libchill.
5856
5857Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5858
5859 * config.guess: Avoid assumptions about "tr" behaves when
5860 LANG is set to something other than English.
5861
5862Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5863
5864 * configure (gxx_include_dir): Changed to
5865 '${prefix}/include/g++'-${libstdcxx_interface}.
5866
5867 * config.if: New to determine the interfaces.
5868
5869Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5870
5871 * config.guess: Detect and handle MPE/IX.
5872 * config.sub: Deal with MPE/IX.
5873
5874Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5875
5876 * configure.in: Use mh-aix43.
5877
58781998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5879
5880 * configure: Fix --without/--disable cases for gxx-include-dir.
5881
5882Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5883
5884 * mdata-sh: Imported. Needed for automake support.
5885
5886Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5887
ba73c63f 5888 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
5889 "chmod og=u `find . -print`".
5890
5891Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5892
ba73c63f 5893 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
5894
5895Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5896
5897 * Makefile.in: Undo previous patch.
5898
5899Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5900
5901 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5902 to here ...
5903 (install-no-fixedincludes): and here
5904 (INSTALL_MODULES): ... from here.
5905
5906Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5907
5908 * config.sub: Merge with FSF.
5909
5910 * config.guess: Merge with FSF.
5911
5912Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5913
5914 * configure (extraconfigdirs): New variable.
5915 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5916 * Makefile.in (all): Move higher in file.
5917 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5918 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5919 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5920 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5921 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5922
59231998-07-23 Brendan Kehoe <brendan@cygnus.com>
5924
5925 * Makefile.in (all-target-libjava): Depend on all-gcc and
5926 all-target-newlib.
5927 (configure-target-libjava): Depend on $(ALL_GCC).
5928
5929Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
5930
5931 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5932 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5933
5934Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
5935
5936 * ylwrap: Change absolute path checks to check for DOS style path
5937 names.
5938
5939 * ylwrap: Don't use a full path name if the source file is in the
5940 same directory. From hjl@lucon.org (H.J. Lu).
5941
5942 * config-ml.in: Default to being verbose, to match Feb 18 change to
5943 configure.
5944
5945Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
5946
5947 Brought over from egcs:
5948
5949 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5950
5951 * configure.in (target_subdir): Set to ${target_alias} instead
5952 of "libraries".
5953
5954 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5955
5956 * configure.in (target_subdir): Set to libraries if enable_multilib.
5957
5958Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
5959
5960 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5961 multilibs, force reconfiguration the first time we create
5962 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5963
5964Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
5965
5966 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5967 avoid confusion with --no-recursion.
5968
5969Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
5970
5971 * configure.in: Win32 hosts shouldn't use install -x
5972 * install-sh: remove -x option, and special .exe-handling
5973 hack.
5974
5975Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
5976
5977 * config.guess: Recognize i586-pc-beos.
5978 * configure.in: Don't build some bits for beos.
5979
5980Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
5981
5982 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5983 CFLAGS default to -O2.
5984
5985 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5986 when using GNU ld.
5987
5988Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
5989
5990 * ltmain.sh: Correct install when using a different shell.
5991
5992Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
5993
5994 * ltconfig, ltmain.sh: Update to libtool 1.2b.
5995
5996Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
5997
5998 * makefile.vms: Update to build binutils/makefile.vms. Add install
5999 target.
6000
6001Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
6002
6003 * ltconfig: Update to correct AIX handling.
6004
6005Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6006
6007 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6008
6009 * configure.in (target_subdir): Set to ${target_alias} instead
6010 of "libraries".
6011
60121998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
6013
6014 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6015 (Makefile): Depend on $(gcc_version_trigger).
6016
6017 * configure (gcc_version): Change default initializer to empty
6018 string.
6019 (gcc_version_trigger): New variable; pass this variable down
6020 to subdir configures to enable them checking gcc's version
6021 themselves. Emit make macros for both gcc_version vars.
6022 (topsrcdir): Initialize reliably.
6023 (recursion line): Remove --with-gcc-version=${gcc_version}.
6024
60251998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6026
6027 * configure (enable_version_specific_runtime_libs): Implement new flag
6028 --enable-version-specific-runtime-libs which installs C++ runtime stuff
6029 in $(libsubdir); emit definition in each generated Makefile.
6030 (gxx_include_dir): Initialize depending on
6031 $enable_version_specific_runtime_libs.
6032
60331998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6034
6035 * configure (gcc_version): Initialize properly depending on
6036 how and where configure is started.
6037 (recursion line): Pass a --with-gcc-version=${gcc_version}
6038 to configures in subdirs.
6039
6040Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
6041
6042 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 6043 cygmon
252b5132
RH
6044
6045Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
6046
6047 * configure.in: Add cygmon and libstub support for mn10200.
6048
60491998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
6050
6051 * configure (gcc_version): Add new variable describing the
6052 particular gcc version we're building.
6053 * Makefile.in (libsubdir): Add new macro for the directory
6054 in which the compiler finds executables, libraries, etc.
6055 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6056 and libsubdir.
6057
6058Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6059
ba73c63f
JM
6060 * Makefile.in (local-clean): Remove *.log.
6061 (warning.log): Built with warn_summary from build.log.
6062 (mail-report.log): Run test_summary.
6063 (mail-report-with-warnings.log): Run test_summary including
6064 warning.log in the report.
252b5132
RH
6065
6066Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
6067
6068 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6069
6070Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
6071
6072 * Makefile.in (grep): Grep no longer depends on libiberty.
6073
6074Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
6075
6076 * Makefile.in: all-snavigator needs all-libgui.
6077
6078Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
6079
6080 * configure.in: Add cygmon and libstub support for mn10300.
6081
6082Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
6083
6084 * missing: Update to version from automake 1.3.
6085
6086 * ltmain.sh: On installation, don't get confused if the same name
6087 appears more than once in the list of library names.
6088
6089Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
6090
6091 * config.sub: Accept m68060 and m5200 as CPU names.
6092
6093Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
6094
6095 * configure: Use && rather than using -a in test, because odd
6096 strings can confuse test.
6097 * configure.in: Likewise.
6098
6099Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
6100
6101 * ltconfig, ltmain.sh: Bring in Visual C++ support.
6102
6103Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6104
6105 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
6106 bootstrap4-lean): New targets.
6107
6108Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
6109
6110 * mpw-* Delete. Not used.
252b5132
RH
6111
6112Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
6113
6114 * COPYING.LIB: Update FSF address.
6115
6116Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
6117
6118 * ltconfig, ltmain.sh: Update to libtool 1.2a.
6119
6120 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6121 GAS_SUPPORT_DIRS.
6122
6123Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
6124
6125 * ltconfig, ltmain.sh: Avoid producing a version number if
6126 -version-info was not used.
6127
6128Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
6129
6130 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6131 building with newlib.
6132
61331998-04-30 Paul Eggert <eggert@twinsun.com>
6134
ba73c63f 6135 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 6136 Solaris `make' causes it to continue to next definition.
252b5132 6137
afb8d725
JM
6138Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
6139
6140 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6141 the right GUI libraries and files are installed along with GDB.
6142
252b5132
RH
6143Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
6144
6145 * configure.in: Change alpha to alpha* in several places.
6146
6147Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
6148
6149 * config.sub: Recognize sparc86x.
6150
6151Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 6152
252b5132
RH
6153 * configure.in (--enable-target-optspace): Remove debug echo.
6154
6155Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
6156
6157 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6158
6159Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
6160
6161 * ltconfig: Update cygwin32 support.
6162
6163 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6164 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6165 (GDB_SUPPORT_DIRS): Likewise.
6166
6167Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
6168
6169 * configure.in (target_makefile_frag): If --enable-target-optspace,
6170 use -Os to compile target libraries rather than -O2. Default to
6171 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6172 not used.
6173 * configure.in (target_cflags): Ditto for d30v.
6174
6175Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
6176
6177 * Makefile.in (all-bfd): Depend on all-intl.
6178 (all-binutils): Likewise.
6179 (all-gas): Likewise.
6180 (all-gprof): Likewise.
6181 (all-ld): Likewise.
6182
252b5132
RH
61831998-04-19 Brendan Kehoe <brendan@cygnus.com>
6184
6185 * configure.in (host_tools): Fix typo, lbtool -> libtool.
6186
6187Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
6188
6189 * Makefile.in (all-bfd): Depend upon all-libiberty.
6190
6191 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6192
6193Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
6194
6195 * Makefile.in: Add libstub.
6196
6197 * configure.in: Ditto. Build libstub for targets that have cygmon
6198 support.
6199
6200Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
6201
6202 * configure.in: Don't set PICFLAG on ix86-cygwin32.
6203
6204Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
6205
6206 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6207 use mh-sysv5 if specified. Support gprof on SCO Open Server.
6208
6209Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
6210
6211 * configure: Define DEFAULT_M4 by searching PATH.
6212 * Makfile.in: Use DEFAULT_M4.
6213
6214Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
6215
6216 * ltconfig: Add cygwin32 support.
6217
6218 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
6219 to configure and build.
6220
6221Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
6222
6223 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
6224
6225Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
6226
6227 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6228
6229Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
6230
6231 * Makefile.in: add ash make rules
6232 * configure.in: add ash to native_only and host_tools lists
6233
6234Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
6235
6236 * Makefile.in (all-gettext, all-intl): New targets.
6237 (ALL_MODULES): Added all-gettext, all-intl.
6238 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6239 (INSTALL_MODULES): Added install-gettext, install-intl.
6240 (CLEAN_MODULES): Added clean-gettext, clean-intl.
6241
6242 * configure.in (host_tools): Added gettext.
6243 (native_only): Likewise.
6244 (noconfigdirs) [various cases]: Likewise.
6245 (host_libs): Added intl.
6246
afb8d725
JM
6247Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
6248
6249 * configure: Do not disable building gdbtk for cygwin32 hosts.
6250
ba73c63f
JM
6251Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
6252
6253 * configure.in: Add thumb-coff target.
6254 * config.sub: Add thumb-coff target.
6255
252b5132
RH
6256Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6257
6258 * Makefile.in: Revert yesterday's change.
6259 (all-target-winsup): all-target-librx stays out of here.
6260
6261Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
6262
ba73c63f
JM
6263 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6264 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6265 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
6266 Remove references to librx and libg++.
6267
6268Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
6269
6270 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6271 recursive makes
6272
6273Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
6274
6275 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6276 for newlib directory.
6277 (CXX_FOR_TARGET): Likewise.
6278
6279Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
6280
6281 * ltconfig: Update after libtool/ltconfig.in change for
6282 hpux11.
6283
6284Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
6285
6286 * ltconfig, ltmain.sh: Update to libtool 1.2.
6287
6288Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
6289
6290 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6291 (install-gcc-cross): Instead, override LANGUAGES here.
6292
62931998-03-18 Dave Love <d.love@dl.ac.uk>
6294
6295 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6296 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6297
6298Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
6299
6300 * configure.in: Add Thumb-pe target.
6301
6302Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 6303
252b5132
RH
6304 * Makefile.in - changed sn targets to snavigator
6305 * configure.in - changed sn targets to snavigator
6306
6307Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6308
6309 * config-ml.in: After building symlink tree call make distclean
6310 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6311 to be the case for libiberty.
6312
6313Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
6314
6315 * configure: When making link, also check the current
6316 directory. The configure scripts may create one.
6317
6318Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
6319
6320 * config.sub: Accept alphapca56 and alphaev6 properly.
6321
6322Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6323
6324 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6325
252b5132
RH
6326Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6327
80413487 6328 * config.sub (sco5): Fix typo.
252b5132
RH
6329
6330Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
6331
6332 * Makefile.in (INSTALL_MODULES): Move install-tcl before
6333 install-itcl.
6334 (install-itcl): Remove dependency on install-tcl.
6335
6336Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
6337
6338 * configure.in: Remove libgloss from noconfigdirs for MN10300.
6339
252b5132
RH
6340Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
6341
6342 * configure.in: Don't build libgui for a cygwin32 target when not on
6343 a cygwin32 host.
6344
6345Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
6346
6347 * configure (redirect): Set to null, so default behavior of
6348 configure is now --verbose.
6349
63501998-02-16 Dave Love <d.love@dl.ac.uk>
6351
6352 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6353 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6354
6355Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
6356
6357 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6358 this change to sync Makefile.in with its ChangeLog entries.
6359
6360Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
6361
6362 * ltmain.sh (mkdir): Check that the directory doesn't exist
6363 before we exit with error, so that we don't get races during
6364 parallel builds.
6365
6366Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
6367
6368 * ltconfig, ltmain.sh: Update from libtool 1.0i.
6369
6370Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
6371
6372 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6373 PICFLAG_FOR_TARGET.
6374 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6375
6376 * configure: Emit a definition for the new macro enable_shared
6377 into each Makefile.
6378
252b5132
RH
6379Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6380
6381 * configure.in (host_tools, native_only): Add libtool.
6382
6383Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
6384
6385 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6386 Fix typo in ming config comment.
6387
6388Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
6389
6390 * ltconfig, ltmain.sh: Update from libtool 1.0h.
6391
6392Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
6393
6394 * config.sub: Add tic30 cases, and map c30 to tic30.
6395
ba73c63f
JM
6396Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
6397
6398 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6399 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6400 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6401 (CLEAN_TARGET_MODULES): Similarly
6402 (all-target-libf2c): Add dependences.
35590697 6403 * configure.in (target_libs): Add libf2c.
ba73c63f 6404
252b5132
RH
6405Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
6406
ba73c63f
JM
6407 * configure.in: Remove expect from noconfigdirs when target
6408 is cygwin32. OK to build expect and dejagnu with Canadian
6409 Cross.
252b5132
RH
6410
6411Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6412
6413 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6414 host.
6415
6416 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6417 and mingw32.
6418
6419Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
6420
6421 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6422 here as it is not defined in the toplevel Makefile.
6423
6424Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
6425
6426 * configure (package_makefile_rules_frag): New variable, which names
6427 a file with generic rules, ...
6428 Change comment to mention we now have FIVE parts.
6429 * configure: Undo last change.
6430
6431Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6432
6433 * config.guess: More accurate determination of HP processor types.
6434 * config.sub: More accurate determination of HP processor types.
6435
6436Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6437
6438 * configure (package_makefile_frag): Move inserting the
6439 ${package_makefile_frag} to where it should be according
6440 to the comment.
6441
ba73c63f 6442Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
6443
6444 * config.guess: Add support for Linux/ARM.
6445
6446Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6447
6448 * .cvsignore: Remove *-info and *-install since they match
6449 release-info and mpw-install, which we don't want to just ignore.
6450
6451Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6452
6453 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6454
6455Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6456
6457 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6458 local_prefix to sub-make invocations.
6459
6460Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6461
6462 * configure.in: Check makefile fragments in the source
6463 directory.
6464
6465Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6466
ba73c63f
JM
6467 * configure.in: Check whether host and target makefile
6468 fragments exist before adding them to *_makefile_frag.
252b5132
RH
6469
6470Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6471
6472 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 6473
252b5132
RH
6474Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6475
6476 * configure.in: Make sure we only replace RPATH_ENVVAR on
6477 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6478 regexp to sed.
6479
6480 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6481 to sub-makes.
6482
64831998-01-13 Lee Iverson (leei@ai.sri.com)
6484
6485 * config-ml.in (multi-do): LDFLAGS must include multilib
6486 designator.
6487
6488Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
6489
6490 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6491
6492Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
6493
6494 * config.sub: Add mingw32 support.
6495 * configure.in: Likewise.
252b5132
RH
6496
6497Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6498
6499 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6500
6501Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
6502
6503 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6504 * configure (gxx_include_dir): Provide a definition for subdirs
6505 which do not use autoconf.
6506
6507Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
6508
6509 * config.guess: Sync with egcs. Picks up new alpha support,
6510 BeOS & some additional linux support.
6511
ba73c63f 6512Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6513
6514 * config.guess: HP 9000/803 is a PA1.1 machine.
6515
ba73c63f
JM
6516Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
6517
6518 * configure.in: It's alpha*-...
252b5132
RH
6519
6520Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6521
ba73c63f
JM
6522 * configure.in (host_makefile_frag, target_makefile_frag):
6523 Handle multiple config files.
6524 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6525 alpha-*-*.
252b5132
RH
6526
6527Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
6528
6529 * mkdep: New file.
6530
6531Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
6532
6533 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6534
6535Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
6536
6537 * Makefile.in: Add libgui directory.
6538 (GDB_TK): Add all-libgui.
6539 * configure.in: Add libgui directory.
6540 * configure: Add all-libgui to GDB_TK.
6541
6542Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
6543
6544 * config-ml.in (multidirs): Add m32r to multilib list.
6545
6546Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
6547
6548 * Makefile.in (all-target-gperf): Change dependency to
6549 all-target-libstdc++.
6550
6551Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
6552
6553 * config.guess: Add BeOS support.
6554
6555Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
6556
6557 Source directory cvs renamed to cvssrc:
6558 * configure.in (host_tools): Change cvs to cvssrc.
6559 (native_only): Likewise.
6560 (noconfigdirs) [various cases]: Likewise.
6561 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6562 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6563 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6564 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6565 (all-cvssrc): Rename target from all-cvs.
6566
6567Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
6568
6569 * configure (gxx_include_dir): Fix thinko.
6570
6571Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
6572
6573 * Makefile.in (INSTALL_TARGET_CROSS): Define.
6574 (install-cross, install-gcc-cross): New targets.
6575
6576Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
6577
6578 * configure.in (noconfigdirs): Add support for Thumb target.
6579
6580 * config.sub (maybe_os): Add support for Thumb target.
6581
6582Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
6583
6584 * Makefile.in: Add rules for cygmon.
6585
6586 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6587
6588Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
6589
6590 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6591 * configure (gxx_include_dir): Provide a definition for subdirs
6592 which do not use autoconf.
6593
6594Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
6595
6596 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 6597 11/18/97 build
252b5132
RH
6598
6599Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
6600
6601 * From Franz Sirl.
6602 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6603 found on RedHat Linux systems.
6604
6605Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
6606
6607 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6608 guesses.
6609
6610Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
6611
6612 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6613
6614Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6615
6616 * ltmain.sh: If mkdir fails, check whether the directory was created
6617 anyhow by some other process.
6618
6619Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
6620
6621 * configure.in (d30v-*-*): Configure all directories.
6622
6623Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
6624
6625 * configure.in (d30v-*-*): Configure newlib, libiberty directories
6626 for the D30V.
6627
6628Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
6629
6630 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6631
6632Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
6633
80413487
RH
6634 * include/libiberty.h: Add extern "C" { so it can be used with C++
6635 progrms.
6636 * include/remote-sim.h: Add extern "C" { so it can be used with C++
6637 programs.
252b5132
RH
6638
6639Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
6640
6641 * configure.in (d30v-*-*): Configure GCC now.
6642
6643Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6644
6645 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6646 is no longer needed.
6647
6648Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
6649
6650 * Makefile.in: check-target-libio depends on all-target-libstdc++.
6651
6652Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
6653
6654 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6655 targets using "$@" to provide support for similar but not identical
6656 targets without having to duplicate code.
6657
6658Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
6659
6660 * makefile.vms: Fix to work with DEC C.
6661
6662Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
6663
6664 * config.sub: Add mips-tx39-elf to marketing names.
6665
6666Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6667
6668 * ltmain.sh: Handle symlinks in generated script.
6669
6670Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
6671
6672 * configure: Handle autoconf style directory options: --bindir,
6673 --datadir, --includedir, --infodir, --libdir, --libexecdir,
6674 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6675 --sysconfdir.
6676 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6677 (sharedstatedir, localstatedir, oldincludedir): New variables.
6678 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6679 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6680 sbindir, sharedstatedir, and sysconfdir.
6681
6682Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6683
6684 * Makefile.in (bootstrap-lean): New target.
6685
6686Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
6687
6688 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 6689 sn, and gnuserv from noconfigdirs.
252b5132
RH
6690
6691Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
6692
6693 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6694
6695Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
6696
ba73c63f 6697 * Makefile.in (cross): New target.
252b5132
RH
6698
6699Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 6700 Jeff Law <law@cygnus.com>
252b5132
RH
6701
6702 * Makefile.in (bootstrap2, bootstrap3): New targets.
6703 (all-bootstrap): Remove outdated and confusing target.
6704 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6705
afb8d725
JM
6706Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6707
6708 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 6709 windows. Consistent with gdb/configure.
afb8d725 6710
252b5132
RH
67111997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
6712
252b5132
RH
6713 * configure.in: Name Linux target fragment.
6714
6715 * configure: Rewrite so that project Makefile fragment is inserted
6716 first and appears last in the resulting Makefile.
6717
6718Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
6719
6720 * Makefile.in (install-itcl): Install tcl first.
6721
252b5132 6722Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 6723
252b5132
RH
6724 * configure.in: remove bison from noconfigdirs for Cygwin32 host
6725
6726Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6727
6728 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6729
6730 * configure.in (skipdirs): Add target-librx for Linux.
6731 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6732
6733Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
6734
6735 * Makefile.in (bootstrap): New target.
6736
6737Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
6738
6739 * config.sub: Accept 'amigados' for backward compatability.
6740
6741Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
6742
6743 * config.guess: Merge with FSF.
6744
ba73c63f
JM
6745Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
6746
6747 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6748
252b5132
RH
6749Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
6750
6751 * config.sub: Add "marketing-names" patch.
6752
6753Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
6754
80413487 6755 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
6756
6757Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
6758
6759 * config.sub: Handle v850-elf.
6760
ba73c63f
JM
6761Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
6762
6763 * .cvsignore (*-install): Remove.
6764
252b5132
RH
6765Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
6766
6767 * ltconfig: Set CONFIG_SHELL in libtool.
6768 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6769
6770Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6771
6772 * configure.in (target_subdir): Set to libraries if enable_multilib.
6773
6774Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
6775
6776 * config.guess: Update from gcc directory.
6777
6778Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
6779
6780 * Makefile.in (all-sim): Depends on all-readline.
6781
6782Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6783
6784 * Makefile.in (BISON, YACC): Use $$s.
6785 (all-bison): Depend on all-texinfo.
6786
6787Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6788
6789 * Makefile.in (BISON): Add -L flag.
6790 (YACC): Likewise.
6791
6792Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6793
35590697
AJ
6794 * configure.in (noconfigdirs): Add support for v850e target.
6795
252b5132
RH
6796 * config.sub (maybe_os): Add support for v850e target.
6797
6798Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6799
35590697
AJ
6800 * configure.in (noconfigdirs): Add support for v850ea target.
6801
252b5132
RH
6802 * config.sub (maybe_os): Add support for v850ea target.
6803
6804Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6805
6806 * config.sub: Add mipstx39. Delete r3900.
6807
6808Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6809
6810 * Makefile.in (all-autoconf): Depends on all-texinfo.
6811
6812Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6813
6814 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6815 eabi targets.
6816
6817Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6818
6819 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6820
6821 * configure: When handling a Canadian Cross, handle YACC as well as
6822 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 6823 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
6824
6825Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6826
6827 * Makefile.in (BISON): bison, not byacc or bison -y.
6828 (YACC): bison -y or byacc or yacc.
6829 (various): Add *-bison as appropriate.
6830 (taz): No need to mess with BISON anymore.
6831
6832Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6833
6834 * configure: If OSTYPE matches *win32*, try to find a good value for
6835 CONFIG_SHELL.
6836
6837Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6838
6839 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6840 configure.in if it is present.
6841
6842Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6843
6844 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6845
6846Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6847
6848 * config.sub: Recognize `arc' cpu.
6849 * configure.in: Likewise.
6850 * config-ml.in: Likewise.
6851
6852Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6853
6854 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6855
6856Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6857
6858 * configure: Changed sed delimiter from ':' to '|' when
6859 attempting to substitute ${config_shell} for SHELL. On
6860 NT ${config_shell} may contain a ':' in it.
6861
6862Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6863
6864 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6865
6866Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6867
6868 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6869
6870Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6871
6872 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6873
6874 * ylwrap: If the program is a relative path, force it to be
6875 absolute.
6876
6877Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6878
6879 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6880
6881Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6882
6883 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
6884 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6885 for libraries.
252b5132
RH
6886
6887Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6888
6889 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 6890 separated by spaces.
252b5132
RH
6891
6892Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6893
6894 * ylwrap: New file.
6895 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6896
6897 * ltmain.sh: Handle /bin/sh at start of install program.
6898
6899 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6900
6901 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6902 * missing: New file, from automake 1.2.
6903
6904Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6905
6906 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6907 check-tk to CHECK_X11_MODULES.
6908
6909Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6910
6911 * config.sub: Merge with FSF.
6912
6913Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6914
6915 * config.guess: Merge with FSF.
6916
6917Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6918
6919 * configure: Treat msdosdjgpp like go32.
6920 * configure.in: Likewise. Don't remove gprof for go32.
6921
6922 * configure: Change Makefile.tem2 to Makefile.tm2.
6923
6924Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
6925
6926 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6927
6928Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6929
6930 * install-sh (chmodcmd): Set to null if the DST directory already
6931 exists. Same as Nov 11th change.
6932
6933Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
6934
35590697 6935 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
6936
6937Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6938
6939 * config.guess: Update from FSF.
6940
6941Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
6942
6943 * Makefile.in (GDB_TK): Depend on itcl and tix.
6944
6945Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
6946
6947 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6948 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6949 (INSTALL_SCRIPT): New variable.
6950 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6951 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6952 to -x.
6953 * install-sh: Add support for -x option.
6954
6955Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
6956
6957 * configure.in, Makefile.in: Treat tix like itcl.
6958
6959Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
6960
6961 * Makefile.in (WINDRES): New variable.
6962 (WINDRES_FOR_TARGET): New variable.
6963 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6964 (EXTRA_HOST_FLAGS): Add WINDRES.
6965 (EXTRA_TARGET_FLAGS): Add WINDRES.
6966 (EXTRA_GCC_FLAGS): Add WINDRES.
6967 ($(DO_X)): Pass down WINDRES.
6968 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6969 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6970 DLLTOOL_FOR_TARGET.
6971
6972Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
6973
6974 * configure.in: configure sim before gdb for win32-x-ppc
6975
6976Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6977
6978 Move gperf into the toplevel, from libg++.
6979 * configure.in (target_tools): Add target-gperf.
6980 (native_only): Add target-gperf.
6981 * Makefile.in (all-target-gperf): New target, depend on
6982 all-target-libg++.
6983 (configure-target-gperf): Empty rule.
6984 (ALL_TARGET_MODULES): Add all-target-gperf.
6985 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6986 (CHECK_TARGET_MODULES): Add check-target-gperf.
6987 (INSTALL_TARGET_MODULES): Add install-target-gperf.
6988 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6989
6990Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 6991
252b5132
RH
6992 * config.sub (mn10200): Recognize new basic machine.
6993
6994Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6995
6996 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6997 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6998
6999Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7000
7001 * configure.in: If we're building mips-sgi-irix6* native, turn on
7002 ENABLE_MULTILIB and set TARGET_SUBDIR.
7003
7004Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
7005
7006 * Makefile.in (all-sn): Depend on all-grep.
7007
7008Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
7009
7010 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7011
7012 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7013 Makefile. From Jeff Makey <jeff@cts.com>.
7014 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7015
7016 * Makefile.in (DISTBISONFILES): Remove.
7017 (taz): Don't futz with DISTBISONFILES. Change BISON to use
7018 $(DEFAULT_YACC).
7019
7020 * configure.in: Build itl, db, sn, etc., when building for native
35590697 7021 cygwin32.
252b5132
RH
7022
7023 * Makefile.in (LD): New variable.
7024 (EXTRA_HOST_FLAGS): Pass down LD.
7025 ($(DO_X)): Likewise.
7026
7027Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
7028
7029 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7030
7031Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
7032
7033 * configure.in (targargs): Strip out any supplied --build argument
35590697 7034 before adding our own. Always add --build.
252b5132
RH
7035
7036Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
7037
7038 * configure.in (targargs): Pass --build if we're doing
7039 a cross-compile.
7040
7041Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
7042
ba73c63f 7043 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
7044 sed. Otherwise sed chokes on NT path names with drive
7045 designators. Also look for "?:*" as the leading characters in an
7046 absolute pathname.
7047
7048Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
7049
7050 * config.sub: Support for r3900.
7051
7052Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
7053
7054 * configure.in: Use install-sh, not install.sh.
7055
7056Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
7057
7058 * Makefile.in (taz): Improve check for BISON so it doesn't try to
7059 apply it twice.
7060
7061Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
7062
7063 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7064 install-binutils.
7065
7066Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
7067
7068 * Makefile.in: Add automake targets.
7069 * configure.in (host_tools): Add automake.
7070
7071Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
7072
7073 * configure: Default CXX to c++, not gcc.
7074 * Makefile.in (CXX): Set to c++, not gcc.
7075 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7076
7077Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
7078
7079 * install-sh: try appending a .exe if source file doesn't
7080 exist
7081
7082Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
7083
7084 * configure.in: Turn on multilib by default.
7085 (cross_only): Remove target-libiberty.
7086
7087 * Makefile.in (all-gcc): Don't depend on libiberty.
7088
7089Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
7090
7091 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7092
7093Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
7094
7095 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7096 (DISTBISONFILES): Add ld/Makefile.in
7097
7098Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
7099
7100 * configure.in: if target is cygwin32 but host isn't cygwin32,
7101 don't configure gdb tcl tk expect, not just gdb.
7102
7103Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
7104
7105 * configure.in: Added gnuserv everywhere sn appears.
7106
7107 * Makefile.in (ALL_MODULES): Added all-gnuserv.
7108 (CROSS_CHECK_MODULES): Added check-gnuserv.
7109 (INSTALL_MODULES): Added install-gnuserv.
7110 (CLEAN_MODULES): Added clean-gnuserv.
7111 (all-gnuserv): New target.
7112
7113Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
7114
7115 * config.guess: Fixes for MIPS OpenBSD systems.
7116
7117Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
7118
7119 * Makefile.in (INSTALL_XFORM): Remove.
7120 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7121
7122 * mkinstalldirs: New file, copied from automake.
7123 * Makefile.in (installdirs): Rename from install-dirs. Use
7124 mkinstalldirs. Change all users.
7125 (DEVO_SUPPORT): Add mkinstalldirs.
7126
7127Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
7128
7129 * install-sh: Rename from install.sh.
7130 * Makefile.in (INSTALL): Change install.sh to install-sh.
7131 (DEVO_SUPPORT): Likewise.
7132
7133 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
7134 Graichen <graichen@rzpd.de>.
7135
7136Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
7137
7138 * config.guess: Recognize OpenBSD systems correctly.
7139
7140Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7141
7142 * README, Makefile.in (ETC_SUPPORT): Remove references to
7143 cfg-paper*, configure.{texi,man,info*}._
7144
7145Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
7146
7147 * Makefile.in (all.normal): Ensure that gcc is built after all
7148 the x11 - ie gdb - targets.
7149
7150Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
7151
7152 * makefile.vms: Don't run conf-a-gas.
7153
7154Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
7155
80413487 7156 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
7157
7158Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
7159
7160 * configure.in: Remove noconfigdirs case since gdb also
7161 configures and builds for tic80-coff.
7162
7163Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
7164
7165 * configure: Set cache_file to config.cache.
7166 * Makefile.in (local-distclean): Remove config.cache.
7167
7168Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
7169
7170 * COPYING: Update FSF address.
7171
7172Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
7173
7174 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7175 noconfigdirs.
7176
7177Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
7178
7179 * Makefile.in (install-dirs): Don't crash if prefix, and hence
7180 MAKEDIRS, is empty.
7181
7182Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
7183
7184 * config.sub: Tweak mn10300 entry.
7185
7186Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
7187
7188 * configure.in (host_tools): Put sim before gdb, so gdb's
7189 configure.tgt can determine if the simulator was configured.
7190
7191Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
7192
7193 * config.sub: Move BeOS $os case to be with other Cygnus
7194 local cases.
7195
7196Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
7197
7198 * config.sub: Remove misplaced comment that broke Linux.
7199
7200Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
7201
7202 * config.sub: Add BeOS support.
7203
7204Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
7205
7206 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7207
7208Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
7209
7210 * configure.in (noconfigdirs): Remove tcl and tk from
7211 noconfigdirs for cygwin32 builds.
7212
7213Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
7214
7215 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7216
7217Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
7218
7219 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7220 make-all.com, use makefile.vms instead.
7221
7222Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
7223
7224 * config.sub: Accept -lnews*.
7225
7226Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
7227
7228 * configure.in (noconfigdirs): Disable target-newlib,
35590697 7229 target-examples and target-libiberty for d30v.
252b5132
RH
7230
7231Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7232
7233 * configure.in (noconfigdirs): Enable ld for d30v.
7234
7235Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
7236
7237 * configure.in (tic80-*-*): Build compiler.
7238
7239Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
7240
7241 * configure.in (d30v-*): Remove sim directory from list of
35590697 7242 unsupported d30v directories
252b5132
RH
7243
7244Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7245
35590697
AJ
7246 * config.sub, configure.in: Add d30v target cpu.
7247
252b5132
RH
7248Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
7249
7250 * makefile.vms: New file.
7251 * make-all.com: Remove.
7252
7253Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
7254
7255 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7256
7257Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
7258
7259 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7260
7261Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
7262
7263 * Makefile.in (ALL_MODULES): Added all-db.
7264 (CROSS_CHECK_MODULES): Addec check-db.
7265 (INSTALL_MODULES): Added install-db.
7266 (CLEAN_MODULES): Added clean-db.
7267
7268Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
7269
7270 * config.guess: Merge with latest FSF sources.
7271
7272Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
7273
7274 * Makefile.in (ALL_MODULES): Added all-itcl.
7275 (CROSS_CHECK_MODULES): Added check-itcl.
7276 (INSTALL_MODULES): Added install-itcl.
7277 (CLEAN_MODULES): Added clean-itcl.
7278
7279Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
7280
7281 * configure.in: build gdb for mn10200
7282
7283Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
7284
7285 * Makefile.in (all-target-winsup): Depend on all-target-libio.
7286
7287Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
7288
7289 * configure.in (tic80-*-*): Turn off most targets right now.
7290
7291Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
7292
7293 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7294 rather than the makeinfo program.
7295 (do-info): Depend upon all-texinfo.
7296
7297Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
7298
7299 * configure.in: Remove uses of config/mh-linux.
7300
7301 * config.sub, config.guess: Merge with latest FSF sources.
7302
7303Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
7304
7305 * config.sub (case $basic_machine): Add tic80 entries.
7306
7307Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
7308
7309 * config.sub, config.guess: Merge with latest FSF sources.
7310
7311Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7312
7313 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7314 * mpw-config.in: Test for NewFolderRecursive.
7315 * mpw-install: Use symbolic name for startup filename.
7316 * mpw-README: Add various additional details.
7317
7318Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
7319
7320 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7321
7322Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
7323
7324 * configure.in: Do build gcc and the target libraries for
7325 the mn10200.
7326
7327Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
7328
7329 * configure.in: don't avoid building gdb for mn10300 any more
7330 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7331 instead of single-quoting it.
7332
7333Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
7334
7335 * configure.in: Don't use --with-stabs on IRIX 6.
7336
7337Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
7338
7339 * configure.in (m32r): Build gdb, libg++ now.
7340
7341Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7342
7343 * configure.in (mips*-sgi-irix6*): Remove gdb and related
7344 directories from noconfigdirs.
7345
7346Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
7347
7348 * config.sub (basic_machine): added mips16 configuration
7349
7350Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7351
7352 * config.sub: Handle d10v-unknown.
7353
7354Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
7355
7356 * config.sub: Handle v850-unknown.
7357
7358Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
7359
7360 * Makefile.in: add findutils
7361 * configure.in: add findutils to list of host_tools
7362
7363Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
7364
7365 * config.sub: Handle mn10200 and mn10300.
7366
7367Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7368
7369 * configure.in (d10v-*): Do not build librx.
7370
7371Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
7372
7373 * configure.in (mn10300): Build everything except gdb & libgloss.
7374
7375Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
7376
7377 * config.guess: Patch for Dansk Data Elektronik servers,
7378 from Niels Skou Olsen <nso@dde.dk>.
7379
7380 For ncr, use /bin/uname rather than uname, since GNU uname does not
7381 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
7382
7383 Patch for MIPS R4000 running System V,
7384 from Eric S. Raymond <esr@snark.thyrsus.com>.
7385
7386 Fix thinko for nextstep.
7387
7388 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7389
7390 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
7391 * config.guess: Guess mips-dec-mach_bsd4.3.
7392
7393 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
7394 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
7395 release numbers.
7396 * config.guess (mips-mips-riscos*): Emit just enough of the
7397 release number.
7398
7399 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
7400 * config.guess (sparc-auspex-sunos*): Added.
7401 (f300-fujitsu-*): Added.
7402
7403 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
7404 * config.guess: Recognize a Tadpole as a sparc.
7405
7406Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7407
7408 * config.guess: Don't assume that NextStep version is either 2 or
7409 3. NextStep 4 (aka OpenStep 4) has come out now.
7410
7411Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7412
7413 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7414 From Rik Faith <faith@cs.unc.edu>.
7415
7416Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7417
7418 * config.sub: Contributions from bug-gnu-utils to:
7419 Support plain "hppa" (no version given) architecture, reported by
7420 OpenStep.
7421 OpenBSD like NetBSD.
7422 LynxOs is not a hardware supplier.
7423
7424 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 7425 OpenBSD like NetBSD.
252b5132
RH
7426 Stratus systems.
7427 More Pyramid systems.
7428 i[n>4]86 Intel chips.
7429 M680[n>4]0 Motorola chips.
7430 Use unknown instead of lynx for hardware manufacturer.
7431
7432Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7433
7434 * install.sh (chmodcmd): Set to null if the DST directory already
7435 exists.
7436
7437Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7438
7439 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7440 not use mt-ppc target Makefile fragment any more.
7441
7442Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7443
7444 * configure.in (*-*-windows): Exclude everything but those dirs
7445 needed to build windows.
7446
7447Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7448
7449 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7450
7451Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7452
7453 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
7454
7455Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7456
7457 * Undo my previous change.
7458
7459Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7460
7461 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7462 unconditionally.
7463 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7464
7465Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7466
7467 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7468 host to add it's own flags.
252b5132
RH
7469
7470Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7471
7472 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7473
7474Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7475
7476 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7477 (CXX_FOR_TARGET): Likewise.
7478 (GCC_FOR_TARGET): Define.
7479 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7480 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7481 CC_FOR_TARGET was specified on the command line.
7482 (MAKEOVERRIDES): Don't define.
7483
7484Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7485
7486 * configure.in (m32r): Fix spelling of libg++ libs.
7487
7488Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
7489
7490 * config.sub (-apple*): Remove, now redundant.
7491
7492Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
7493
7494 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7495
7496 * configure: Rework yesterday's sed script patch.
7497
7498 * config.sub: Merge with FSF.
7499
7500Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
7501
7502 * config.guess: Merge from FSF.
7503
7504 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
7505 * config.guess: Use pc instead of unknown, for pc clone systems.
7506 Change linux to linux-gnu.
252b5132
RH
7507
7508 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 7509 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
7510
7511Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
7512
7513 * test-build.mk (HOLES): Add "xargs" for gdb.
7514
7515 * configure: Avoid hpux10.20 sed bug.
7516
7517Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
7518
4bddf3ad 7519 * configure.in: Add support for windows host
252b5132
RH
7520 (that is a build done under the Microsoft build environment).
7521
7522Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
7523
7524 * Makefile.in: Replace all uses of srcroot with s, to shrink
7525 command line lengths.
7526
7527 Patches from Geoffrey Noer <noer@cygnus.com>:
7528 * configure.in: If configuring for newlib, pass --with-newlib to
7529 subdirectories.
7530 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7531 -Bnewlib/ and -Lwinsup to gcc.
7532 (CXX_FOR_TARGET): Likewise.
7533
7534Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
7535
7536 * Makefile.in (ETC_SUPPORT): Add configure.
7537
7538Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
7539
35590697 7540 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
7541 host configuration file.
7542
7543Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
7544
7545 * configure.in: Break mn10x00 support into separate
7546 mn10200 and mn10300 configurations.
7547 * config.sub: Likewise.
7548
7549Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
7550
7551 * configure.in: Add lots of stuff to noconfigdirs for
7552 the mn10x00 targets.
7553
7554 * config.sub, configure.in: Add mn10x00 support.
7555
7556Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
7557
7558 * make-all.com: Call conf-a-gas, not config-a-gas.
7559
7560Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
7561
7562 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 7563 targets.
252b5132
RH
7564
7565Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
7566
7567 * mpw-README: Add much more detail for native PowerMac.
7568 * mpw-install: New file.
7569 * mpw-configure: Add --norecursion and --help options.
7570 * mpw-config.in: Translate readme and install files when
7571 copying to objdir.
7572 * mpw-build.in: Don't always depend on byacc and flex.
7573 (install-only-top): New action.
7574
7575Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
7576
7577 * configure.in: You can now configure GDB for the v850.
7578
7579Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
7580
7581 * configure.in (noconfigdirs): Don't configure any C++ dirs
7582 if targeting D10V.
7583
7584Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
7585
7586 * config.sub: Recognize mips64vr5000.
7587
7588Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
7589
7590 * configure.in: Use a single line for host_tools and native_only.
7591
7592Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
7593
7594 * config.sub, configure.in: Add entries for m32r.
7595
7596Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
7597
7598 * Makefile.in (inet-install): Don't run install-gzip.
7599
7600Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
7601
7602 * configure.in: Don't config lots of things for *-*-windows*.
7603
7604Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7605
7606 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7607 (host_libs, host_tools): Copy from configure.in.
7608 * mpw-configure: Don't complain about directories not found.
7609
7610Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7611
7612 * configure.in (i[345]86): Recognize i686 for pentium pro.
7613 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7614 file.
7615
7616 * config.guess (i[345]86): Ditto.
7617
7618Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7619
7620 * configure.in (noconfigdirs): Removed gdb for D10V.
7621
7622Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
7623
7624 * configure.in: Remove ld, target-libio, target-libg++, and
7625 target-libstdc++ from noconfigdirs.
7626
7627Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
7628
7629 * configure: Fix three locations where shell scripts were
7630 being run directly rather than with config_shell.
7631
7632Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
7633
7634 * configure.in (v850-*-*): Set up initial $noconfigdirs.
7635 * config.sub (basic_machine): Recognize v850.
7636
7637Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7638
7639 * mpw-configure: Handle multiple enable/disable options and
7640 pass them down recursively, handle -c and -s flags appropriately
7641 depending on choice of compiler, add escape mechanism for
7642 quoted arguments to gC.
7643
7644Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7645
7646 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7647 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7648 so that -mrelocatable-lib and -mno-eabi are used.
7649
7650 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7651 not support --print-multi-lib, don't abort.
7652
252b5132
RH
7653Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
7654
7655 * make-all.com: Run config-a-gas.
7656 * setup.com: Don't copy subdirectory files around.
7657
7658Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
7659
7660 * configure.in (*-*-ose): Remove exclusion of libgloss for this
7661 target, it now compiles correctly.
7662
7663Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
7664
7665 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7666
7667Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7668
35590697 7669 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
7670
7671Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7672
7673 * configure.in (native_only): Add prms.
7674
7675Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
7676
7677 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7678 (BINUTILS_SUPPORT_DIRS): Likewise.
7679
7680Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7681
7682 * configure.in (d10v-*-*): Don't configure ld or gdb until the
7683 d10v support is added.
7684
7685Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7686
7687 * configure.in (d10v-*-*): New target.
7688
7689Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
7690
7691 * config.guess (HP 9000/811): Recognize this as a PA1.1
7692 machine.
7693
7694Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
7695
7696 * Makefile.in (do-tar-gz): New target, split out from tail end of
7697 taz target. Run each command separately, don't use pipes.
7698 (taz): Use it.
7699
7700Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
7701
7702 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7703 * mpw-build.in: No builds should depend on building byacc or flex,
7704 they are assumed to be installed already.
7705
7706Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7707
7708 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7709 variable that CC_FOR_TARGET needs.
7710
7711Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7712
7713 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7714 options have changed since the last time the subdirectory was
7715 configured, and if it has, reconfigure.
7716 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7717 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7718
7719Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
7720
7721 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7722 CLEAN_MODULES): Add bash.
7723 (all-bash): New target.
7724
7725Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
7726
7727 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7728
7729Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7730
7731 * config.sub (basic_machine): Recognize d10v as a valid processor.
7732
7733Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
7734
7735 * mpw-configure: Add support for --bindir.
7736 * mpw-build.in: Use a GCC-specific build script for GCC actions.
7737
7738Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
7739
7740 * configure.in: add bash, time, gawk to list of hosttools and things
7741 to only build for native toolchains
7742
7743Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7744
7745 * Makefile.in (docdir): Remove.
7746
7747Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7748
7749 * Makefile.in (datadir): Set to $(prefix)/share.
7750
7751Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
7752
7753 * configure.in: build diff and patch for cygwin32-hosted
7754 toolchains.
7755
7756Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
7757
7758 * config.sub: Accept -rtems*.
7759
7760Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
7761
80413487 7762 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
7763 remove diff from the list of things not buildable
7764 via Canadian Cross
252b5132
RH
7765
7766Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
7767
7768 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 7769 don't get ". ".
252b5132
RH
7770
7771Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
7772
7773 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7774
7775Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
7776
7777 * Makefile.in (taz): Handle case where tex3patch didn't even get
7778 checked out. Also, if it was found, put the symlink in a new util
7779 subdirectory.
7780
7781Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7782
7783 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7784
7785Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7786
7787 * config.sub: Recognize -openvms.
7788 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7789 * make-all.com, setup.com: New files.
7790
7791Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7792
7793 * Makefile.in (taz): tex3patch moved to texinfo/util.
7794
7795Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7796
afb8d725 7797 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
7798 * configure.in: remove make from disable-if-Can-Cross list
7799 enable gdb if ${host} and ${target} are cygwin32
7800
7801Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7802
7803 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7804 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7805
7806Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7807
7808 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7809 distinguish sysv/svr4/bsd variants.
7810 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7811
7812Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7813
7814 * configure.in: Added copyright notice.
7815 * move-if-change: Added copyright notice.
7816
7817Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7818
7819 * configure.in (powerpcle-*-solaris*): Until we get shared
7820 libraries working, don't build gdb, sim, make, tcl, tk, or
7821 expect.
7822
7823Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7824
7825 * config.guess: Merge with FSF:
7826
7827 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7828 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7829
7830 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7831 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7832
7833 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7834 * config.guess: Combine two OSF1 rules.
7835 Also recognize field test versions. From mjr@zk3.dec.com.
7836 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7837 because GNU uname does not support -p. From pmr@pajato.com.
7838
7839Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7840
7841 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7842
7843Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7844
7845 * mpw-README: Document GCCIncludes.
7846
7847Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7848
7849 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7850
7851Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7852
7853 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7854
7855Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7856
7857 * configure.in (*-*-cygwin32): Configure make.
7858
7859Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7860
7861 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7862
7863Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7864
7865 * Makefile.in (all-inet): Depend on all-perl.
7866
7867 * Makefile.in (inet-install): New target.
7868
7869 * Makefile.in (all-inet): Depend on all-tcl.
7870 (all-inet): Depend on all-send-pr.
7871
7872Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7873
7874 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7875 temporarily.
7876
7877Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7878
7879 * configure.in: Don't configure --with-gnu-ld on AIX.
7880
7881Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7882
7883 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7884
7885Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7886
7887 * Makefile.in (ALL_MODULES): Added all-inet.
7888 (CROSS_CHECK_MODULES): Added check-inet.
7889 (INSTALL_MODULES): Added install-inet.
7890 (CLEAN_MODULES): Added clean-inet.
7891 (all-indent): New target.
7892
7893 * configure.in (host_tools): Added inet.
7894 (native_only): Added inet.
7895 (noconfigdirs): Added inet.
7896
7897Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7898
7899 * configure.in: Don't configure libgloss if we are not configuring
7900 newlib.
7901
7902Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7903
7904 * configure.in: Don't configure libgloss for unsupported
7905 architectures.
7906
7907Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7908
7909 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7910
7911Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7912
7913 * Makefile.in (ALL_MODULES): Include all-apache.
7914 (CROSS_CHECK_MODULES): Include check-apache.
7915 (INSTALL_MODULES): Include install-apache.
7916 (all-apache): New target.
7917
7918 * configure.in: Added apache everywhere perl is seen.
7919
7920Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7921
7922 * Makefile.in: Add support for clean-{module} and
7923 clean-target-{module} rules.
7924
7925Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
7926
7927 * configure.in (*-*-ose) do not build libgloss.
7928
7929Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7930
7931 * config.guess (prep*:SunOS:5.*:*): Turn into
7932 powerpele-unknown-solaris2.
7933
7934Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
7935
7936 * configure.in: Permit --enable-shared to specify a list of
7937 directories.
7938
7939Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7940
7941 * configure.in (host==solaris): Pass only the first word of $CC
7942 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7943
7944Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7945
7946 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7947
7948Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
7949
7950 * Makefile.in (ALL_MODULES): Include all-perl.
7951 (CROSS_CHECK_MODULES): Include check-perl.
7952 (INSTALL_MODULES): Include install-perl.
7953 (ALL_X11_MODULES): Include all-guile.
7954 (CHECK_X11_MODULES): Include check-guile.
7955 (INSTALL_X11_MODULES): Include install-guile.
7956 (all-perl): New target.
7957 (all-guile): New target.
7958
7959 * configure.in (host_tools): Include perl and guile.
7960 (native_only): Include perl and guile.
7961 (noconfigdirs): Don't build guile and perl; no ports have been
7962 done.
7963
7964Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
7965
80413487
RH
7966 * configure (--enable-*): Handle quoted option lists such as
7967 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
7968
7969Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7970
7971 * Makefile.in ({,inst}all-target): New rule so we can make and
7972 install all of the target directories easily.
7973
7974Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7975
7976 * configure.in: Add missing global flag in sed substitution when
7977 deleting `target-' from ${configdirs}.
7978
7979Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7980
7981 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7982 option.
7983
7984 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7985 config/mh-necv4.
7986
7987 * install.sh: Correct misspelling of transformbasename.
7988
7989 * config.guess: Recognize mips-*-sysv*.
7990
7991Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
7992
7993 * config.sub: Recognize mon960.
7994
7995Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
7996
7997 * configure: Restore Canadian Cross handling of BISON and LEX,
7998 removed in Feb 20 change.
7999
8000Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
8001
8002 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8003 Mention make install. Remove the old copyright date as well the
8004 clumsy and rather pointless copyright on the README file.
8005
8006Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
8007
8008 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8009 Makefile after running symlink-tree, then run `make distclean' to
8010 avoid clobbering any generated files in srcdir.
8011
8012Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
8013
8014 * configure.in (m68k-*-netbsd*): Build everything now.
8015
8016Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8017
8018 * Makefile.in (taz): Fix quoting.
8019
8020Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
8021
8022 * configure.in (sparclet-*-*): Build everything now.
8023
8024Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8025
8026 * configure.in (m68k-*-linux*): New host.
8027
8028Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
8029
8030 * configure: Check for bison before byacc.
8031
8032Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
8033
8034 * Makefile.in configure: Change the way LEX and BISON/YACC are
8035 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
8036 searching PATH. These are used as fallbacks by Makefile.in if
8037 flex/bison/byacc aren't in objdir.
8038
8039Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
8040
8041 * Makefile.in: Make everything which depends upon all-bfd also
8042 depend upon all-opcodes, in case --with-commonbfdlib is used.
8043
8044Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8045
8046 * configure.in (host *-*-cygwin32): Don't build gdb if we are
8047 building NT native compilers on Unix.
8048
8049Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
8050
8051 * configure.in: Don't get CC from the host Makefile fragment if we
8052 can find gcc in PATH, or if this is a Canadian Cross. Move the
8053 Solaris test for /usr/ucb/cc to the post target script, just after
8054 the compiler sanity test.
8055
8056Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
8057
8058 * config.sub: Merge with FSF.
8059
8060Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
8061
8062 * Makefile.in (RPATH_ENVVAR): New variable.
8063 (REALLY_SET_LIB_PATH): Use it.
8064 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8065
8066Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
8067
8068 * config.sub, configure.in: Recognize sparclet cpu.
8069
8070Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8071
8072 * config.guess: Support m68k-cbm-sysv4.
8073
8074Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8075
8076 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8077 m68k-unknown-linuxaout from linker help string. Put quotes around
8078 $ld_help_string.
8079
8080Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
8081
8082 * config.guess (powerpc-harris-powerunix): Add guess for port
8083 to new target.
8084
8085Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8086
8087 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8088
8089Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
8090
8091 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8092 $(REALLY_SET_LIB_PATH) in Makefile.
8093 * Makefile.in (SET_LIB_PATH): New variable.
8094 (REALLY_SET_LIB_PATH): New variable.
8095 ($(DO_X)): Use $(SET_LIB_PATH).
8096 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8097 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8098 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8099 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8100 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8101 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8102 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8103 (install-dosrel): Likewise.
8104 (all-opcodes): Depend upon all-libiberty.
8105
8106Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
8107
8108 * config.guess (*:CYGWIN*): New
8109
8110Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8111
8112 * Makefile.in (all-target-winsup): All all-target-libiberty.
8113
8114Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8115
8116 * configure.in (noconfigdirs): Add missing # in front of comment.
8117
8118Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
8119
8120 * configure.in: add second pass to things added to noconfigdirs
8121 so *-gm-magic can exclude libgloss properly.
8122
8123Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8124
8125 * mpw-configure (extralibs_name, rez_name): Set correctly
8126 for MWC68K compiler.
8127
8128 * mpw-README: Add more info on the necessary build tools.
8129
8130Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
8131
8132 * configure.in, config.sub: Recognize cygwin32.
8133
8134Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
8135
8136 * config.guess, config.sub: Recognize A/UX.
8137
8138Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
8139
8140 * config.sub: Merge with gcc/config.sub.
8141
8142Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
8143
8144 * mpw-build.in (do-binutils): Add build of stamps.
8145
8146Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
8147
8148 * config.sub: Add recognition for mips64vr4100*-* targets.
8149
8150Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8151
8152 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8153 Add creation of gconfigargs with `--enable-shared' turned on.
8154 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8155 ($(host)-stamp-stage3-configured): Likewise.
8156 (HOLES): Add chatr and ldd.
8157 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8158
8159Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
8160
8161 * configure: Pass --nfp to recursive configures.
8162
8163Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
8164
8165 * Makefile.in (DLLTOOL): New.
8166 (DLLTOOL_FOR_TARGET): New.
8167 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8168 (EXTRA_TARGET_FLAGS): Ditto.
8169 (EXTRA_GCC_FLAGS): Ditto.
8170 (CONFIGURE_TARGET_MODULES): Ditto.
8171 (DO_X): Ditto.
8172 * configure: Add DLLTOOL.
8173
8174Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
8175
8176 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8177 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8178 mh-sco, since old workarounds no longer needed, and don't
8179 build ld, since libraries have weak symbols in COFF.
8180
8181Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
8182
8183 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8184
8185Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
8186
8187 * configure.in: Make sure that ${CC} can be used to compile an
8188 executable.
8189
afb8d725
JM
8190Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8191
8192 * Makefile.in (all-gdb): Depend on $(GDB_TK).
8193 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8194 nothing depending on whether gdbtk is being built.
8195
252b5132
RH
8196Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
8197
8198 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8199
8200Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
8201
8202 * configure.in (noconfigdirs): Put ld or gas in this early, if the
8203 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8204
8205Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
8206
8207 * config-ml.in: Add support for
8208 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8209 Simplify setting of multidirs from --disable-foo.
8210
8211Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8212
8213 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8214 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8215 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 8216 non-empty, pass them on to the GCC make.
252b5132
RH
8217 (all-bootstrap): New rule that is like all-gcc, except it executes
8218 the GCC bootstrap rule instead of the GCC all rule.
8219
8220Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
8221
8222 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8223
8224Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8225
8226 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8227 DG/UX support.
8228
8229Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
8230
8231 * config.sub (i*86*) Change [345] to [3456]
8232
8233Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8234
8235 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8236 --with-gnu-ld=no.
8237
8238Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8239
8240 * config-ml.in (rs6000*, powerpc*): Add switches to control which
8241 AIX multilibs get built.
8242
8243Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8244
8245 * configure.in (i386-win32): Don't build expect if we're not
8246 building the tcl subdir.
8247
8248Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
8249
8250 * Makefile.in: (configure-target-examples, all-target-examples):
8251 New targets, configure and build example programs.
8252
8253Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8254
8255 * mpw-configure: If an mpw-config.in generated a file mk.sed,
8256 use it as input to sedit the generated MPW makefile.
8257 * mpw-README: Add a suggestion about Gestalt.h.
8258
8259Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
8260
8261 * config.sub: Accept *-*-ieee*.
8262
8263Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
8264
8265 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
8266 Ronald F. Guilmette <rfg@monkeys.com>.
8267
8268Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8269
8270 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8271 for powerpc-pe native.
8272 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8273 (target==powerpc-pe): duplicate i386-win32 entry.
8274
8275Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8276
8277 * configure.in (noconfigdirs): Exclude target-newlib for all versions
8278 of vxworks, not just vxworks5.1.
8279
8280Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
8281
8282 * mpw-configure: Add support for exec-prefix.
8283
8284Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8285
8286 * config.guess: Recognize HP model 816 machines as having
8287 a PA1.1 processor.
8288
8289Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
8290
8291 * configure: Ignore new autoconf configure options.
8292
252b5132
RH
8293Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8294
8295 * config.guess: Recognize Pentium under SCO.
8296 From Robert Lipe <robertl@arnet.com>.
8297
8298Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8299
8300 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
8301
8302Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
8303
8304 * configure.in: Don't configure gas for alpha-dec-osf*.
8305
8306Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
8307
8308 * configure.in: Default to --with-stabs for some targets for which
8309 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8310 i[345]86*-*-unixware*.
8311
8312Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
8313
8314 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8315 rather than basing it on the target. Simplify handling of options
8316 controlling which directories to configure. Remove extraneous
8317 slash in multi-clean target.
8318
8319Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
8320
8321 * config-ml.in: Prefix more variables with ml_ so they don't collide
8322 with configure's.
8323
8324Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
8325
8326 * configure: Don't turn -v into --v.
8327
8328Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
8329
8330 * configure.in (targargs): Fix typo.
8331
8332 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8333
8334Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
8335
8336 * configure.in: Strip --host and --target options from
8337 CONFIG_ARGUMENTS, and always configure for --host only. Add
8338 --with-cross-host option when building with a cross-compiler.
8339 * configure: Canonicalize the arguments put into config.status by
8340 always using `=' for an option with an argument. Pass a presumed
8341 --host or --target explicitly.
8342
8343Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
8344
8345 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8346 into general OS recognition case.
8347
8348Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8349
8350 * configure.in (target_configdirs): add target-winsup only
8351 for win32 target systems.
8352
8353Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
8354
8355 * Makefile.in (all-target-libgloss): Depend upon
8356 configure-target-newlib, since when libgloss is built it looks to
8357 see if the newlib directory exists.
8358
8359Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
8360
8361 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8362 cfg-ml-*.in.
8363
8364Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
8365
8366 * configure: Handle LD and LD_FOR_TARGET when configuring a
8367 Canadian Cross.
8368
252b5132
RH
8369Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8370
8371 * configure.in (target_libs): add target-winsup.
8372 (target==i386-win32): add patch diff flex make to $noconfigdirs.
8373 (target==ppcle-pe): remove ld from $noconfigdirs.
8374
8375Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
8376
8377 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8378 Preserve relative path names in $srcdir. Build symlink tree if
8379 configuring cross target dir and srcdir=. (= no VPATH support).
8380 (configure-target-libg++): Depend on configure-target-librx.
8381 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8382 * config-ml.in: New file.
8383 * symlink-tree: New file.
8384 * configure: Ensure srcdir="." if that's what it is.
8385
8386Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8387
8388 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8389 includes and FLEX_SKELETON setting.
8390 * mpw-configure (--with-gnu-ld): New option, controls whether
8391 to use PPCLink or ld with PowerMac GCC.
8392 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8393 * mpw-config.in: Configure grez if targeting Mac.
8394
8395 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
8396 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8397 just macos.
252b5132
RH
8398 * configure.in: Configure grez resource compiler if targeting Mac.
8399 * Makefile.in (all-grez, install-grez): New targets.
8400
8401Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
8402
8403 * configure: CXX defaults to gcc, not g++. If we find
35590697 8404 gcc in the path, set CC to gcc -O2.
252b5132
RH
8405
8406Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
8407
8408 * configure: Default ${build} correctly. Avoid picking up extra
8409 spaces when reading CC and CXX from Makefile. When doing a
8410 Canadian Cross, use plausible default values for numerous
8411 variables.
8412 * configure.in: When doing a Canadian Cross, don't try to
8413 configure tools whose configure script can't handle it.
8414
8415Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8416
8417 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8418
8419Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
8420
8421 * configure: Remove dubious bug reporting address.
8422
8423Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
8424
8425 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
8426 configure script, run that instead of this directory's configure.
8427 In either case, print a message that we're configuring the sub-dir.
8428
8429Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
8430
8431 * configure.in: Before checking for the existence of various files,
8432 use sed to filter out "target-".
8433
8434Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8435
8436 * Makefile.in (DO_X): Split rule to decrease command line length
8437 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8438 (Philippe De Muyter).
8439
8440Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8441
8442 * Makefile.in (all-patch): depend on all-libiberty.
8443
8444Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8445
8446 * configure.in: If the only directory in target_configdirs which
8447 actually exists is libiberty, then set target_configdirs to empty,
8448 to avoid trying to build a target libiberty in a gas or gdb
8449 distribution.
8450
8451Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8452
8453 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
8454 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8455 systems.
252b5132
RH
8456
8457Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8458
8459 * configure.in (copy_dirs): Use sys-include instead of include
8460 for --with-headers option.
8461
8462Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8463
8464 * Makefile.in, configure.in: Make winsup builds work with
8465 new scheme.
8466
8467Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8468
8469 * configure.in: Build the linker on AIX.
8470
8471Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8472
8473 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8474 where needed.
8475
8476Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8477
8478 * Makefile.in (all-gcc): Fix typo.
8479
8480Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8481
8482 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8483
8484Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8485
8486 * configure.in: Rename libFOO to target-libFOO, and xiberty
8487 to target-xiberty, to provide more flexibility.
8488 (target_subdir): Define. Create if cross.
8489 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8490 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
8491 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8492 check-libFOO -> check-target-libFOO, etc.
8493 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8494 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8495 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8496 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
8497 allow ALL_GCC="" to only configure.
8498 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
8499 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
8500 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
8501
8502Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
8503
8504 * Makefile.in (taz): Build "info" in etc explicitly.
8505
8506Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
8507
8508 * configure.in: Make sure that CC is undefined (as opposed to
8509 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
8510 problem with autoconf trying to configure on a host without GCC.
8511
8512Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8513
8514 * mpw-configure: Set host alias from choice of host compiler,
8515 only use generic MPW Makefile sed if present, edit a file
8516 named "hacked_Makefile.in" instead of "Makefile.in" if present.
8517 * mpw-README: Add problem notes about CW6 and CW7.
8518
8519Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
8520
8521 * Makefile.in (taz): Use ";" instead of ";;".
8522
8523Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8524
8525 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
8526 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8527 DISTDOCDIRS.
8528 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
8529 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
8530
8531Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
8532
8533 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
8534 and gnats, because they are now subsumed by DISTSTUFFDIRS.
8535 Move bfd to DISTSTUFFDIRS.
8536
8537Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8538
8539 * Makefile.in (X11_LIB): Removed.
8540 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8541
8542 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8543
8544Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8545
8546 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8547 names.
8548
8549Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8550
8551 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8552
8553Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
8554
8555 * configure.in (i[345]86-*-win32): Always build newlib.
8556 Don't configure cvs, autoconf or texinfo.
8557 * Makefile.in (LD_FOR_TARGET): New.
8558 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8559 Pass down LD_FOR_TARGET.
8560
8561Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
8562
8563 * winsup: New directory.
8564 * Makefile.in: Build winsup.
8565 * configure.in: Winsup is configured when target is win32.
8566 Can only build win32 target GDB when native.
35590697 8567
252b5132
RH
8568Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
8569
8570 * config.guess: Recognize HP model 819 machines as having
8571 a PA 1.1 processor.
8572
8573Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
8574
8575 * configure: Fix sed loop which substitutes for CC and CXX to
8576 avoid bug found in various sed implementations.
8577
8578Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8579
8580 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8581 simulator. Use standard powerpc-*-eabi*.
8582
8583Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
8584
8585 * configure.in: Stop putting gas and binutils in noconfigdirs for
8586 powerpc-*-aix* and rs6000-*-*.
8587
8588Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
8589
8590 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8591 -mcall-aixdesc libraries.
8592
8593Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
8594
8595 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8596
8597 * config.sub (arm | armel | armeb): Fix shell syntax.
8598
8599Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8600
8601 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8602 -msoft-float and -mcpu=common support.
8603 (powerpc*-*-eabisim*): Add support for building -mcall-aix
8604 libraries.
8605
8606Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8607
8608 * configure.in: Allow configuration and build of emacs19 for the alpha.
8609
8610Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8611
8612 * configure.in (CC): Get ^CC, not just any old CC, from
8613 ${host_makefile_frag}.
8614
8615Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8616
35590697 8617 * configure.in (CC): Try to get CC from
252b5132
RH
8618 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8619
8620Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8621
8622 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8623 only if it exists in $(srcdir).
8624
8625Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
8626
8627 * configure: If CC and CXX are not set in the environment, set
8628 them, based on either an existing Makefile or on searching for gcc
8629 in PATH. Substitute for CC and CXX in Makefile.
8630 * configure.in: Remove libm from target_libs. Separate
8631 target_configdirs from configdirs. If CC is not set in
8632 environment, try to get it from a host Makefile fragment. Rewrite
8633 changes of configdirs to use skipdirs instead. A few minor
8634 tweaks. Take directories out of target_configdirs as they are
8635 taken out of configdirs. Remove existing Makefile files from
8636 subdirectories. Substitute for TARGET_CONFIGDIRS and
8637 CONFIG_ARGUMENTS in Makefile.
8638 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8639 by configure.in.
8640 (CONFIG_ARGUMENTS): Likewise.
8641 (CONFIGURE_TARGET_MODULES): New variable.
8642 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8643 ($(CONFIGURE_TARGET_MODULES)): New target.
8644 (configure-libg++, configure-libio): New targets.
8645 (all-libg++): Depend upon configure-libg++.
8646 (all-libio): Depend upon configure-libio.
8647 (configure-libgloss, all-libgloss): New targets.
8648 (configure-libstdc++): New target.
8649 (all-libstdc++): Depend upon configure-libstdc++.
8650 (configure-librx, all-librx): New targets.
8651 (configure-newlib): New target.
8652 (all-newlib): Depend upon configure-newlib
8653 (configure-xiberty): New target.
8654 (all-xiberty): Depend upon configure-xiberty.
8655
8656Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8657
8658 * configure.in (host i[345]86-*-win32): Expand the
8659 noconfigdirs again.
8660
8661Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
8662
8663 * mpw-configure: Fix sed command file name.
8664
8665Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
8666
35590697 8667 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
8668 noconfigdirs again.
8669
8670Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
8671
8672 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8673 or powerpc*-*-pe*, since they are not yet supported.
8674
8675Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8676
8677 Add PowerMac support and many other enhancements.
8678 * mpw-configure: New option --cc to select compiler to use,
8679 paste options set according to --cc into the generated
8680 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8681 if mpw-make.sed is present.
8682 * mpw-config.in: Don't test for gC1, test for mpw-touch,
8683 add forward includes for PowerPC include files.
8684 * mpw-build.in: Build using Makefile.PPC if present.
8685 (do-byacc, etc): Remove separate version resource builds.
8686 (do-gas): Build "stamps" before "all".
8687 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8688 * mpw-README: Update to reflect --cc option, PowerMac support,
8689 and recently-reported compatibility problems.
8690
8691Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
8692
8693 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8694 embedded m68k systems (-aout, -coff, -elf, -vxworks).
8695 (--with-multilib-top): Pass to recursive invocations.
8696
8697Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
8698
8699 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8700 v810-*-*.
8701
8702Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8703
8704 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8705 gdb, ld and opcodes on v810-*-*.
8706
252b5132
RH
8707Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
8708
8709 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8710 (local-maintainer-clean): New target.
8711 (maintainer-clean): New target.
8712 (realclean): Just depend upon maintainer-clean.
8713
8714Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8715
8716 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8717
8718Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
8719
8720 * configure.in: Build ld in mips*-*-bsd* case.
8721
8722Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
8723
8724 * config.sub: Accept -lites* OS. From Ian Dall.
8725
8726Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
8727
8728 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 8729 targets.
252b5132
RH
8730
8731Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8732
8733 * configure.in: treat i386-win32 canadian cross the same as
8734 i386-go32 canadian cross.
8735
8736Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8737
8738 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8739 running under the simulator to build a reduced set of libraries.
8740 (powerpc-*-eabiaix): Add fine grained multilib support added to
8741 other powerpc targets yesterday.
8742
8743Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8744
8745 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8746 -disable-softfloat, -disable-relocatable, -disable-aix, and
8747 -disable-sysv to control which multilib libraries get built.
8748
8749Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8750
8751 * configure: Add Makefile.tem to list of files to remove in trap
8752 handler.
8753
8754Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
8755
8756 * config.guess (*Linux*): Add missing "exit"s.
8757 Also, need specific check for alpha-unknown-linux (uses COFF).
8758
8759Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
8760
8761 * config.guess: Merge with FSF:
8762
8763 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
8764 * config.guess (AIX4): More robust release numbering discovery.
8765
8766 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
8767 * config.guess (i386-sequent-ptx): Properly get version number.
8768
8769 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
8770 * config.guess (mips:*:4*:UMIPS): New case.
8771
8772Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
8773
8774 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8775 (i386-win32 host): Likewise. Don't build readline.
8776
afb8d725
JM
8777Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
8778
8779 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
8780 SUPPORT_FILES to submakes.
8781
252b5132
RH
8782Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8783
8784 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8785 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8786 mpw-configure.
8787
8788Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8789
8790 * configure.in (appdirs): Use =, not ==, in test expression when
8791 trying to build the text to print in the warning message for
8792 Solaris users.
8793
8794Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8795
8796 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8797
8798Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8799
8800 * config.guess: Recognize lynx-2.3.
8801
8802Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8803
8804 * config.sub (z8ksim): Deleted
8805 (z8k-*-coff): New, this is the one true name of the target.
8806
8807Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8808
8809 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8810
8811Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8812
8813 * config.guess (*:Linux:*:*): First try asking the linker what the
8814 default object file format is (elf, aout, or coff). Then if this
8815 fails, try previous methods.
8816
8817Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8818
8819 * configure.in: Don't build newlib for *-*-vxworks5.1.
8820
8821Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8822
8823 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8824 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8825
8826Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8827
8828 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8829
8830Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8831
8832 * cfg-ml-com.in: New file.
8833 * cfg-ml-pos.in: New file.
8834
8835Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8836
8837 * COPYING.NEWLIB: Add HP free copyright to list.
8838
8839Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8840
8841 * config.sub: Recognize -eabi* for the system, not just -eabi.
8842
8843Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8844
8845 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8846 * config.sub, configure.in (win32): New target and host.
8847
8848Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8849
8850 * configure.in: Add i386-pe configuration.
8851
8852Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8853
8854 * mpw-build.in (install): Install GDB after LD.
8855
8856Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8857
8858 * mpw-config.in (elf/mips.h): Always forward-include, needed
8859 for GDB to build.
8860
8861Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8862
8863 * testsuite: New directory for customer acceptance and whole tool
8864 chain tests.
8865
8866Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8867
8868 * configure: If per-host line isn't found, but AC_OUTPUT is found
8869 and a configure script exists, run it instead.
8870
8871Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8872
8873 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8874
8875Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8876
8877 * configure: Set build_{cpu,vendor,os,alias} to host values when
8878 --build isn't specified.
8879
8880Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8881
8882 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8883 (FLAGS_TO_PASS): Pass them.
8884 (EXTRA_TARGET_FLAGS): Ditto.
8885
252b5132
RH
8886Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8887
8888 * Makefile.in (all-libg++): Depend on all-libstdc++.
8889
8890Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8891
8892 * configure.in (noconfigdirs): Enable all packages for
8893 i386-unknown-netbsd.
8894
8895Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8896
8897 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8898 hosted builds (DOS builds)
8899
8900Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8901
8902 Changes for ARM based on patches from Richard Earnshaw:
8903 * config.sub: Handle armeb and armel.
8904 * configure.in: Omit arm linker only for riscix.
8905
8906Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8907
8908 * config.guess: Update from FSF.
8909
8910Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8911
8912 * config.sub: Recognize powerpcle as the little endian varient of
8913 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8914 powerpcle variant. Convert pentium into i586, not i486. Add p5
8915 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8916 temporarily.
8917
8918Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8919
8920 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8921
8922Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8923
8924 * config.sub: Accept -lites* as a basic system type.
8925
8926Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
8927
8928 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8929 installed, and if so return linuxoldld as the system name.
8930
8931Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
8932
8933 * config.guess: Add hppa1.1-hp-lites support.
8934
8935Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
8936
8937 * configure.in: Don't build newlib for m68k-vxworks5.1.
8938
8939Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8940
8941 * configure.in (mips-sgi-irix6): Use mh-irix5.
8942
8943Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
8944
8945 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8946
8947Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8948
8949 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 8950 OSF/1. Fix compiler flags.
252b5132
RH
8951 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
8952
8953Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
8954
8955 * configure.in: Recognize --with-newlib.
8956 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8957
afb8d725
JM
8958Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8959
8960 * Makefile.in: move {all,check,install}-gdb from *_MODULES
8961 to *_X11_MODULES due to gdbtk needing X include files et al.
8962
252b5132
RH
8963Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
8964
8965 Merge in support for Mac MPW as a host.
8966 (Old change descriptions retained for informational value.)
8967
8968 * mpw-config.in: Add generic include forwards for cpu-specific
8969 include files in aout and elf directories.
8970
8971 * mpw-configure: Added copyright.
8972 * mpw-config.in: Check for presence of required build tools.
8973 (target_libs): Add newlib.
8974 (target_tools): Add examples.
8975 (Read Me): Generate as "Read Me for MPW" instead.
8976 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8977 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8978 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8979
8980 * mpw-configure: Remove subdir-specific makefile hackery,
8981 delete mk.tmp after using it.
8982
8983 * mpw-build.in (all): Display start and end times.
8984
8985 * mpw-configure (host_canonical): Set.
8986 (target_cpu): Always add to makefiles.
8987 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8988 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8989 (mpw-mh-mpw): Look for in srcdir and srcroot.
8990 Use sed instead of mpw-edit-prefix to edit prefix definitions.
8991
8992 * mpw-build.in: (install-only): New target.
8993
8994 * mpw-configure (host_alias, target_alias): Rename from hostalias
8995 and targetalias, add into generated Makefile.
8996 (mk.tmp): If present, add into generated Makefile.
8997 * mpw-build.in (all-gas): Build config.h first before gas proper.
8998
8999 * mpw-configure (config.status): Write only if changed.
9000 * mpw-config.in (readline): Configure it (not built, just used for
9001 definitions).
9002
9003 * mpw-config.in (elf/mips.h): Add a forward include.
9004
9005 * mpw-config.in: Forward-include most .h files in include into
9006 extra-include.
9007 (readline): Don't build.
9008 mpw-build.in (install): Install GDB.
9009
9010 * mpw-configure (prefix, mpw_prefix): Handle it.
9011 * mpw-config.in (mmalloc, readline): Don't configure.
9012 * mpw-build.in (thisscript): Rename to ThisScript.
9013 Use mpw-build instead of BuildProgram everywhere.
9014 (mmalloc, readline): Don't build.
9015 * mpw-README: New file, basic documentation about the MPW port.
9016
9017 * mpw-config.in: Use forward-include to create include files.
9018
9019 * mpw-configure: Add more things to the top of each configured
9020 Makefile, including contents of config/mpw-mh-mpw.
9021 * mpw-config.in (extra-include): Create this directory and fill it
9022 with Posix-like include files when configuring.
9023
9024 * config.sub (apple, mac, mpw): Add various aliases.
9025
9026 * mpw-build.in: New file, top-level build script fragment for MPW.
9027 * mpw-configure: New file, configure script for MPW.
9028 * mpw-config.in: New file, config fragment for MPW.
9029
9030Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9031
9032 * configure.in (host_libs): Remove glob, since it is gone from the
9033 sources.
9034
9035Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9036
9037 * Makefile.in: define empty GDB_NLM_DEPS var.
9038
9039 * configure.in(target_makefile_frag): use config/mt-netware
9040 for netware targets.
9041
9042Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
9043
9044 * config.sub: Merge in recent FSF changes. Remove linux special
9045 cases.
9046
9047Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9048
4bddf3ad 9049 Revert this change:
252b5132
RH
9050
9051 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9052
9053 * build-all.mk: Use CC=cc -Xs on Solaris.
9054
252b5132
RH
9055Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9056
9057 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
9058 stop using it.
9059 * Makefile.in: Nuke all references to glob subdirectory.
9060
9061Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9062
9063 * configure.in: Fix --enable-shared logic in per-host.
9064
9065Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
9066
9067 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9068
9069Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9070
9071 * configure.in (noconfigdirs): Don't build gas on AIX, for
9072 powerpc*-*-aix* as well as for rs6000*-*-aix*.
9073
9074Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
9075
9076 * configure: Fix --cache-file to work if the file argument is a
9077 relative path.
9078
9079Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
9080
9081 * configure: If the --cache-file is used, pass it down to
9082 configure in subdirectories.
9083
9084Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
9085
9086 * config.sub: add vxworks29k configuration.
9087
9088Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9089
9090 * Makefile.in (taz): Do "diststuff" part quietly.
9091
9092Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
9093
9094 * config.sub: Mini-merge with gcc/config.sub.
9095
9096Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9097
9098 * config.guess (IRIX): Sed - to _.
9099
9100Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9101
9102 * Makefile.in (source-vault, binary-vault): New targets.
9103
9104Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
9105
9106 * config.sub: Recognize -eabi as a basic system type.
9107
9108Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9109
9110 * configure.in (enable_shared stuff): Fix typo.
9111
9112Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
9113
9114 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9115
9116Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9117
9118 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9119
9120Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9121
9122 * configure.in (rs6000-*-*): Don't build gas.
9123
9124Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
9125
9126 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9127 reduce command line length.
9128 (AS_FOR_TARGET): Check for as.new, not Makefile.
9129 (NM_FOR_TARGET): Check for nm.new, not Makefile.
9130
9131Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
9132
9133 * config.guess: Merge from FSF.
9134
9135Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9136
9137 * configure: Don't use $ when handling program_suffix.
9138
9139Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
9140
9141 * configure.in: Configure tk for hppa/hpux.
9142
9143Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
9144
9145 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
9146
9147Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9148
9149 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
9150 to LIBCXXFLAGS. Tests are better run without it.
9151
9152Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9153
9154 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9155
9156Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
9157
9158 * configure.in (*-*-netware*): Don't configure xiberty.
9159
9160Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
9161
9162 * configure.in: Remove tk from native_only list.
9163
9164Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
9165
9166 * build-all.mk: Add mips-ncd-elf target to sun4 targets
9167 for special NCD build.
9168
9169Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9170
9171 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9172 makeall.bat, they're only useful for binutils snapshots.
9173 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9174 makeall.bat to specified SUPPORT_FILES.
9175
9176Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
9177
9178 * build-all.mk: Add Ericsson targets to sun4 and solaris
9179 hosts. Add BNR's sun4 target to solaris host, so their
9180 build-from-source will be tested in-house first.
9181
9182Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9183
9184 * Makefile.in (LIBCFLAGS): New variable.
9185 (CFLAGS_FOR_TARGET): Ditto.
9186 (LIBCFLAGS_FOR_TARGET): Ditto.
9187 (LIBCXXFLAGS): Ditto.
9188 (CXXFLAGS_FOR_TARGET): Ditto.
9189 (LIBCXXFLAGS_FOR_TARGET): Ditto.
9190 (BASE_FLAGS_TO_PASS): Pass them.
9191 (EXTRA_TARGET_FLAGS): Ditto.
9192
4bddf3ad 9193 * configure.in: Support --enable-shared.
252b5132
RH
9194
9195Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
9196
9197 * configure.in (target_libs): Include libstdc++ again.
9198 * config.guess: Update from FSF (for FreeBSD).
9199
9200Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9201
9202 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9203 makeall.bat.
9204 (DISTDOCDIRS): Add `etc'.
9205 (ETC_SUPPORT_PFX): New variable.
9206 (taz): Include anything from etc starting with a word in
9207 ETC_SUPPORT_PFX.
9208
9209Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9210
9211 * config.sub: Update for recent FSF changes. Remove obsolete
9212 h8300hds entry. Add -windows* and -osx as basic os. Minor
9213 spacing changes.
9214
9215Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9216
9217 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
9218
9219 * config.guess: Merge with FSF.
9220 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9221
9222Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9223
9224 * configure: Since the "trap 0" handler will override the exit
9225 status on many systems, only use it for "exit 1", and make it set
9226 a non-zero exit status; reset it before "exit 0". Also, check
9227 exit status of config.sub, and error out if it failed.
9228
9229Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
9230
9231 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9232 and install libgloss.
9233
9234Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9235
9236 * Makefile.in (all-binutils): Depend upon all-byacc.
9237
9238 * configure.in: Don't build emacs on Irix 5.
9239
9240Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9241
9242 * configure.in (*-*-netware*): Add libio.
9243
9244Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9245
9246 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9247 (CHECK_TARGET_MODULES): Ditto.
9248 (INSTALL_TARGET_MODULES): Ditto.
9249 (TARGET_LIBS): Ditto.
9250 (all-libstdc++): Note dependencies.
9251
9252Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9253
9254 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9255
9256Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9257
9258 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9259 -fexternal-templates.
9260
9261 * configure.in (target_libs): Add libstdc++.
9262 (noconfigdirs): Add libstdc++ as appropriate.
9263
9264Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9265
9266 * config.guess: Update from FSF.
9267
9268Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9269
9270 * configure: Use ${config_shell} when running ${configsub}.
9271
9272Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
9273
9274 * config.sub: No longer recognize h8300h.
9275
9276Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9277
9278 * config.sub: Remove extraneous differences between config.sub and
9279 gcc/config.sub.
9280
9281Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9282
9283 * Makefile.in (DISTSTUFFDIRS): Add gas.
9284
9285Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
9286
9287 * COPYING.NEWLIB: New file.
9288
9289Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
9290
9291 * config.guess (HP-UX): Patch from Harlan Stenn
9292 <harlan@landmark.com> to also emit release level.
9293
9294Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9295
9296 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9297
9298Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
9299
9300 * config.sub: Merge nextstep cleanup from FSF.
9301
9302Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9303
9304 * configure.in (arm-*-*): Don't configure ld for this target.
9305
9306Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9307
9308 * configure.in (*-*-netware): don't configure libg++, libio,
9309 librx, or newlib.
9310
9311Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9312
9313 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
9314 configure ld--it works, but it doesn't support shared libraries.
9315
9316Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9317
9318 * config.guess (*-unknown-freebsd*): Get rid of possible
9319 trailing "(Release)" in version string.
9320 Patch from Paul Richards <paul@isl.cf.ac.uk>.
9321
9322Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
9323
9324 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9325 Fix type: *-next-neststep -> *-next-nextstep.
9326
9327 * config.guess: Merge from FSF:
9328
9329 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9330
9331 * config.guess: Recognize powerpc-ibm-aix3.2.5.
9332
9333 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9334
9335 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9336 instead of UNIX_SV for UnixWare 1.0).
9337
9338Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
9339
9340 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
9341 to make gdb/nlm/* build after the compiler and linker.
9342
9343Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
9344
9345 * config.guess (netbsd, freebsd, linux): Accept any machine,
9346 not just i[34]86.
9347 (m68k-atari-sysv4): Relocate to match FSF version.
9348
9349 * config.guess: More merges from the FSF:
9350
9351 Add a space before function call or macro invocation.
9352
9353 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9354
9355 * config.guess: Add trap cmd to remove dummy.c and dummy when
9356 interrupted.
9357
9358 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9359
9360 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9361 (dummy): Redirect stderr from compilation of dummy.c.
9362
9363 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
9364
9365 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9366
9367Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
9368
9369 * configure: Accept and ignore --cache*, for compatibility with
9370 new autoconf.
9371
9372Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
9373
9374 * config.guess: Merge from FSF:
9375
9376 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9377
9378 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
9379 (PATH): Add /.attbin at end for finding uname.
9380 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
9381
9382 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
9383
80413487 9384 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
9385
9386 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
9387
80413487
RH
9388 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9389 to select whether to use ELF or COFF.
252b5132
RH
9390
9391 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9392
80413487 9393 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
9394
9395 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9396
9397 * config.guess: Guess the OS version for HPUX.
9398
9399 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9400
9401 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9402
9403Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9404
9405 * configure.in: Recognize --with-headers, --with-libs, and
9406 --without-newlib.
9407 * Makefile.in (all-xiberty): Depend upon all-ld.
9408
9409Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9410
9411 * configure.in: Change i[34]86 to i[345]86.
9412
9413Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9414
9415 * configure (version): A few more tweaks to help message.
9416
9417Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
9418
9419 * Makefile.in: Remove (for now) librx as a host library,
9420 now that we're building it for target.
9421
9422Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9423
9424 * configure: Fix up help message; from karl@owl.hq.ileaf.com
9425 (Karl Berry).
9426
9427Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
9428
9429 * configure.in: Also configure librx.
9430
9431Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9432
9433 * Makefile.in: Update various rules to reflect that librx
9434 is now needed for libg++.
9435
9436Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9437
9438 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9439
9440Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9441
9442 * configure.in: Configure the examples directory.
9443
9444Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9445
9446 * configure: Simplify Jun 2 1994 change.
9447
9448Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9449
9450 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9451 /bin/gcc isn't good enough to build gcc.
9452
9453Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9454
9455 * Makefile.in (GDB_SUPPORT_FILES): Remove
9456 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9457 (gdb.tar.gz): Add new rule to use standard distribution building
9458 mechanism.
9459
9460Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9461
9462 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9463 Bill Cox <bill@cygnus.com>.
9464
9465Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9466
9467 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9468
9469Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9470
9471 * configure: Search current dir first in .gdbinit.
9472
9473Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9474
9475 * config.sub: Recognize freebsd (merged from gcc config.sub).
9476
9477Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9478
9479 * config.sub: Refer to NeXT's operating system as nextstep.
9480
9481 * config.sub (case $basic_machine): Re-order the cases, to match
9482 the order in the FSF version (which is mostly alphabethical).
9483 Merge in some additions and changes from the FSF.
9484
9485Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9486
9487 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9488 * config.sub: Recognize cxux7.
9489 * configure.in: Use mh-cxux for m88k-harris-cxux*.
9490
9491Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9492
9493 * config.sub: Fix typo powerpc -> powerpc-*.
9494
9495Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
9496
9497 * Makefile.in: `all-emacs19' depends on `all-byacc'.
9498
9499 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9500 parallel with all-emacs and install-emacs). Top-level command
9501 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9502
9503Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9504
9505 * test-build.mk ($(host)-stamp-stage2-installed): Remove
9506 $(relbindir)/make before doing ``make install'', and use
9507 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
9508 installing over running make binary.
9509 ($(host)-stamp-stage3-installed): Likewise.
9510
9511Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9512
9513 * config.guess: Recognize Mach.
9514
9515Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9516
9517 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9518 see whether --exec-prefix was used.
9519
9520Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9521
9522 * README: Explicitly mention libg++/README. (Zoo's idea.)
9523
9524Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9525
9526 * Makefile.in: Add all-librx target similar to all-libproc.
9527
9528Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
9529
9530 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
9531 with post 1.2 uname bogosity.
9532
9533Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9534
9535 * configure: Remove temporary files on receipt of a signal.
9536
9537Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
9538
9539 * configure: If there is a package_makefile_frag, remove
9540 ${subdir}/Makefile.tem after copying it in.
9541
9542Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9543
9544 * build_all.mk: support rs6000 lynx identifies itself as
9545 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
9546 since /bin/gcc is too feeble to compile a modern gcc.
9547
9548Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9549
9550 * brought devo/test-build.mk update-to-date with progressive/
9551 test-build.mk. Add lynx targets and hppa flag info.
9552
9553Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9554
9555 * configure.in: Use mh-ncrsvr43. Patch from
9556 Tom McConnell <tmcconne@sedona.intel.com>.
9557
9558Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
9559
9560 * config.guess (i386-unknown-bsdi): No longer need to
9561 check #if defined(__bsdi__) && defined(__i386__).
9562
9563Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9564
9565 * configure: Set program_transform_nameoption correctly.
9566
9567Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9568
9569 * brought build-all.mk update-to-date with progressive build-all.mk,
9570 added new targets and hppa info.
35590697 9571
252b5132
RH
9572Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9573
9574 * configure: If config.guess result is a prefix of the user
9575 specified target, assume a native build and use the user specified
9576 target as the host alias. Remove SunOS patch suffix removal hack.
9577 * configure.in: Remove SunOS patch suffix removal hack.
9578
9579 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9580 in NATIVE_CHECK_MODULES.
9581
9582Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
9583
9584 * Makefile.in: Rename HOST_ONLY to NATIVE.
9585 * configure: Delete SunOs patch suffix from host_canonical
9586 and build_canonical variables that are prepended to Makefiles.
9587 * configure.in: Add comments for easier maintenance.
9588
9589Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9590
9591 * Makefile.in: Add all-libproc target similar to all-gui.
9592
9593Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
9594
9595 * Makefile.in (CHECK_MODULES): split into
9596 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9597
9598Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
9599
9600 * config.guess (i386-unknown-bsdi): New system to guess.
9601
9602Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9603
9604 * Makefile.in: Add all-gui target (but not yet build by "all").
9605
9606Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
9607
9608 * config.sub: Move deletion of patch suffix from here...
9609 * configure.in: To here, at Ian's suggestion. The top-
9610 level scripts might need to know of a patch level.
9611
9612Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
9613
9614 * config.sub: Strip off patch suffix so rtl is recognized
9615 as a sunos4.1.3 machine, even though it's been patched.
9616
9617Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
9618
9619 * Makefile.in (INSTALL_LAST): Delete.
9620 (INSTALL_DOSREL): New.
9621
9622Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9623
9624 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9625 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9626 whether we pass down --with-gnu-ld anyhow.
9627
9628Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
9629
9630 * Makefile.in (INSTALL_LAST): Change operation so it works
9631 on more flavors of make.
9632 * configure.in (go32): Don't build libg++ or libio.
9633
9634Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
9635
9636 * Makefile.in (Move HOST_PREFIX_1 and friends up so
9637 they can be overriden by templates.
9638
9639Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
9640
9641 * configure.in (target==go32): Don't build gdb.
9642 * dosrel: New directory.
9643
9644Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
9645
9646 * configure.in (host==go32): Configure dosrel too.
9647 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9648 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9649 be set by incoming names or templates.
9650 (INSTALL_LAST): New rule.
252b5132
RH
9651
9652Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
9653
9654 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9655
9656Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9657
252b5132
RH
9658 * configure.in (appdirs): New variable. Currently empty, but will
9659 be used in gas distribution. If nonempty, lists a set of
9660 directories at least one of which must get configured, or top
9661 level configuration is considered to have failed.
9662 (rs6000-*-lynxos*): Use new file name.
9663
9664Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9665
9666 Eliminate XTRAFLAGS.
9667 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9668 newlib include files using -idirafter, and also use -nostdinc.
9669 (CXX_FOR_TARGET): Likewise.
9670 (XTRAFLAGS): Removed.
9671 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9672 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9673 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9674 ($(DO_X)): Don't pass down XTRAFLAGS.
9675
9676Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9677
9678 * configure.in (mips*-dec-bsd*): New target; do build linker.
9679 (mips*-*-bsd*): New target; don't build linker.
9680
9681Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9682
9683 * configure.in: support rs6000-*-lynxos* configuration.
9684 support sunos4 as a cross target.
9685
9686 * config.sub: look for lynx*, not lynx since the OS version may
9687 legitimately be part of the name.
9688
9689Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9690
9691 * configure.in (i[34]86-*-sco*): Move to be with other i386
9692 targets.
9693 (romp-*-*): New target. Skip various binary utilities.
9694 (vax-*-*): New target. Don't build newlib.
9695 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
9696
9697Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9698
9699 * configure.in: Only set host_makefile_frag if config
9700 directory exists.
9701
9702Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9703
9704 * install.sh: If $dstdir exists, don't check whether each
9705 component does.
9706
9707Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9708
9709 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9710
9711Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9712
35590697
AJ
9713 * configure.in (*-*-lynxos*): Don't configure newlib for either
9714 native or cross Lynx.
252b5132
RH
9715
9716Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
9717
9718 * config.sub (sparc64-elf): Fix os.
9719 (z8k): Remove duplicate.
9720
9721Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9722
9723 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9724 gcc/stmp-fixproto, to try to prevent fixproto from being run.
9725
9726Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
9727
9728 * configure: Make file links cleanly even if Lynx fails on
80413487 9729 an NFS symlink (at least fail cleanly).
252b5132
RH
9730
9731Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9732
9733 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9734 -XNh2000.
9735
9736Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9737
9738 * configure: Unknown options are fatal again.
9739
9740Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
9741
9742 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 9743 compatibility.
252b5132
RH
9744
9745Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
9746
9747 * build-all.mk: Add `clean' target.
9748
9749Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9750
9751 * config.guess: Add SINIX support.
9752 * configure.in: Add mips-*-sysv4* support.
9753
9754Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
9755
9756 * build-all.mk: Document all useful targets.
9757 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9758 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9759
9760Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9761
9762 * configure: Support --silent, --quiet.
9763
9764Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9765
9766 * configure: Support --disable-FEATURE.
9767
9768Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9769
9770 * config.guess: Recognize NCR running SVR4.3.
9771
9772Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
9773
9774 * config.guess: Make BSDI generate i386-unknown-bsd386.
9775 Patch from Paul Eggert <eggert@twinsun.com>.
9776
9777Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9778
9779 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9780
9781Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9782
9783 * configure: Make unrecognized options give nonfatal warnings
9784 instead of fatal errors, and pass them to any subdirectory
9785 configures in case they recognize them.
9786 Make --x equivalent to --with-x.
9787
9788Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9789
9790 * configure: Add --enable-* options. Clean up usage message and
9791 some comments.
9792
9793Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9794
9795 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9796
9797Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9798
9799 * configure.in (hppa*-*-*): Enable binutils.
9800
9801Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9802
9803 * config.sub: Recognize cisco.
9804
9805Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9806
9807 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9808
9809Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9810
9811 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9812 than one configuration name. Add comment.
9813
9814Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9815
9816 * config.guess: about target *-hitachi-hiuxwe2, fixed
9817 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9818 macro is incorrect.]
9819
9820Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9821
9822 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9823 than the "make ls" stuff which used to be here.
9824
9825Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9826
9827 * config.guess: Recognize i[34]86-unknown-freebsd.
9828 From Shawn M Carey <smcarey@rodan.syr.edu>.
9829
9830Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9831
9832 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9833
9834Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9835
9836 * config.guess: Check for ptx.
9837
9838Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9839
9840 * config.sub: Add os9k checking.
9841
9842Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9843
9844 * config.guess: Handle OSF1 running on HPPA processors
9845
9846Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9847
9848 * configure: If subdir configure fails, print out a message with
9849 subdirectory name, in case subdir's configure code didn't identify
9850 itself.
9851
9852Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9853
9854 * configure.in: Remove embedded newlines from configdirs.
9855 Avoid mismatches of substrings. Fix matching strings at end
9856 of configdirs.
9857
9858Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9859
9860 * config.guess: Add Lynx/rs6000 config support.
9861
9862Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9863
9864 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9865
9866Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9867
9868 * configure.in (hppa*-*-osf*): Treat this just like most other
9869 PA configurations (eg no binutils or ld).
9870 (hppa*-*-*elf*): These configurations have binutils and ld.
9871
9872Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9873
9874 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9875
9876Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9877
9878 * configure.in (rs6000-*-*): Build gas.
9879
9880Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9881
80413487 9882 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
9883
9884Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9887 for GDB and GDB has been fixed to not need it.
9888
252b5132
RH
9889Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9890
9891 * config.guess: Recognize vax hosts.
9892
9893Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9894
9895 * configure (while loop): Don't use "break 2" inside case
9896 statement -- the case statement isn't an enclosing loop.
9897
9898Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9899
9900 * config.guess: Clean up NeXT support, to allow nextstep
9901 on Intel machines. Make OS be nextstep.
9902
9903Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9904
9905 * config.guess: Add alternate forms for Convex.
9906
9907Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9908
9909 * configure: Completely rewrite option processing. Take
9910 advantage of pattern-matching to avoid invoking test frequently.
9911 Also clean up host and target defaulting logic.
9912
9913Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9914
9915 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9916 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9917 commands (plus user environment) will fit SCO limits.
9918
9919Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9920
9921 * configure.in: Don't issue warnings about directories which are
9922 not being configured if -norecursion is set. Correct test for
9923 --with-gnu-as and --with-gnu-ld to not get confused by substring
9924 matches.
9925
9926 * configure.in: Don't build gas for alpha-dec-osf1*.
9927
9928Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
9929
9930 * configure: Back out Per's change of 12/19/1993. It changes the
9931 behavior of configure in unexpected and confusing ways.
9932
9933 Also, use different delim char when calculating
9934 program_transform_name so that the name can contain slashes.
9935
9936Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
9937
9938 * configure.in, config.sub: Add support for VSTa micro-kernel.
9939
9940Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9941
9942 * configure.in: Nuke hacks which were used to get a special
9943 version of GAS for HPPA configurations.
9944
9945Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
9946
9947 * configure: If only ${target_alias} is given, use that
9948 as the default for ${host_alias}.
9949 * configure: Add missing back-slashes before nested quotes.
9950
9951Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9952
9953 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9954
9955Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
9956
9957 * config.guess: Recognize some Tektronix configurations.
9958 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9959
9960Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9961
9962 * config.sub: Match any flavor of SH.
9963
9964Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
9965
9966 * configure.in: Don't try to configure newlib for Alpha.
9967
9968Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9969
9970 * configure.in: Don't build ld for Irix 5. Don't build gas,
9971 libg++ or libio for any Alpha target.
9972
9973 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
9974
9975Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
9976
9977 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9978 default arguments -- so it tried to compress itself.
9979
9980Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9981
9982 * configure.in (notsupp): ensure that a space is always at the end
9983 of the configdirs list, since the grep checks for an explicit space
9984
9985Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9986
9987 * configure.in (target i386-sysv4.2): don't build ld, since static
9988 versions of many libraries are not available.
9989
9990Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9991
9992 * config.guess: Recognize Apollos (using environment variables).
9993 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9994
9995Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9996
9997 * config.guess: Recognize Sony news mips running newsos.
9998
9999Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
10000
10001 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10002 "fi ; else" for bash.
10003
10004Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
10005
10006 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10007
10008Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
10009
10010 * config.sub: accept unixware as an alias for svr4.2.
10011 Fix some inconsistancies with the gcc version.
10012
10013Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10014
10015 * Makefile.in (DISTDOCDIRS): Add gdb.
10016
10017Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
10018
10019 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
10020
10021Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10022
10023 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10024 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10025 this now.
10026
10027Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10028
10029 * config.sub: Accept hiux* as an OS name.
10030
10031 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10032 etc/make-stds.texi. The underscore came from gcc, and dje now
10033 agrees that RUNTESTFLAGS is the correct name.
10034
10035Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
10036
10037 * install.sh: Remove 'set -e'. It makes any conditionals
10038 in the script useless.
10039
10040 * config.guess: Automatically recognize arm-acorn-riscix
10041 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10042
10043Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
10044
10045 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10046
10047Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10048
10049 * Makefile.in (DISTDOCDIRS): New variable.
10050 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 10051 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
10052
10053Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10054
10055 * configure.in (hppa target): check the source directory for the
10056 pagas sub-directory
10057
10058Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
10059
10060 * config.sub: Allow -aout* and -elf*.
10061
10062Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10063
10064 * configure.in: Don't build ld on i386-solaris2, same as for
10065 sparc-solaris2.
10066
10067Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
10068
10069 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10070
10071Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10072
10073 * configure.in: Configure gdb for alpha.
10074
10075Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10076
10077 * Makefile.in (CXXFLAGS): Add -O.
10078
10079Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10080
10081 * config.guess: added support for DG Aviion
10082
10083Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10084
10085 * configure.in: Produce warning message for subdirectories not
10086 configurable for this host/target combination. Don't try to
10087 configure gdb for vms.
10088
10089Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10090
10091 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10092 appropriate files before making "diststuff".
10093 (DISTBISONFILES): New var: list of files to be edited.
10094 (DISTSTUFFDIRS): Add binutils.
10095
10096Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10097
10098 * config.sub: also handle mipsel and mips64el (for little endian mips)
10099
10100Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10101
10102 * configure.in: Add * to end of all OS names.
10103
10104Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
10105
10106 * configure.in: Build newlib for LynxOS native.
10107
10108Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10109
10110 * config.guess: Add support for delta 88k running SVR3.
10111
10112 * configure.in: Add comment about HP compiler vs. emacs.
10113
10114Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10115
10116 * configure.in: don't build ld on solaris2 (not a viable option
10117 due to bugs in getpwnam & getpwuid)
10118
10119Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10120
10121 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10122 config.guess will produce a full version number.
10123
10124Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10125
10126 * configure.in: Build linker and binutils for alpha-dec-osf1.
10127
10128Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10129
10130 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10131 and gdb/testsuite/Makefile.in.
10132
10133Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10134
10135 * configure.in: recognize mips*- instead of mips-
10136
10137Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
10138
10139 * config.sub: Accept linux*coff and linux*elf as operating
10140 systems.
10141
10142Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10143
10144 * config.sub: Recognize mips64, and mips3 as an alias for it.
10145
10146Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10147
10148 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10149 gdb knows how to handle OSF/1 shared libraries.
10150
10151Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10152
10153 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10154 * config.guess: Recognize Hitachi's HIUX.
10155 * config.sub: Recognize h3050r* and hppahitachi.
10156 Remove redundant cases for hp9k[23]*.
10157
10158Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10159
10160 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10161 if gas and ld are in the source tree and are in ${configdirs}.
10162 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 10163 --with options (but still pass them down on the command line,
252b5132
RH
10164 if they were explicitly specified).
10165
10166Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10167
10168 * configure: substitute SHELL value in Makefile.in with
10169 ${CONFIG_SHELL}
10170
10171Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10172
10173 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10174 *-*-solaris2* targets.
10175
10176Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10177
10178 * Makefile.in: define M4, and pass it down to sub-makes;
10179 all-autoconf now depends on all-m4
10180
10181Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10182
10183 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10184 presence of {ar,ranlib} instead of a configured directory
10185
10186Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10187
10188 * config.guess: Accept 34?? as well as 33?? for NCR.
10189
10190Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10191
10192 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10193 of 'gas' in sed commands, since 'gash' is now in the tree as well.
10194
10195Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10196
10197 * configure: grab values for $(CC) and $(CXX) from the
10198 environment, so that someone can do "CC=gcc configure; make" and
10199 have it work right (matching the way that autoconf works now)
10200
10201 * configure.in, Makefile.in: add support for gash, the tcl
10202 interface to Galaxy
10203
10204 * config.guess: add NetBSD variants (hp300, x86)
10205
10206Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
10207
10208 * install.sh: Support -d option (in the manner of SunOS 4 install,
10209 as it is more deterministic than that of GNU install)
10210 (chmodcmd): Set file to mode 755 by default (should also do default
10211 chgrp and chown, but I don't feel like dealing with that now)
10212
10213Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
10214
10215 * config.sub: Remove h8300hhms alias.
10216
10217Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10218
10219 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10220
10221Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10222
10223 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10224 as stmp-fixinc
10225
10226Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10227
10228 * config.sub: recognize m88110-bug-coff.
10229
10230Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10231
10232 * Makefile.in (all-libio): all dependencies on the toolchain used
10233 to build this (gcc, gas, ld, etc)
10234
10235Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * config.guess: Deal with OSF/1 1.3 on alpha.
10238
10239Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10240
10241 * install.sh: add some 'else true' clauses for portability
10242
10243 * configure.in: don't build libio for h8[35]00-*-* targets
10244
10245Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
10246
10247 * Makefile.in: Add support for new libio.
10248
10249Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10250
10251 * install.sh: If one command fails, don't try the rest. Don't try
10252 to remove $dsttmp (via trap) unless we have already created it.
10253 If $src doesn't exist, detect it and exit with an error.
10254
10255 * config.guess: Recognize BSD on hp300.
10256
10257Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
10258
10259 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10260 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10261
10262Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
10263
10264 * Makefile.in (all-send-pr): depends on all-prms
10265
10266Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10267
10268 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10269
10270Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10271
10272 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10273 Added test for mips-mips-riscos5.
10274
10275Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10276
10277 * configure.in: use mh-hp300 for 68k HP hosts
10278
10279Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10280
10281 * configure: add support for CONFIG_SHELL, so that you can use
10282 some alternate shell for evaluating configure scripts
10283
10284Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
10285
10286 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
10287 in configure script to bug-gdb@prep.ai.mit.edu when building
10288 distribution archive.
10289 * Makefile.in (COMPRESS): Remove def.
10290 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
10291 gdb.tar.Z and make-gdb.tar.Z respectively.
10292 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
10293 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
10294 to convergence with 'taz' target in Makefile.in.
10295
10296Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10297
10298 * install.sh (dsttmp): use trap to ensure that tmp files go
10299 away on error conditions
10300
10301Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10302
10303 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10304
10305Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10306
10307 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10308 its parent is '/' not ''.
10309
10310 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10311
10312Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
10313
10314 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10315 that ${newsrcdir}/configure.in does.
10316
10317Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10318
10319 * test-build.mk: support for CONFIG_SHELL
10320
10321Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
10322
10323 * config.sub (netware): Add as a basic system type.
10324
10325Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10326
10327 * Makefile.in (Makefile): depend on configure.in. Also drop the
10328 $(srcdir)/ from the dependency on Makefile.in.
10329
10330Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
10331
10332 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10333 (h8300hhms is temporary until multi-libraries are implemented).
10334 * configure.in: Handle h8300h too.
10335
10336Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10337
10338 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10339
10340Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
10341
10342 * configure: Remove extraneous output when guessing host type.
10343 * config.guess: Remove extraneous output when guessing using C
10344 compiler rather than uname, or when guessing fails.
10345
10346Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10347
10348 * Makefile.in: remove all.cross and install.cross targets
10349
10350 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10351 definitions
10352
10353Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
10354
10355 * configure.in (target sh): Build gprof.
10356
10357Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10358
10359 * config.sub: change -solaris to -solaris2
10360
10361Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10362
10363 * configure.in: Use config/mh-riscos for mips-*-sysv*.
10364
10365Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
10366
10367 * configure: Correct error message for missing Makefile.in to
10368 print correct directory.
10369
10370Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10371
10372 * install.sh: kludge around 386BSD shell bug
10373
10374Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
10375
10376 * config.guess: Recognize NeXT.
10377 * config.guess: Recognize i486-ncr-sysv4.
10378 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
10379
10380Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
10381
10382 * Makefile.in (MAKEINFOFLAGS): New variable.
10383 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10384 * build-all.mk, test-build.mk: Pass down --no-split as
10385 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
10386
10387Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
10388
10389 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
10390
10391Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
10392
10393 * Makefile.in (libg++.tar.z): New rule.
10394 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
10395 * Makefile.in (taz): Only do a single chmod.
10396
10397Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10398
10399 * install.sh: don't use dirname anymore (replaced with sed usage)
10400
10401Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
10402
10403 * Makefile.in: Change extension for gzip'd files from '.z' to
10404 '.gz' per new FSF standard usage.
10405
10406Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10407
10408 * configure: put quotes around the final value of program_transform_name
10409
10410Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10411
10412 * Makefile.in: new install.sh support; update install-info rules
10413
10414Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
10415
10416 * configure.in: Build diff for crosses, but not for go32 host.
10417
10418 * configure.in: Build gprof only for native, and don't build it
10419 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10420
10421Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
10422
10423 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10424
10425Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10426
10427 * configure.in (host_tools): Add prms.
10428
10429Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10430
10431 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10432 with $(FLAGS_TO_PASS) on the command line
10433
10434 * config.sub: Recognize lynx and lynxos
10435
10436Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10437
10438 * config.sub: Accept -ecoff*, not just -ecoff.
10439
10440Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10441
10442 * Makefile.in (taz): Use .gz suffix instead of .z.
10443 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10444 names.
10445
10446Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10447
10448 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10449
10450Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10451
10452 * Makefile.in (install-no-fixedincludes): install gcc last, so
10453 that rebuilds that might happen during 'make install' don't get
10454 bogus gcc include files
10455
10456Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10457
10458 Change from Utah for HPPA support:
10459 * config.guess: Recognize hppa1.x-hp-bsd.
10460
10461Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10462
10463 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10464 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10465
10466Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10467
10468 * config.sub: Add support for rom68k and bug boot monitors.
10469
10470Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10471
10472 * Makefile.in: Make all-opcodes depend on all-bfd.
10473
10474Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10475
10476 * config.guess: Added special check for i[34]86-univel-sysv4*.
10477
10478Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10479
10480 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10481 the processor rather than assuming i486.
10482
10483Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10484
10485 * config.guess: Recognize SunOS6 as Solaris3.
10486
10487Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10488
10489 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
10490 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10491
10492Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
10493
10494 * build-all.mk (all-cross): New target for Canadian Cross.
10495 Added Q2 go32 targets.
10496 * test-build.mk: Configure go32 cross sparclite-aout and
10497 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
10498 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10499
10500Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10501
10502 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10503 GO32 hosted toolchains
10504
10505Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
10506
10507 * configure: change so "-exec-prefix" gets passed down rather
10508 than "-exec_prefix" so autoconf generated Makefiles get the
10509 exec_prefix set right.
10510
10511Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10512
10513 * config.guess: get the Solaris2 minor version number
10514
10515 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10516
10517Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10518
10519 * config.guess: Recognize some Sequent platforms.
10520
10521Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10522
10523 * Makefile.in: added the vault-install target
10524
10525 * configure.in: actually use the Sun3 makefile fragment that's in
10526 config, also added the release dir to configdirs
10527
10528Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10529
10530 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10531
10532Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10533
10534 * configure.in: remove some program from Alpha targetted toolchains
10535
10536Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
10537
10538 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
10539 gprof.
10540 (taz): Run "make diststuff" in those directories instead of "make
10541 proto-dir". Look for "VERSION=" only at start of line in subdir
10542 Makefile. Use "gzip -9" for compression.
10543 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10544 (binutils.tar.z): New target.
10545
10546Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10547
10548 * Makefile.in (taz): Include gpl.texinfo.
10549
10550Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10551
10552 * Makefile.in (setup-dirs): Merged into "taz" target.
10553 (taz): Only do `proto-dir' stuff if a directory is actually needed
10554 for this target.
10555
10556Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
10557
10558 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10559 (FLAGS_TO_PASS): Pass down MUNCH_NM.
10560 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10561 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10562 (gcc-no-fixedincludes): Correct for current gcc Makefile.
10563
10564Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
10565
10566 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
10567 config.sub, and move-if-change to gdb testsuite distribution
10568 archive, so the testsuite can be extracted, configured, and
10569 run separately from the gdb distribution. Blow away the Chill
10570 tests that require a Chill compiled executable, since GNU Chill
10571 is not yet publically available.
10572
10573Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10574
10575 * test-build.mk: set environment variables in a single command,
10576 instead of a list of assignments and exports
10577
10578 * config.guess: recognize Alpha/OSF1 systems
10579
10580Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10581
10582 * configure: Change help message to prefer --options rather than
10583 -options.
10584
10585Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10586
10587 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10588 zippy@ecst.csuchico.edu.
10589 * config.guess: Recognize miniframe.
10590
10591Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
10592
10593 * Makefile.in: Use srcroot to find runtest rather than rootme.
10594 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10595
10596Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
10597
10598 * test-build.mk: Extensive additions to support building on a
10599 machine other than the host.
10600
10601Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10602
10603 * configure (tooldir): Fix for i386-aix again.
10604
10605Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
10606
10607 * configure, Makefile.in: Change definition of $(tooldir)
10608 to match the FSF.
10609
10610Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
10611
10612 * config.guess: Recognize i[34]86/SVR4.
10613
10614Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10615
10616 * Makefile.in (all-gdb): gdb depends on sim.
10617
10618Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
10619
10620 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
10621 at the same time we make the prototype gdb directory.
10622 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
10623 files at the same time as the gdb base release distribution.
10624
10625Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
10626
10627 * Makefile.in (check): Use individual check targets rather than
10628 DO_X rule.
10629 (check-gcc): Added.
10630
10631Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
10632
10633 * config.sub: Use sysv3.2 not sysv32 for canonical OS
10634 for System V release 3.2.
10635
10636Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10637
10638 * config.sub: Recognize hppaosf.
10639 * configure.in: Do configure ld/binutils/gas for it.
10640
10641Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10642
10643 * configure (tooldir): Alter syntax used to set this, for systems
10644 where "\$" isn't handled right, like i386-aix.
10645
10646Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
10647
10648 * configure: Pass program-transform-name, not
10649 program_transform_name, to recursive configures.
10650
10651Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
10652
10653 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10654 of gas+ld+binutils.
10655
10656Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
10657
10658 * config.guess: Recognize AIX3.2 as distinct from 3.1.
10659
10660Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10661
10662 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10663
252b5132
RH
10664Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10665
10666 * Makefile.in (PRMS): Set back to all-prms.
10667
10668Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
10669
10670 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10671 targets, rather than for MIPS hosts.
10672
10673Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10674
10675 * configure.in: add comment for --with-x default values
10676
10677 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10678
10679 * Makefile.in: add check-* targets for each of the directories in
10680 the tree. Add a definition of RUNTEST that will use the one we
10681 just built, if it exists. Pass this down via FLAGS_TO_PASS.
10682
10683Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
10684
10685 * configure.in: Removed obsolete references to bfd_target and
10686 target_makefile_frag.
10687
10688 * build-all.mk: Set assorted targets for Q2.
10689 * config.sub: Recognize z8k-sim and h8300-hms.
10690 * test-build.mk: Really don't pass host to configure.
10691 (HOLES): Added uname.
10692
10693Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
10694
10695 * configure: Handle an empty program-prefix, program-suffix or
10696 program-transform-name correctly.
10697
10698Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
10699
10700 * build-all.mk: -G 8 no longer required for MIPS targets.
10701 * test-build.mk: Don't pass host argument to configure; make it
10702 guess.
10703
10704Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
10705
10706 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
10707 * Makefile.in (COMPRESS): New macro, like GZIP.
10708
10709Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
10710
10711 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10712
10713 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10714 with gas currently defaults to -G 0.
10715
10716Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
10717
10718 * Makefile.in (all-flex): flex depends on byacc.
10719
10720 * build-all.mk: If host not specified, use config.guess. Pass TAG
10721 to test-build.mk as RELEASE_TAG.
10722 * test-build.mk (configargs): New variable containing arguments to
10723 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
10724 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10725
10726 * config.guess: Use /bin/uname when checking -X argument on SCO,
10727 to avoid invoking GNU uname which doesn't understand -X.
10728
10729 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10730
10731 * configure.in: Build gas for mips-*-*.
10732
10733Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10734
10735 * Makefile.in (all.normal): insert missing backslash.
10736
10737Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
10738
4bddf3ad 10739 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
10740
10741 * Makefile.in: Complete overhaul to merge many almost identical
10742 targets.
10743
10744Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10745
10746 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10747 (gdb.tar.Z): Adjusted.
10748
10749 * Makefile.in (setup-dirs, taz): New targets; should be general
10750 enough to adapt for gdb sometime. Build only .z file.
10751 (gas.tar.z): New target.
10752
10753Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10754
10755 * build-all.mk: Use CC=cc -Xs on Solaris.
10756
252b5132
RH
10757Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
10758
10759 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
10760 for handling BISON for FSF releases.
10761
10762Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10763
10764 * configure: Actually implement the change zoo just documented.
10765
10766Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10767
10768 * configure: when using config.guess, only set target_alias when
10769 it's not already been set (ie, on the command line)
10770
10771Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10772
10773 * Makefile.in: add installcheck target, set PRMS to install-prms
10774
10775Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10776
10777 * configure: add support for package_makefile_fragment, handle the
10778 case where a directory has a configure.in file but no Makefile.in
10779 more gracefully (with an actual understandable error message, even);
10780 add support for --without (and add this to the usage message); also
10781 explicitly add a --host=${host_alias} to the command line when
10782 config.guess is used
10783
10784Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10785
10786 * configure: Must use both --host and --target in recursive calls.
10787
10788Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10789
10790 * Makefile.in: Change deja-gnu to dejagnu.
10791
10792Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10793
10794 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10795
10796Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10797
10798 * configure.in: canonicalize all instances to *-*-solaris2*,
10799 also strip out a number of tools to not build for go32 host
10800
10801Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10802
10803 * config.guess: add GPL.
10804
10805 * Makefile.in, config.guess, config.sub, configure: bump
10806 copyrights to 93.
10807
10808Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10809
10810 * Makefile.in (do-info): Removed obsolete check for existence of
10811 localenv file.
10812
10813 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10814
10815Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10816
10817 * Makefile.in: a couple of 'else true' for decstation,
10818 support for TclX
10819
10820 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10821
10822Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10823
10824 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10825
10826Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10827
10828 * config.guess: Recognize i386-ibm-aix (PS/2).
10829 * configure.in: Use config/mh-aix386 file for it.
10830
10831Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10832
10833 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10834 CC_FOR_TARGET instead.
10835 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10836
10837Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10838
10839 * Makefile.in: Add sim to list of directories sent with gdb
10840
10841Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10842
10843 * configure.in: Put back mips-dec-bsd* case.
10844
10845Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10846
10847 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10848 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10849 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
10850
10851Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10852
10853 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10854
10855 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10856 (install-info): install dir.info only if it exists,
10857 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10858
10859Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10860
10861 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10862 gas for mips-dec-bsd.
10863
10864Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10865
10866 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10867 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10868
10869Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10870
10871 * configure.in: Added "dejagnu" to hosttools list.
10872
10873Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10874
10875 * config.sub, configure.in, config.guess: Add support
10876 for Bosx, an AIX variant from Bull.
10877 Patches from F.Pierresteguy@frcl.bull.fr.
10878
10879Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10880
10881 * devo/dejagnu: Initial creation of devo/dejagnu.
10882 Migrated dejagnu testcases and support files for testing software
10883 tools to reside as subdirectories, currently called "testsuite",
10884 within the directory of the software tool. Migrated all programs,
10885 support libraries, etc. beloging to dejagnu proper from
10886 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10887 with no modifications. The changes to these files which will
10888 allow them to configure, build, and execute properly will be made
10889 in a future update.
10890
10891Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10892
10893 * Makefile.in: Change send_pr to send-pr.
10894 * configure.in: Likewise.
10895 * send_pr: Renamed directory to send-pr.
10896
10897Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10898
10899 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10900
10901Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10902
10903 * README: Update for gdb-4.8 release.
10904 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10905 gdb-xxx.tar.z (gzip'd) file also.
10906
10907Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10908
10909 * Makefile.in: make all-diff depend on all-libiberty
10910
10911Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10912
10913 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10914
10915Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10916
10917 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10918
10919Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10920
10921 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10922 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10923 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10924
10925Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10926
10927 * Makefile.in: makeinfo binary is in a new location
10928
10929Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
10930
10931 * config.sub: Accept -ecoff as an OS.
10932
10933 * Makefile.in: Various changes to eliminate a level of make
10934 recursion and reduce the required command line length.
10935 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10936 sub-makes.
10937 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10938 variables holding settings for specific sub-makes.
10939 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10940 in terms of BASE_FLAGS_TO_PASS.
10941 (TARGET_LIBS): New variable listing directories which use
10942 TARGET_FLAGS_TO_PASS.
10943 (subdir_do): Eliminated.
10944 (do-*): New set of targets to replace subdir_do.
10945 (various): All targets which used subdir_do now depend on do-*.
10946 (local-clean): Renamed from do_clean.
10947 (local-distclean): New target, dependency of distclean and
10948 realclean.
10949 (install-info): Don't create directories. Depend on dir.info
10950 rather than calling make recursively.
10951 (install-dir.info): Eliminated.
10952 (install-info-dirs): Create all info directories here.
10953 (dir.info): Depend upon do-install-info.
10954
10955 * test-build.mk (HOLES): Added false.
10956
10957Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
10958
10959 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
10960
10961Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10962
10963 * Makefile.in (info): remove dependency on all-texinfo. The
10964 problem was really in texinfo/C, not at this level.
10965
10966Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
10967
10968 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10969
10970Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
10971
10972 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
10973 GDB releases.
10974
10975Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10976
10977 * configure: Include srcdir in message about target of link not
10978 being found. Don't convert `-' to `_' in `with' options being
10979 passed to subdirs.
10980
10981Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10982
10983 * configure.in: add uudecode to host_tools
10984
10985 * Makefile.in: added {all,install}-uudecode targets, added them to
10986 the appropriate lists
10987
10988Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
10989
10990 * Makefile.in (all-gcc): Added dependency on all-gas.
10991
10992 * configure.in (mips-*-*): Build ld and binutils.
10993
10994Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10995
10996 * configure: check return code from mkdir, print error message and
10997 exit on failure.
10998
10999Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
11000
11001 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
11002
11003Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
11004
11005 * test-build.mk (HOLES): Added tar, cpio and uudecode.
11006
11007Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11008
11009 * config.sub (h8500): Recognize this as a cpu type.
11010
11011Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11012
11013 * configure: source directory missing is no longer a warning
11014
11015 * configure.in: recognize irix[34]* instead of irix[34]
11016
11017 * Makefile.in: define and pass down X11_LIB
11018
252b5132
RH
11019Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
11020
11021 * guess-systype: Renamed to ...
11022 * config.guess: ... by popular request.
11023 * configure.in, Makefile.in: Update accordingly.
11024
11025Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
11026
11027 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
11028 + Add Convex, Cray/Unicos, and Encore/Multimax support.
11029 + Execute ./dummy instead of assuming . is in PATH.
11030
11031Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
11032
11033 * guess-systype: New shell script. Attempts to guess the
11034 canonical host name of the executing host.
11035 Only a few hosts are supported so far.
11036 * configure: Call guess-systype if no host is specified.
11037
11038Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
11039
11040 * Makefile.in (gcc-no-fixedincludes): Made to work with current
11041 gcc Makefile.
11042
11043
11044Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
11045
11046 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11047 (all-gcc, install-gcc, subdir_do): Use it.
11048
11049Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11050
11051 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11052
11053Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
11054
11055 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11056 set exclusively by configure, using configure.in .
11057
11058Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11059
11060 * test-build.mk: set $PATH for all builds
11061
11062 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11063
11064Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
11065
11066 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
11067 the one used in gcc/Makefile.in, so that a null expansion doesn't
11068 override the one needed to build gcc with a native cc.
11069
11070
11071Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11072
11073 * configure: Accept -with arguments.
11074
11075Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11076
11077 * Makefile.in: added h8300sim
11078
11079Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
11080
252b5132
RH
11081 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11082 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
11083 (all-cygnus, native, build-cygnus): Make
11084 $(canonhost)-stamp-3stage-done, not $(host)....
11085 * test-build.mk (stamp-3stage-compared): Use tail +10c for
11086 i386-sco3.2v4. Added else true to if command.
11087
11088Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
11089
11090 * config.sub: (from FSF) Sequent uses a BSD-like OS.
11091
11092Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
11093
11094 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11095
11096Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11097
11098 * configure.in: don't remove binutils from Solaris builds
11099
11100Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
11101
11102 * Makefile.in: get rid of earlier definitions for *clean,
11103 also handle the recursive info rule better
11104
11105Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
11106
11107 * Makefile.in (mostlyclean, distclean, realclean): Fix to
11108 do more-or-less the right thing.
11109
11110Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
11111
11112 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11113 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11114
11115Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11116
11117 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11118 $(host_canonical).
11119
11120 * configure.in: split the configdirs list into 4 categories (native
11121 v. cross, library v. tool) and handle the cross-only and native-
11122 only in more reasonable (and correct!) way.
11123
11124Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
11125
11126 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
11127 configdirs anymore.
11128
11129Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11130
11131 * Makefile.in: extensive cleanup:: removed all of the explicit
11132 clean-* targets, collapsed many wrappers around subdir_do into
11133 one, added additional targets to satisfy standards.texi, deleted
11134 some old targets, some changes for consistency
11135
11136Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11137
11138 * configure.in: handle some programs as cross-only, and others as
11139 native only
11140
11141 * test-build.mk: handle partial holes in a more generic manner
11142
11143 * Makefile.in: m4 depends on libiberty
11144
252b5132
RH
11145Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11146
11147 * configure.in: add m4, textutils, fileutils, sed, shellutils,
11148 time, wdiff, and find to configdirs
11149
11150 * Makefile.in: all, clean, and install rules for the new programs
11151 added to configure.in
11152
11153Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11154
11155 * configure.in: use mh-sun for all *-sun-* hosts
11156
252b5132
RH
11157Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11158
11159 * Makefile.in: define flags for X11 include files and library file
11160 locations, pass them down to the programs that need this info
11161
11162 * build-all.mk: added a 'native' target, to 3stage the native toolchain
11163
252b5132
RH
11164Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11165
11166 * configure.in: start building libg++ for HP-UX targets
11167
11168Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
11169
11170 * README: Update references to files moved into etc/.
11171
11172Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
11173
11174 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
11175 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
11176
11177Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
11178
11179 * configure: accept dash as well as underscore in long option
11180 names for FSF compatibility.
11181
11182Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
11183
11184 * config.sub: added -sco3.2v4 support from FSF.
11185
11186Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11187
11188 * configure.in: expand the section that adds or removes
11189 directories from the list of programs to build, to handle native
11190 vs. cross in addition to host v. native
11191
11192Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
11193
11194 * Makefile.in: Replace C++ in macro names with CXX.
11195 This is less likely to break ...
11196
11197Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11198
11199 * test-build.mk: add -w to GNU_MAKE
11200
11201Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11202
11203 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11204 add 'sparc' to list of recognized cpus. This needed to make
11205 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11206 Delete some redundant ose68 variants. Recognize -wrs as an os,
11207 then changes that into $CPU-wrs-vxworks.
11208
11209 * configure.in: remove most references to gdbtest, regularize
11210 target based program removal
11211
11212 * test-build.mk: import from p3 tree (many fixes and changes)
11213
11214Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11215
11216 * Makefile.in: added rules to handle tcl, tk, and expect
11217
11218 * configure.in: handle those directories if they exist
11219
11220Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11221
11222 * config.sub: removed bogus hppabsd and hppahpux names, since
11223 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11224
11225Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11226
11227 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
11228 depends upon all-xiberty
11229
11230 * Makefile.in: changes from p3, including:
11231
11232 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
11233
11234 * Makefile.in (XTRAFLAGS): include newlib directories if
11235 newlib/Makefile exists, rather than if host != target.
11236
11237 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
11238
11239 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11240 from the same source tree and not building a cross-compiler. This
11241 matters for the libg++ configuration if reconfiguring a tree that
11242 has already been installed.
11243
11244 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
11245
11246 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11247 pick up the machine and system specific header files.
11248
11249 * Makefile.in: added AS_FOR_TARGET, passed down in
11250 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11251 the C compiler to use to create programs which are run in the
11252 build environment, set it to default to $(CC), and passed it down
11253 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11254
11255 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
11256
11257 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11258 We need them for unusual native builds, like systems without
11259 ranlib.
11260
11261 * configure: also define $(host_canonical) and
80413487
RH
11262 $(target_canonical), which are the full, canonical names for the
11263 given host and target
252b5132
RH
11264
11265Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
11266
11267 * Makefile.in: Added separate definitions for C++.
11268
11269Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
11270
11271 * configure.in (configdirs): Add deja-gnu.
11272
11273Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
11274
11275 * README: Update for configure.texi and gdb-4.7 release.
11276
11277Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
11278
11279 * Makefile.in: Move "all" target to top of file.
11280 Previously, first target was ".PHONY" which caused BSD4.4 make
11281 to build .PHONY when make was run without arguments.
11282
11283Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
11284
11285 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
11286 Library-copylefted code in libiberty.
11287
11288Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
11289
11290 * config.sub: Replace m68kmote with plain old m68k.
11291
11292Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
11293
11294 * Makefile.in: Remove space from blank line, avoid Make complaints.
11295
11296Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
11297
11298 * config.sub: Complain if no argument is given. Added support for
11299 386bsd as OS and target alias.
11300
11301Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
11302
11303 * Makefile.in (XTRAFLAGS): include newlib directories if
11304 newlib/Makefile exists, rather than if host != target.
11305
11306Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
11307
11308 * config.sub: recognize sparclite-wrs-vxworks.
11309
11310 * Makefile.in (install-xiberty): added *-xiberty make rules (from
11311 p3.) Added clean-xiberty to clean.
11312
11313Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11314
11315 * configure.in: use *-*-* instead of nested cases for host and target
11316
11317Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
11318
11319 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11320 from the same source tree and not building a cross-compiler. This
11321 matters for the libg++ configuration if reconfiguring a tree that
11322 has already been installed.
11323
11324Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
11325
11326 * config.sub (i486v/i486v4): Merge in from FSF version.
11327
11328Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
11329
11330 * configure: only set PWD if it is already set.
11331
11332Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
11333
11334 * configure: just set PWD=`pwd` at the top, since Ultrix sh
11335 doesn't have unset and all success paths (and most error paths)
11336 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11337 to just ${PWD} to avoid confusion.)
11338
11339Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
11340
11341 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11342 even for a native compilation.
11343
11344Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
11345
11346 Changes to make the gdb.tar.Z rule work better.
11347
11348 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
11349 (DEVO_SUPPORT): Add configure.texi.
11350 (bfd-ilrt.tar.Z): Remove ancient rule.
11351
11352Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
11353
11354 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11355 pick up the machine and system specific header files.
11356
11357 * configure.in, config.sub: added new target m68010-adobe-scout,
11358 with alias of adobe68k. Changed configure.in to check for
11359 -scout before -sco* to avoid a false match.
11360
11361 * Makefile.in: added AS_FOR_TARGET, passed down in
11362 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11363 the C compiler to use to create programs which are run in the
11364 build environment, set it to default to $(CC), and passed it down
11365 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11366
11367Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
11368
11369 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11370 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
11371 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11372 FOR_TARGET variants, to newlib and libg++.
11373
11374Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
11375
11376 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11377 first.
11378
11379Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
11380
11381 * config.sub: Accept `elf' as an environment.
11382
11383Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11384
11385 * Makefile.in (all-opcodes): cd into the right directory
11386
11387Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
11388
11389 * configure: added -program_transform_name option, used as
11390 argument to sed when installing programs.
11391 configure.texi: added documentation for -program_prefix,
11392 -program_suffix and -program_transform_name.
11393
11394Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
11395
11396 * config.sub: Accept i486 where i386 ok.
11397
11398Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
11399
11400 * config.sub: accept we32k
11401
11402Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
11403
35590697 11404 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
11405
11406 * Makefile.in: don't create all directories for ``make install'';
11407 let the subdirectories create the ones they need.
11408
11409Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11410
80413487 11411 * COPYING: new file, GPL v2
252b5132
RH
11412
11413Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11414
11415 * Makefile.in: use the new gen-info-dir, which needs a template
11416 argument (which also lives in texinfo)
11417
11418 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11419
252b5132
RH
11420Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
11421
11422 * config.sub (ncr3000): Change i386 to i486.
11423
11424Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11425
11426 * Makefile.in: add install-rcs, install-grep to
11427 install-no-fixedincludes, removed install-bison and install-libgcc
11428
11429Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
11430
11431 * configure.in: grab the HPUX makefile fragment if on HPUX
11432
11433Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11434
11435 * Makefile.in: eradicate bison spoor (ditto libgcc).
11436 configure.in: recognise m68{k,000}-ericsson-OSE.
11437 es1800 is alias for m68k-ericsson-OSE
11438
11439Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11440
11441 * configure.in: rearrange the parts that remove programs from
11442 configdirs, based now on HOST==TARGET or by canonical triple.
11443
11444Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11445
11446 * test-build.mk: recurse explicitly with -f test-build.mk when
11447 appropriate. predicate stage3 and comparison on the existence
11448 of gcc. That is, if gcc isn't around, we aren't three-staging.
11449 On very clean, also remove ...stamp-co. Build in-place before
11450 doing other builds.
11451
11452Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11453
11454 * Makefile.in, configure.in: add tgas
11455
11456Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11457
11458 * Makefile.in: a number of changes merged in from progressive.
11459
11460 * configure.in: add libm.
11461
11462 * .cvsignore: ignore some stuff that comes from test-build.mk.
11463
252b5132
RH
11464Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11465
11466 * config.sub: Add es1800 (m68k-ericsson-es1800).
11467
11468Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11469
11470 * configure: Add program_suffix (parallel to program_prefix)
11471 * Makefile.in: adjust directory-creating script for losing decstation
11472
11473Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11474
11475 * configure: Minor $subdir-related fixes.
11476
11477Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11478
11479 * configure: fix various problems with propogating
11480 makefile_target_frag in subdirs.
11481 * configure.in: config libgcc if its there
11482
11483Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11484
11485 * config.sub: HPPA merge.
11486
252b5132
RH
11487Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11488
11489 * Makefile.in: Replace all-bison with all-byacc in all
11490 dependency lines for other tools (which now use byacc).
11491
11492Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
11493
11494 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
11495
252b5132
RH
11496Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
11497
11498 * Makefile.in: make gprof rules similar to byacc rules (instead of
11499 vestigal $(unsubdir) that didn't work...)
11500
11501Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
11502
11503 * config.sub: Add support for Linux.
11504 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
11505 (at least for libg++).
11506
11507Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11508
11509 * configure.texi: fix doc for the -nfp option to configure
11510
11511Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
11512
11513 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11514
11515Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
11516
11517 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11518 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11519 * configure.in: added solaris* host_makefile_frag hook.
11520
11521Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11522
11523 * config.sub: changed recognition of m68000 so that various
11524 m68k types can be specified via m680[01234]0
11525
11526Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11527
11528 * config.sub (basic_machine): fix sed so that '-foo' isn't
11529 completely substituted out while .+'-foo' loses the '-foo'
11530
11531Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11532
11533 * config.sub ($os): Add -aout.
11534
11535Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
11536
11537 * configure: If host_makefile_frag is absolute, don't
11538 prefix ${invsubdir} (relevant to libg++ auto-configure).
11539
11540Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11541
11542 * Makefile.in (tooldir): Define it.
11543 (all-ld): Depend on all-flex.
11544
11545Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
11546
11547 * Makefile.in (check): Fix libg++ special case.
11548
11549Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
11550
11551 * configure: do not bury `pwd` into config.status, thus do fewer
11552 pwd's.
11553
11554 * configure: print the "Building in" message only when building in
11555 other than "." AND verbose.
11556
11557 * configure: remove -s, rework -v to better accomodate guested
11558 configures.
11559
11560 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11561
11562Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
11563
11564 * Makefile.in: macroize flags passed on recursion. remove
11565 fileutils.
11566
11567Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
11568
11569 * configure: get makesrcdir right for subdirs deeper than 1.
11570
11571 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11572 install.
11573
11574Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
11575
11576 * Makefile.in: don't print subdir_do or recursion lines.
11577
11578Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
11579
11580 * standards.texi: added menu item.
11581
11582 * Makefile.in: build and install standards.info.
11583
11584 * standards.texi: new file.
11585
11586Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11587
11588 * configure: test for and move config.status pieces from
11589 ${subdir}/.
11590
11591Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
11592
252b5132
RH
11593 * configure: Test for existance of files before trying to mv
11594 them, to avoid numerous non-existance messages.
11595
11596Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
11597
11598 * configure: correct final line of config.status.
11599
11600 * configure: patch from eggert. Avoids a protection problem if
11601 the original Makefile.in is read only.
11602
11603 * configure: use move-if-change from gcc to create config.status.
11604 Some makefiles depend on config.status to tell if a directory
11605 has been reconfigured for a different host. This change
11606 prevents those directories from remaking everything in the case
11607 where the reconfig was only intended to rebuild a Makefile.
11608
11609 * configure: test for config.sub with "config.sub sun4" rather
11610 than "config.sub ${host_alias}". Otherwise we can't tell a bad
11611 host alias from a missing config.sub.
11612
11613Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11614
11615 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11616 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
11617
11618Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
11619
11620 * configure: mkdir ${subdir} as needed.
11621
11622Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
11623
11624 * Makefile.in,configure.in: added autoconf.
11625
11626Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11627
11628 * Makefile.in: no longer pass against on recursion.
11629
11630 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11631 definitions are not inherited.
11632
11633 * configure: correct makesrcdir when subdir is .
11634
11635Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
11636
11637 * configure: Add support for 'subdirs' variable, which is
11638 like 'configdirs', except that configure doesn't re-invoke
11639 itself for subdirs, it just creates a Makefile for each subdir.
11640 * configure.texi: Document subdirs.
11641
11642Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11643
11644 * configure.in: added flex to configdirs
11645
11646Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
11647
11648 * Makefile.in: remove clean-stamps from clean.
11649
11650Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
11651
11652 * configure.in: Add gdbtest to configdirs.
11653
11654Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
11655
11656 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
11657 to recursive makes.
11658 * configure.in: Recognize new ncr3000 config.
11659
11660Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
11661
11662 * Makefile.in, configure.in: removed references to gdbm.
11663
11664Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
11665
11666 * config.sub: Don't canonicalize os value
11667 newsos* to bsd (readline needs to check for newsos).
11668 (This fix was earlier made Jan 31, but got re-broken.)
11669
11670Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
11671
11672 * configure.in: sco is an os, not a vendor!
11673
11674 * configure: Quote $( better. Keep various shells happy.
11675
11676Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
11677
11678 * Makefile.in: eliminate stamp-files.
11679
11680Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
11681
11682 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
11683 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11684
11685Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
11686
11687 * config.sub: fix iris/iris3.
11688
11689Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
11690
11691 * configure: re-add -rm.
11692
11693Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
11694
11695 * Maskefile.in: add .stmp-rcs to all.
11696
11697 * configure.in: remove gas from rs6000 build, use aix host fragment.
11698
11699Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
11700
11701 * configure: pass down site_option during recursion.
11702
11703Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
11704
11705 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
11706
11707Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
11708
11709 * configure: Change exec_prefix so that it really defaults to prefix.
11710
11711Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
11712
11713 * Makefile.in, configure.in: Add support for mmalloc library.
11714
11715Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
11716
11717 * Makefile.in: add stmp dependencies for a few more things.
11718
11719Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
11720
11721 * configure: adjusted error message on objdir/srcdir configure
11722 collision, per john's suggestion.
11723
11724 * Makefile.in: add libiberty stmp to all and all.cross.
11725
11726Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
11727
11728 * Makefile.in: remove force dependencies, add grep to all.
11729
11730Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
11731
11732 * Makefile.in: drop flex. make stamp files work.
11733
11734 * configure: added test for conflicting configuration in srcdir,
11735 remove trailing slashes from srcdir. Otherwise emacs gdb mode
11736 gets cranky. use relative paths for configure and srcdir
11737 whenever possible. Send some error messages to stderr that were
11738 going to stdout.
11739
11740Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
11741
11742 * Makefile.in: Fix libg++ rule to check for gcc directory
11743 before using gcc/gcc. Also pass XTRAFLAGS.
11744
11745Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
11746
11747 * Makefile.in: added stmp-files so that directories aren't polled
11748 when they are already built.
11749
11750 * configure.texi: fixed a node pointer problem.
11751
11752Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
11753
4bddf3ad 11754 * config.sub configure.in gdb/configure.in
252b5132
RH
11755 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11756 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11757 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
11758
11759Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11760
11761 * configure: -recurring becomes -silent. corrected help message
11762 for -site= option.
11763
11764 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11765
11766Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11767
11768 * configure: when building Makefile for crosses, replace
11769 tooldir and program_prefix. default srcdir from location of
11770 config.sub. remove "for host in hosts" and "for target in
11771 targets" loops.
11772
11773Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11774
11775 * Makefile.in: Do not pass bindir or mandir to cvs.
11776
11777Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11778
11779 * Makefile.in, configure.in: removed traces of namesubdir,
11780 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11781 copyrights to '92, changed some from Cygnus to FSF.
11782
11783 * configure.texi: remove most references to multiple hosts,
11784 multiple targets, subdirs, etc.
11785
11786 * configure.man: removed rcsid. reference config.sub not
11787 config.subr.
11788
11789 * Makefile.in: mkdir $(infodir) on install-info.
11790
11791Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11792
11793 * configure.texi: Explain better about .gdbinit and about
11794 the environment that configure.in sections run in.
11795
11796Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11797
11798 * configure.in: Ultrix is only a decstation if it's a MIPS.
11799
11800Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11801
11802 * README: DOC.configure => cfg-paper.texi.
11803
11804Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11805
11806 * config.sub (near case $os): Don't convert newsos* to bsd!
11807
11808Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11809
11810 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11811 the number of copies of COPYING that go into the GDB tar file.
11812
11813Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11814
4bddf3ad 11815 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
11816 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11817 Fix SCO configuration stuff.
11818
11819Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11820
11821 * Makefile.in: For libg++, make sure the -I pointing
11822 to the gcc directory goes *after* all the libg++-local -I flags.
11823 Also, move just-gcc dependency from just-libg++ to all-libg++.
11824
11825Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11826
11827 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11828
11829Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11830
11831 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11832
11833Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11834
11835 * config.sub: Add stratus configuration frags. Also
11836 submitted to FSF.
11837
11838Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11839
11840 * Makefile.in (DEV_SUPPORT): add configure.man.
11841
11842 * config.sub(Decode manufacturer-specific): add -none*.
11843
11844Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11845
11846 * Makefile.in: remove form feeds to make Sun's make happy.
11847 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11848
11849Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11850
11851 * Makefile.in (AR_FLAGS): Make quieter.
11852
11853Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11854
11855 * configure.in: Add libg++.
11856 * configure: When verbose, don't output the command line at each
11857 level; it will be unremarkably the same as the previous version,
11858 which will be the same as what the user typed.
11859
11860Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11861
11862 * configure.in, Makefile.in: fix clean-info, add flex. add
11863 fileutils.
11864
11865 * configure: be less sensitive to spaces in Makefile.in. Do not
11866 look for sources in "..". Doing so breaks subdirectories that
11867 might have their own configure. If a subdir has it's own
11868 configure script, use it.
11869
11870Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11871
11872 * cfg-paper.texi: some changes suggested by rms.
11873
11874Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11875
11876 * config.sub: Merge in some small additions from the FSF version,
11877 taken from the gcc distribution, to bring the Cygnus and FSF
11878 versions into closer sync.
11879
11880Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11881
11882 * configure.in: Changed svr4 references to sysv4.
11883
11884Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11885
11886 * configure: added -V for version number option.
11887
11888Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11889
11890 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11891 renamed from DOC.configure to cfg-paper.texi.
11892
11893Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11894
11895 * configure, config.subr, config.sub: config.subr is now
11896 config.sub again.
11897
11898Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11899
11900 * configure.texi: new file, in progress.
11901
11902 * Makefile.in: build info file and install the man page for
11903 configure.
11904
11905 * configure.man: new file, first cut.
11906
11907 * configure: find config.subr again now that configuration "none"
11908 has gone. removed all traces of the -ansi option. removed all
11909 traces of the -languages option.
11910
11911 * config.subr: resync from rms.
11912
d932cae7 119131991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11914
11915 * configure, config.sub, config.subr: merge config.sub into
11916 config.subr, call the result config.subr, remove config.sub, use
11917 config.subr.
11918
11919 * Makefile.in: revised install for dir.info.
11920
d932cae7 119211991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11922
11923 * configure.in: add decstation host makefile frag.
11924
11925 * Makefile.in: BISON now bison -y again. also install-gcc on
11926 install. clean-gdbm on clean. infodir belongs in datadir.
11927 Make directories for info install. Build dir.info here then
11928 install it.
11929
d932cae7 119301991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11931
11932 * Makefile.in: fix for bad directory tests.
11933
d932cae7 119341991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11935
11936 * configure: \{1,2\} appears to be a sysv'ism. Use a different
11937 regexp. -srcdir relative was being handled incorrectly.
11938
11939 * Makefile.in: unwrapped some for loops so that parallel makes
11940 work again and so one can focus one's attention on a particular
11941 package.
11942
d932cae7 119431991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11944
11945 * configure: added PWD as a stand in for `pwd` (for speed). use
11946 elif wherever possible. make -srcdir work without -objdir.
11947 -objdir= commented out.
11948
d932cae7 119491991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11950
11951 * configure: +options become --options. -subdirs commented out.
11952 added -host, -datadir. Renamed -destdir to -prefix. Comment in
11953 Makefile now at top of generated Makefile. Removed cvs log
11954 entries. added -srcdir. create .gdbinit only if there is one
11955 in ${srcdir}.
11956
11957 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11958 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11959 and mandir now keyed off datadir by default.
11960
d932cae7 119611991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11962
11963 * Freshly created ChangeLog.
11964
11965\f
11966Local Variables:
11967mode: change-log
11968left-margin: 8
11969fill-column: 76
11970version-control: never
11971End:
This page took 0.863077 seconds and 4 git commands to generate.