]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
PR other/46202: implement install-strip.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
455c8f48
RW
12010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 PR other/46202
4 * configure.ac: Fix just-built in-tree STRIP name to be
5 binutils/strip-new.
6 * configure: Regenerate.
7 * Makefile.def (install-strip-gcc, install-strip-binutils)
8 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
9 (install-strip-sid): Mirror dependencies on non-strip variants
10 of these targets on the respective -strip prerequisites.
11 * Makefile.tpl (install-strip, install-strip-host)
12 (install-strip-target): New targets.
13 (install-strip-[+module+], install-strip-target-[+module+]):
14 New targets.
15 * Makefile.in: Regenerate.
16
39986460
TG
172010-11-19 Tobias Grosser <grosser@fim.uni-passau.de>
18
19 * config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
20
632e2a07
ILT
212010-11-19 Ian Lance Taylor <iant@google.com>
22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23
24 * configure.ac: Add target-libgo to target_libraries. Set
25 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
26 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
27 (HOST_EXPORTS): Add GOC.
28 (BASE_TARGET_EXPORTS): Add GOC.
29 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
30 (GOCFLAGS_FOR_TARGET): New variable.
31 (EXTRA_HOST_FLAGS): Add GOC.
32 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
33 * Makefile.def (target_modules): Add libgo.
34 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
35 (dependencies): Add dependency from configure-target-libgo to
36 configure-target-libffi and all-target-libstdc++-v3. Add
37 dependencies from all-target-libgo to all-target-libffi.
38 (languages): Add go.
39 * configure: Rebuild.
40 * Makefile.in: Rebuild.
41
ce59187e
ILT
422010-11-19 Ian Lance Taylor <iant@google.com>
43
44 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
45 compiler/flag environment variables.
46
69ecd18f
ILT
472010-11-18 Ian Lance Taylor <iant@google.com>
48
49 * configure.ac: Check for lang_requires_boot_languages in
50 config-lang.in files.
51 * configure: Rebuild.
52
1ec601bf
FXC
532010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
54 Tobias Burnus <burnus@net-b.de>
55
56 PR fortran/32049
57 * Makefile.def: Add libquadmath; build it with language=fortran.
58 * configure.ac: Add libquadmath.
59 * Makefile.tpl: Handle multiple libs in check-[+language+].
60 * Makefile.in: Regenerate.
61 * configure: Regenerate.
62
b9b9d342
TT
632010-11-16 Tom Tromey <tromey@redhat.com>
64
65 * MAINTAINERS: Moved myself to reviewers section.
66
ecbfe87a
ZD
672010-11-15 Zdenek Dvorak <ook@ucw.cz>
68
69 * MAINTAINERS: Moved myself to reviewers section.
70
29a4f477
RW
712010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
72
73 * MAINTAINERS (Various Maintainers): Add self for build machinery.
74 (Write After Approval): Remove self.
75
9965e3cd
AS
762010-11-15 Andreas Schwab <schwab@redhat.com>
77
78 * configure.ac: Fix spelling in option names.
79 * configure: Regenerated.
80
0463992b
GJL
812010-11-13 Georg-Johann Lay <georgjohann@web.de>
82
83 PR bootstrap/39622
84 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
85 * configure: Regenerated.
86
3df08734
KG
872010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
88
89 * MAINTAINERS: Update my email address.
90
f16e2237
TG
912010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
92
93 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
94 define the cloog backend to use. Furthermore, only pass the ppllibs to
95 the configure checks, if necessary.
96 * configure: Regenerate.
97
0bb52d68
TG
982010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
99
100 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
101 * configure: regenerate
102
aba2b02e
TG
1032010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
104
105 * config/cloog.m4: Fix typo. verison -> version.
106 * configure: Regenerate.
107
27882098
TG
1082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
109
110 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
111 * configure: Regenerate.
112
d32ef397
AS
1132010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
114
115 * configure.ac: Support official CLooG.org versions.
116 * configure: Regenerate.
117 * config/cloog.m4: New.
118
5a4b6c0e
FD
1192010-11-10 François Dumont <francois.cppdevs@free.fr>
120
121 * MAINTAINERS (Write After Approval): Add myself.
122
f2cea726
DE
1232010-11-09 David Edelsohn <dje.gcc@gmail.com>
124
125 * MAINTAINERS: Update my email address.
126
d8ed14ce
IS
1272010-11-04 Iain Sandoe <iains@gcc.gnu.org>
128
129 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
130 * configure: Regenerate.
d8ed14ce 131
48215350
DK
1322010-11-03 Ian Lance Taylor <iant@google.com>
133 Dave Korn <dave.korn.cygwin@gmail.com>
134
135 PR lto/46273
136 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
137 and on other supported platforms whenever LTO is enabled.
138 * configure: Rebuild.
139
87841584
AM
1402010-11-02 Alan Modra <amodra@gmail.com>
141
142 PR binutils/12110
143 * configure.ac: Error when source path contains spaces.
144 * configure: Regenerate.
145
fe12dfe1
JW
1462010-10-23 James E. Wilson <wilson@codesourcery.com>
147
148 * MAINTAINERS: Update my email address.
149
66c92425
ILT
1502010-10-20 Ian Lance Taylor <iant@google.com>
151
152 * Makefile.def (target_modules): Set lib_path to src/.libs for
153 libstdc++-v3 module.
154 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
155 * Makefile.in: Rebuild.
156
187d3518
LB
1572010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
158
159 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
160 (Write After Approval): Remove myself.
161
02db6bba
TG
1622010-10-15 Tristan Gingold <gingold@adacore.com>
163
164 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
165
c0103e74
DR
1662010-10-14 Douglas Rupp <rupp@gnat.com>
167
168 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
169
1cd0b716
DK
1702010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
171
172 * configure.ac (build_lto_plugin): New shell variable.
173 (--enable-lto): Turn on by default for all non-ELF platforms that
174 have had LTO support added so far. Set build_lto_plugin appropriately
175 for both ELF and non-ELF.
176 (configdirs): Add lto-plugin or not based on build_lto_plugin.
177 * configure: Regenerate.
178
d4c1abb3
RW
1792010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
180
181 Sync from src:
182 * configure.ac (v850 support): Remove target-libgloss from
183 noconfigdirs.
184 * configure: Regenerate.
185
ffedf511
RW
1862010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
187
188 PR bootstrap/45326
189 PR bootstrap/45174
190 * configure.ac: Honor initial values of $build_configargs,
191 $host_configargs, $target_configargs. Mark the precious, so
192 environment settings get recorded.
193 * configure: Regenerate.
194
e1826acc
RW
1952010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
196
197 PR bootstrap/45796
198 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
199 Depend on all-build-libiberty.
200 * Makefile.in: Regenerate.
201
80920132
ME
2022010-09-30 Michael Eager <eager@eagercon.com>
203
204 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
205 * configure: Regenerate.
206
770a498a
ME
2072010-09-28 Michael Eager <eager@eagercon.com>
208
209 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
210
86dfbd58
RW
2112010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
212
213 PR bootstrap/44621
214 * configure.ac: Fix unportable shell quoting.
215 * configure: Regenerate.
216
db50fe7d
IS
2172010-09-21 Iain Sandoe <iains@gcc.gnu.org>
218
219 * configure.ac (enable-lto): Add Darwin to the list of supported lto
220 targets and amend comment.
221 * configure: Regenerate.
222
0064e825
TB
2232010-09-15 Tejas Belagod <tejas.belagod@arm.com>
224
225 * MAINTAINERS (Write After Approval): Add myself.
226
bb79486c
JH
2272010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
228
229 * configure.ac: Enable LTO by default on Darwin.
230 * configure: Regenerate.
231
9e0b22c3
MS
2322010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
233
bb79486c 234 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 235
2fabf1b7
IB
2362010-09-01 Ian Bolton <ian.bolton@arm.com>
237
bb79486c 238 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 239
3a9abc98
DS
2402010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
241
242 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
243 ports
244
331a9a59
DY
2452010-07-28 David Yuste <david.yuste@gmail.com>
246
247 * MAINTAINERS (Write After Approval): Add myself.
248
223a9d64
N
2492010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
250
251 * configure.ac: Support all v850 targets.
252 * configure: Regenerate.
253
9183bdcf
MG
2542010-07-23 Marc Glisse <marc.glisse@normalesup.org>
255
256 PR bootstrap/44455
257 * configure.ac (extra_mpfr_configure_flags): Copy from
258 extra_mpc_gmp_configure_flags.
259 * configure: Re-generated.
260
2e290598
AK
2612010-07-22 Andi Kleen <ak@linux.intel.com>
262
263 * MAINTAINERS (Write After Approval): Add myself.
264
8d6cd388
CLT
2652010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
b0b01eb0
JY
2692010-07-20 Jeffrey Yasskin <jyasskin@google.com>
270
271 * MAINTAINERS (Write After Approval): Add myself.
272
77198d71
JH
2732010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
274
275 PR target/44862
276 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
277 Provide -B option to allow for link spec %s substitutions for
278 libstdc++.a on darwin.
279 * Makefile.in: Regenerate.
280
02fe70af
MM
2812010-07-10 Mikael Morin <mikael@gcc.gnu.org>
282
283 * MAINTAINERS (Reviewers): Update my e-mail address
284
c63a4676
AO
2852010-06-10 Alexandre Oliva <aoliva@redhat.com>
286
287 * Makefile.def (configure-gcc): Depend on all-libelf.
288 * Makefile.in: Rebuild.
289
e68edbf6
FC
2902010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
291
292 * MAINTAINERS (Write After Approval): Add myself in the right place.
293
dce2d8b2 2942010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
295
296 * MAINTAINERS (Write After Approval): Add myself.
297
dce2d8b2 2982010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
299
300 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
301
3022010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 303
1ab55d69
MK
304 * config.sub: Update to version 2010-05-21.
305 * config.guess: Update to version 2010-04-03.
0c422e74 306
02540df4
SB
3072010-05-18 Steven Bosscher <steven@gcc.gnu.org>
308
309 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
310 * configure: Regenerate.
311
dfe5f5b2
ST
3122010-05-12 Sriraman Tallam <tmsriram@google.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
c082f9f3
SB
3162010-05-07 Steven Bosscher <steven@gcc.gnu.org>
317
318 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
319 a platform that supports LTO.
320 * configure: Regenerate.
321
f1af9e5f
SP
3222010-05-05 Sebastian Pop <sebastian.pop@amd.com>
323
324 * configure.ac: Allow all the versions greater than 0.10 of PPL.
325 * configure: Regenerated.
326
38e3d868
RM
3272010-04-27 Roland McGrath <roland@redhat.com>
328 H.J. Lu <hongjiu.lu@intel.com>
329
330 * configure.ac (--enable-gold): Support both, both/gold and
331 both/bfd to add gold to configdirs without removing ld.
332 * configure: Regenerated.
333
334 * Makefile.def: Add install-gold dependency to install-ld.
335 * Makefile.in: Regenerated.
336
3bec79c5
DK
3372010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
338
339 PR lto/42776
340 * configure.ac (--enable-lto): Refactor handling so libelf tests
341 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
342 and allow LTO to be explicitly enabled on non-ELF platforms that
343 are known to support it inside else-clause.
344 * configure: Regenerate.
345
615c8ffa
EB
3462010-04-20 Eric Botcazou <ebotcazou@adacore.com>
347
348 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
349 * configure: Regenerate.
350
e4522f78
RC
3512010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
352
353 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
354 * configure: Regenerate.
355
8ccb78f2
RO
3562010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
357
358 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
359 separately.
360 * configure: Regenerate.
361
d5cc2ee3
KW
3622010-04-16 Kevin Williams <kevin.williams@inria.fr>
363
364 * MAINTAINERS (Write After Approval): Add myself.
365
8406cb62
TG
3662010-04-14 Tristan Gingold <gingold@adacore.com>
367
368 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
369 * configure: Regenerate.
370
3591b8e2
SE
3712010-04-13 Steve Ellcey <sje@cup.hp.com>
372
373 * configure: Regenerate after change to elf.m4.
374
a82ecc7b
IS
3752010-04-06 Iain Sandoe <iains@gcc.gnu.org>
376
377 * MAINTAINERS (Write After Approval): Add myself.
378
1f0bf148
SP
3792010-04-02 Sebastian Pop <sebastian.pop@amd.com>
380
381 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
382 * configure: Regenerated.
383
3842010-04-02 Sebastian Pop <sebastian.pop@amd.com>
385
386 * configure.ac: Print "buggy but acceptable" when CLooG
387 revision is less than 9.
388 * configure: Regenerated.
389
ecd01dee
DN
3902010-04-01 Diego Novillo <dnovillo@google.com>
391
392 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
393
dc683a3f
RW
3942010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
395
396 PR bootstrap/43615
397 PR bootstrap/43328
398
399 Revert:
400
401 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
402
403 * configure.ac: Do not pass --enable-multilib nor
404 --disable-multilib in baseargs. Accept explicitly passed
405 --enable_multilib.
406 * configure: Regenerate.
407
7527d83f
UW
4082010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
409
410 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
411
895522b6
JJ
4122010-03-31 Janis Johnson <janis187@us.ibm.com>
413
414 * MAINTAINERS: Remove myself.
415
9db4e878
RW
4162010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
417
418 PR bootstrap/43328
419 * configure.ac: Do not pass --enable-multilib nor
420 --disable-multilib in baseargs. Accept explicitly passed
421 --enable_multilib.
422 * configure: Regenerate.
423
acf6bf36
AP
4242010-03-28 Andrew Pinski <pinskia@gmail.com>
425
426 * MAINTAINERS (spu port): Remove me.
427
b42f0d7e
JM
4282010-03-23 Joseph Myers <joseph@codesourcery.com>
429
430 * configure.ac (tic6x-*-*): New case.
431 * configure: Regenerate.
432
0d1152b1
JM
4332010-03-23 Joseph Myers <joseph@codesourcery.com>
434
435 * config.sub: Update to version 2010-03-22.
436 * config.guess: Update to version 2009-12-30.
437
dce2d8b2 4382010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
439
440 PR ada/42554
441 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
442 * configure: Regenerate.
443
5408fbe8
RR
4442010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
445
446 * MAINTAINERS: Update my email address.
447
3f55a3b3
SP
4482010-03-17 Sebastian Pop <sebastian.pop@amd.com>
449
450 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
451 (ghassan.shobaki@amd.com): Removed.
452
3f08f7e8
AM
4532010-03-17 Alan Modra <amodra@gmail.com>
454
455 * MAINTAINERS: Update my email address.
456
f3a9d094
DN
4572010-03-16 Diego Novillo <dnovillo@google.com>
458
459 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
460 Matthews.
461
db5c4b8b
JM
4622010-03-16 Joseph Myers <joseph@codesourcery.com>
463
464 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
465 Gutson, Jeffrey D. Oldham and Mark Shinwell.
466
b995570a
JM
4672010-03-16 Joseph Myers <joseph@codesourcery.com>
468
469 * MAINTAINERS: Update my email address.
470
124cc66f
DJ
4712010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
472
473 * MAINTAINERS: Update my email address.
474
a4581668
BS
4752010-03-15 Bernd Schmidt <bernds@codesourcery.com>
476
477 * MAINTAINERS: Update my email address.
478
49d78e29
JZ
4792010-03-09 Jie Zhang <jie@codesourcery.com>
480
481 * MAINTAINERS: Update my email address.
482
8927b7c0
RO
4832010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
484
485 PR libstdc++/32499
486 * configure.ac (RANLIB): Default to true.
487 (STRIP): Likewise.
488 (RANLIB_FOR_TARGET): Remove superfluous : argument.
489 * configure: Regenerate.
490
dce2d8b2 4912010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
492
493 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
494 (Write After Approval): Update my email address.
495
bf646aaf
NC
4962010-02-17 Nick Clifton <nickc@redhat.com>
497
498 PR 11238
499 * Makefile.tpl (local-distclean): Also remove config.cache files in
500 sub-directories as there may not be Makefiles present in the
501 sub-directories.
96e41f16
NC
502 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
503 the config.cache files found by the find command.
504
bf646aaf
NC
505 * Makefile.in: Regenerate.
506 * configure.ac: Revert previous delta.
507 * configure: Regenerate.
508
ff78880a
NC
5092010-02-15 Nick Clifton <nickc@redhat.com>
510
511 PR 11238
512 * configure.ac: Delete config.cache files in sub-directories when
513 deleting Makefiles.
514 * configure: Regenerate.
515
8150eadf
BE
5162010-02-12 Ben Elliston <bje@gnu.org>
517
518 * MAINTAINERS: Update my email address.
519
a9e12bfd
AP
5202010-02-08 Andrew Pinski <pinskia@gmail.com>
521
522 * MAINTAINERS (spu port): Update my email address.
523
95315086
JZ
5242010-02-08 Jie Zhang <jie.zhang@analog.com>
525
526 * MAINTAINERS: Add myself as a maintainer for the bfin port.
527
362c6d2f
KG
5282010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
529
530 * configure.ac: Add "recommended" version checks for GMP/MPC.
531 Update recommended GMP/MPFR/MPC versions.
532 * configure: Regenerate.
533
888c5ad2
JR
5342010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
535
536 * MAINTAINERS: Move my Embecosm email address into the
537 write-after-approval section.
538
3bf714a7
ILT
5392010-01-26 Ian Lance Taylor <iant@google.com>
540
541 * MAINTAINERS: Add myself as Go frontend maintainer.
542
ad1e5170
JR
5432010-01-25 Joern Rennecke <amylaar@spamcop.net>
544
545 PR libstdc++/36101, PR libstdc++/42813
546 * configure.ac (bootstrap_target_libs): Make inclusion of
547 target-libgomp conditional on libgomb being in target_configdirs.
548 * configure: Regenerate.
549
fb0553d1
JR
5502010-01-23 Joern Rennecke <amylaar@spamcop.net>
551
552 PR libstdc++/36101, PR libstdc++/42813
553 * configure.ac (bootstrap_target_libs): Include target-libgomp.
554 * configure: Regenerate.
555
aae29963
JR
5562010-01-22 Joern Rennecke <amylaar@spamcop.net>
557
558 PR libstdc++/36101, PR libstdc++/42813
559 * configure.ac (target_configdirs): Substitute.
560 * Makefile.def: Bootstrap target module libgomp.
561 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
562 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
563 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
564 * configure, Makefile.in: Regenerate.
565
d8fe8895
DK
5662010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
567
568 * MAINTAINERS: Adjust my details.
569
ebfe4897
EW
5702010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
571
572 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
573
f7746c59
TL
5742010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
575
576 * MAINTAINERS: reindented my entry with tabs instead of spaces.
577
306c7b5b
TL
5782010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
579
580 * MAINTAINERS (Write After Approval): Add myself.
581
1b8b9e19
KT
5822010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
583
584 * MAINTAINERS (Write After Approval): Add myself.
585
c164615b
RG
5862010-01-11 Richard Guenther <rguenther@suse.de>
587
588 PR lto/41569
589 * Makefile.def (all-lto-plugin): Depend on all-gcc.
590 * Makefile.in: Regenerated.
591
f3f623ae
AT
5922010-01-11 Andreas Tobler <andreast@fgznet.ch>
593
594 * configure.ac: Enable libjava build on x86_64-*freebsd*.
595 * configure: Regenerate.
596
592c90ff
KG
5972010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
598 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
599
600 PR bootstrap/42424
601 * configure.ac: Include libtool m4 files.
602 (_LT_CHECK_OBJDIR): Call it.
603 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
604 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 605
592c90ff
KG
606 * configure: Regenerate.
607
60a2e213
RW
6082010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
609
610 PR bootstrap/41818
611 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
612 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
613 * Makefile.in: Regenerate.
614
7413962d
RG
6152010-01-02 Richard Guenther <rguenther@suse.de>
616
617 PR lto/41529
618 * configure.ac: Include config/elf.m4. Disable LTO if not
619 builting for an elf target.
620 * configure: Regenerate.
621
f77f3945
CF
6222009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
623
624 * MAINTAINERS: Change my email address.
625
4960e3f0
BE
6262009-12-18 Ben Elliston <bje@au.ibm.com>
627
628 * config.sub, config.guess: Update from upstream sources.
629
d16a31da
SZ
6302009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
631
632 * MAINTAINERS (Write After Approval): Add myself.
633
3a5729ea
KG
6342009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
635
636 PR middle-end/30447
637 PR middle-end/30789
638 PR other/40302
639
640 * configure.ac: Require MPC.
641 * configure: Regenerate.
642
43e02a8a
RW
6432009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
644
645 PR target/38384
646 PR bootstrap/40972
647 * libtool.m4: Sync from git Libtool.
648 * ltoptions.m4: Likewise.
649 * ltversion.m4: Likewise.
650 * lt~obsolete.m4: Likewise.
651 * ltmain.sh: Likewise.
652
360d4522
KG
6532009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
654
655 * configure.ac: Update minimum MPC version to 0.8.
656 * configure: Regenerate.
657
f264ed56
SP
6582009-11-21 Sebastian Pop <sebpop@gmail.com>
659
660 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
661 * configure: Regenerated.
662
ed2eaa9f
ILT
6632009-11-21 Ian Lance Taylor <iant@google.com>
664
665 * configure.ac: Change default of poststage1_ldflags to be empty if
666 poststage1_libs is set. When poststage1_libs is empty, and
667 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
668 * configure: Rebuild.
669
58346783
AN
6702009-11-21 Adam Nemet <adambnmet@gmail.com>
671
672 * MAINTAINERS (Write After Approval): Update my email address.
673
5ca0106a
BE
6742009-11-20 Ben Elliston <bje@au.ibm.com>
675
676 * config.guess: Update from upstream sources.
677
87213cd4
AO
6782009-11-16 Alexandre Oliva <aoliva@redhat.com>
679
680 * Makefile.def: Restore host and target settings for gmp.
681 * Makefile.in: Rebuild.
682
f61428ed
AO
6832009-11-16 Alexandre Oliva <aoliva@redhat.com>
684
685 * configure.ac: Add libelf to host_libs. Enable in-tree configury
686 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
687 Fix portability of test of C++ as bootstrap language. Add
688 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
689 * configure: Rebuild.
690 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
691 and cloog. Fix in-tree ppl configuration. Introduce libelf
692 in-tree building.
693 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
694 (POSTSTAGE1_HOST_EXPORTS): Use it.
695 (STAGE[+id+]_CXXFLAGS): New.
696 (BASE_FLAGS_TO_PASS): Pass it down.
697 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
698 extra_exports.
699 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
700 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
701 extra_exports.
702 * Makefile.in: Rebuild.
703
f6c56be6
BE
7042009-11-17 Ben Elliston <bje@au.ibm.com>
705
706 * config.sub, config.guess: Update from upstream sources.
707
0ccb5970
JK
7082009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * MAINTAINERS (Write After Approval): Add myself.
711
dce2d8b2 7122009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
5d571eaa
OS
7162009-11-06 Ozkan Sezer <sezeroz@gmail.com>
717
718 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
719 paths for *-w64-mingw* and x86_64-*mingw*.
720 * configure: Regenerated.
721
dce2d8b2 7222009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
723
724 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
725
c393f559
BK
7262009-11-02 Benjamin Kosnik <bkoz@redhat.com>
727
728 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
729 Phil Edwards to Write-After Approval.
730
ef4c4300
KT
7312009-10-30 Kai Tietz <kai.tietz@onevision.com>
732
733 * configure.ac: Disable target-winsup & co for
734 x86_64-*-mingw* and *-w64-mingw* targets.
735 * configure: Regenerated.
736
65a324b4
NC
7372009-10-16 Nick Clifton <nickc@redhat.com>
738
739 * MAINTAINERS: Add myself as a maintainer for the RX port.
740
dce2d8b2 7412009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc
JS
742
743 * MAINTAINERS (Write After Approval): Update my e-mail address.
744
17e72e5d
RO
7452009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
746
747 * configure.ac (CLooG test): Use = with test.
748 * configure: Regenerate.
749
ed3a56f3
RG
7502009-10-22 Richard Guenther <rguenther@suse.de>
751
752 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
753 cloog if the ppl version check failed. Move flags saving
754 before setting in libelf check.
755 * configure: Regenerate.
756
ad0abd3c
RG
7572009-10-21 Richard Guenther <rguenther@suse.de>
758
759 * configure.ac: Adjust the ppl and cloog configure to work as
760 documented. Disable cloog if ppl was disabled. Omit the version
761 checks if they were disabled.
762 * configure: Re-generate.
763
e4c5bd48
RW
7642009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
765
766 * configure.ac: Add 'lto' to enable_languages, not
767 new_enable_languages, and only if not already present.
768 * configure: Regenerate.
769
0ffd69c5
GP
7702009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
771
772 * README: Refer to the various COPYING* files instead of just
773 COPYING.
774 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
775
dce2d8b2 7762009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
777
778 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
779
58687768
RG
7802009-10-07 Richard Guenther <rguenther@suse.de>
781
782 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
783 and Richard Guenther as reviewers.
784 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
785 as reviewers.
786
49b0ca5c 7872009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 788
49b0ca5c 789 * config.sub: Update from upstream sources.
d2d9ce5e 790
aeb94799
ILT
7912009-10-06 Ian Lance Taylor <iant@google.com>
792
793 * Makefile.def: check-gold depends upon all-gas.
794 * Makefile.in: Rebuild.
795
123651cd
PM
7962009-10-05 Phil Muldoon <pmuldoon@redhat.com>
797
798 * MAINTAINERS (Write After Approval): Add myself.
799
d7f09764
DN
8002009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
801
802 * Makefile.def: all-lto-plugin depends on all-libiberty.
803 set bootstrap=true for lto-plugin.
804 Add lto-plugin.
805 * Makefile.in: Regenerate.
806 * configure.ac (host_libs): Add lto-plugin.
807 * configure: Regenerate.
808
d7f09764
DN
8092009-10-03 Diego Novillo <dnovillo@google.com>
810
811 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
812 (HOST_LIBELFLIBS): Define.
813 (HOST_LIBELFINC): Define.
814 * Makefile.in: Regenerate.
815 * configure.ac: Add --enable-lto.
816 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
817 If --enable-lto is used, add 'lto' to new_enable_languages.
818 If --enable-lto is used and gold is enabled, add
819 lto-plugin to configdirs.
820 * configure: Regenerate.
821
8222009-10-03 Simon Baldwin <simonb@google.com>
823
824 * configure.ac: If --with-system-zlib, suppress local zlib and
825 pass --with-system-zlib to subdir configure scripts.
826 * configure: Regenerate.
827
dce2d8b2 8282009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
829 Paolo Bonzini <bonzini@gnu.org>
830
831 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
832 $(srcdir).
833 * Makefile.in: Rebuilt.
834
dce2d8b2 8352009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
836
837 * MAINTAINERS (Write After Approval): Add myself.
838
3e661154
KG
8392009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
840
841 * configure.ac: Update minimum MPC version to 0.7.
842 * configure: Regenerate.
843
f1a036e4
NC
8442009-09-25 Nick Clifton <nickc@redhat.com>
845
846 * configure.ac: Pass any --cache-file=/dev/null option on to
847 subconfigures.
848 * configure: Regenerate.
849
d4c74acc
NC
8502009-09-23 Nick Clifton <nickc@redhat.com>
851
852 * config.sub, config.guess: Update from upstream sources.
853
dce2d8b2 8542009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
855
856 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
857 * Makefile.in: Rebuilt.
858
0db770bd
RW
8592009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
860
861 PR bootstrap/32272
862 * configure.ac: Error out if $srcdir isn't '.' but contains
863 host-${host_noncanonical}.
864 * configure: Regenerate.
865
71101870
RO
8662009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
867
868 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
869 maintainer.
870
ca6d0d62
RW
8712009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
872
79cd2b23
RW
873 * configure.ac: If bootstrapping a combined tree with
874 --enable-gold, require c++ in stage1_languages.
875 * configure: Regenerate.
876
ab9dcd0c
RW
877 * configure.ac: Also add target_libs of stage1_languages to
878 bootstrap_target_libs.
879 * configure: Regenerate.
880
ca6d0d62
RW
881 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
882 with --enable-languages not containing c++.
883 * configure: Regenerate.
884
1c3c9f12
JZ
8852009-09-15 Jie Zhang <jie.zhang@analog.com>
886
887 * configure.ac: Disable java and boehm-gc for bfin-*-*.
888 * configure: Regenerate.
889
dce2d8b2 8902009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 891
6fb30a14
JR
892 * MAINTAINERS (Write After Approval): Update my e-mail address,
893 and move from from here...
894 (Waiting for paperwork): To here.
0318772d 895
4056c2c6
JM
8962009-09-09 Joseph Myers <joseph@codesourcery.com>
897
898 * MAINTAINERS (Reviewers): Add self as driver reviewer.
899
3e54529c
RW
9002009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
901
902 * configure.ac: Do not use $extrasub for replacing @if/@endif
903 parts in Makefile; instead, use additional arguments to
904 AC_CONFIG_COMMANDS to do the replacement manually, with several
905 sed invocations, to avoid HP-UX sed command limits.
906 * configure: Regenerate.
907
713e2ea6
AO
9082009-09-08 Alexandre Oliva <aoliva@redhat.com>
909
910 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
911 blank before -L.
912
5646b7b9
AO
9132009-09-04 Alexandre Oliva <aoliva@redhat.com>
914
915 * configure.ac (with-build-config): Document. Handle without.
916 Handle missing argument.
917 * configure: Rebuilt.
918
e12c4094
AO
9192009-09-03 Alexandre Oliva <aoliva@redhat.com>
920
921 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
922 Default to bootstrap-debug only if compare-debug works.
923 * configure: Rebuilt.
924 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
925 * Makefile.in: Rebuilt.
926
75cb0057
RO
9272009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
928
929 * MAINTAINERS (OS Port Maintainers): Update my email address.
930
8fc68cba
AO
9312009-09-01 Alexandre Oliva <aoliva@redhat.com>
932
933 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
934 * Makefile.in: Rebuilt.
935
44cb38cf
CD
9362009-09-01 Chris Demetriou <cgd@google.com>
937
938 * MAINTAINERS (Write After Approval): Add myself.
939
f9329c35
DS
9402009-08-31 Dodji Seketeli <dodji@redhat.com>
941
942 PR debug/30161
943 * include/dwarf2.h (enum dwarf_tag): Added
944 DW_TAG_GNU_template_template_param
945 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
946
f945e229
PB
9472009-08-30 Paolo Bonzini <bonzini@gnu.org>
948
949 * Makefile.tpl (AWK): Fix typo.
950 * Makefile.in: Regenerate.
951
87264276
PB
9522009-08-30 Paolo Bonzini <bonzini@gnu.org>
953
954 * configure.ac: Detect awk and sed.
955 * Makefile.def (flags_to_pass): Add AWK and SED.
956 * Makefile.tpl (AWK, SED): New.
957 (BASE_FLAGS_TO_PASS): Add AWK and SED.
958 * configure: Regenerate.
959 * Makefile.in: Regenerate.
960
68ccd57c
DK
9612009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
962
963 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
964 (collapseslashes): Likewise.
965
df58e648
RW
9662009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
967
968 * configure.ac (AC_PREREQ): Bump to 2.64.
969
0539cb2c
RW
9702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
971
70fa0efa
RW
972 * configure.ac: Remove --with-datarootdir, --with-docdir,
973 --with-pdfdir, --with-htmldir switches.
974 * configure: Regenerate.
975
5213506e
RW
976 * configure: Regenerate.
977
0539cb2c
RW
978 * compile: Sync from Automake 1.11.
979 * depcomp: Likewise.
980 * install-sh: Likewise.
981 * missing: Likewise.
982 * mkinstalldirs: Likewise.
983 * ylwrap: Likewise.
984
197c68cc
DK
9852009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
986
987 * ltmain.sh (func_normal_abspath): New function.
988 (func_relative_path): Likewise.
989 (func_mode_help): Document new -bindir option for link mode.
990 (func_mode_link): Add new -bindir option, and use it to place
991 output DLL if specified.
992
58af276a
RW
9932009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
994
0115d4a3
RW
995 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
996 (baseargs): Add --disable-option-checking.
997 * configure: Regenerate.
998
58af276a
RW
999 * Makefile.def (configure-target-libiberty): Depend on
1000 all-binutils and all-ld.
1001 (configure-target-newlib): Likewise.
1002 * Makefile.in: Regenerate.
1003
e9d9afef
BE
10042009-08-17 Ben Elliston <bje@au.ibm.com>
1005
1006 * config.sub, config.guess: Update from upstream sources.
1007
354ebf88
RW
10082009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1009
1010 Sync from src, merge:
1011
1012 2009-07-02 Tristan Gingold <gingold@adacore.com>
1013
1014 * configure.ac: Do not exclude gas for i386-*-darwin.
1015 Add a case for x86_64-*-darwin.
1016 * configure: Regenerate.
1017
8375f7b2
NV
10182009-08-06 Neil Vachharajani <nvachhar@gmail.com>
1019
1020 * MAINTAINERS: Add my name to Write After Approval list.
1021
dce2d8b2 10222009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
1023
1024 * configure.ac: Add Microblaze target.
1025 * configure: Regenerate.
1026
ea2002ba
CB
10272009-07-31 Christian Bruel <christian.bruel@st.com>
1028
1029 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1030 * configure: Regenerate.
1031
dce2d8b2 10322009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
1033
1034 * MAINTAINERS (Write After Approval): Update my e-mail address.
1035
e90e6bd7
ILT
10362009-07-06 Ian Lance Taylor <iant@google.com>
1037
1038 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1039 * configure: Rebuild.
1040
f6e0880a
TG
10412009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
1042
1043 * MAINTAINERS: Move myself to the Graphite Reviewers.
1044
6d984927
WG
10452009-06-30 Wei Guozhi <carrot@google.com>
1046
1047 * MAINTAINERS: Add my name to Write After Approval list.
1048
f2689b09
SE
10492009-06-26 Steve Ellcey <sje@cup.hp.com>
1050
1051 PR bootstrap/40338
1052 * configure.ac (comparestring): Create new variable.
1053 * Makefile.tpl (comparestring): Use to skip some comparisions.
1054 * configure: Regenerate.
1055 * Makefile.in: Regenerate.
1056
f62c0ba4
DE
10572009-06-26 Doug Evans <dje@sebabeach.org>
1058
1059 * Makefile.def (host_modules): Add cgen.
1060 * Makefile.in: Regenerate.
1061 * configure.ac (host_tools): Add cgen.
1062 * configure: Regenerate.
1063
7acf4da6
DD
10642009-06-23 DJ Delorie <dj@redhat.com>
1065
1066 * MAINTAINERS: Add myself as mep maintainer.
1067
00020c16
ILT
10682009-06-23 Ian Lance Taylor <iant@google.com>
1069
1070 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1071 boot_languages. Only bootstrap target libraries listed in
1072 target_libs for some boot language. Add --with-stage1-ldflags,
1073 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1074 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1075 if not building with C++.
1076 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1077 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1078 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1079 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1080 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1081 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1082 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1083 * configure, Makefile.in: Rebuild.
1084
1da52d4a
LF
10852009-06-23 Li Feng <nemokingdom@gmail.com>
1086
1087 * MAINTAINERS: Added my name to write-after-approval list.
1088
144c9175
RM
10892009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1090
1091 * configure.ac: Define is_elf for QNX Neutrino targets.
1092 * configure: Regenerate.
1093
e5871e24
GS
10942009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
1095
1096 * MAINTAINERS: Added my name to the write-after-approval list
1097
5f4a82c0
KG
10982009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1099
1100 * configure.ac: Detect MPC in default directory.
1101 * configure: Regenerate.
1102
394e9195
JG
11032009-06-03 Jerome Guitton <guitton@adacore.com>
1104 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1105
1106 * Makefile.tpl (all): Avoid a trailing backslash.
1107 * Makefile.in: Regenerate.
1108
47bca6aa
BE
11092009-06-03 Ben Elliston <bje@au.ibm.com>
1110
1111 * config.sub, config.guess: Update from upstream sources.
1112
a891a473
RS
11132009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1114
1115 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1116 to noconfdirs.
1117 * configure: Regenerate.
1118
70cb2d9f
AO
11192009-06-02 Alexandre Oliva <aoliva@redhat.com>
1120
1121 * Makefile.tpl ([+compare-target+]): Compare all stage
1122 directories, rather than just gcc.
1123 * Makefile.in: Rebuilt.
1124
7f1245df
DK
11252009-06-01 Doug Kwan <dougkwan@google.com>
1126
1127 * configure.ac: Support gold for target arm*-*-*.
1128 * configure: Regenerate.
394e9195 1129
acd26225
KG
11302009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1131
1132 * Makefile.def: Add MPC support and dependencies.
1133 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1134
1135 * Makefile.in, configure: Regenerate.
1136
a1fc946a
AO
11372009-05-27 Alexandre Oliva <aoliva@redhat.com>
1138
1139 * Makefile.tpl (all): Avoid harmless warning in make all when
1140 gcc-bootstrap is enabled but stage_last does not exist.
1141 * Makefile.in: Rebuilt.
1142
2e6a3c8d
NR
11432009-05-24 Nicolas Roche <roche@adacore.com>
1144
1145 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1146 * Makefile.in: Regenerate.
1147
63487d11
DC
11482009-05-21 Denis Chertykov <chertykov@gmail.com>
1149
1150 * MAINTAINERS: Update my e-mail address.
1151
449223af
DK
11522009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1153
1154 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1155 * configure: Regenerate.
1156
31c98f49
AO
11572009-05-18 Alexandre Oliva <aoliva@redhat.com>
1158
1159 PR other/40159
1160 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1161 gcc-no-bootstrap are mutually exclusive.
1162 * Makefile.in: Rebuilt.
1163
0f501837
AO
11642009-05-18 Alexandre Oliva <aoliva@redhat.com>
1165
1166 PR other/40159
1167 * Makefile.tpl (all): Don't end with unconditional success.
1168 * Makefile.in: Rebuilt.
1169
4a4a4e99
AO
11702009-05-12 Alexandre Oliva <aoliva@redhat.com>
1171
1172 PR target/37137
1173 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1174 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1175 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1176 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1177 stage_configureflags, stage_cflags and stage_libcflags into
1178 explicit Makefile macros.
1179 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1180 GFORTRAN.
1181 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1182 CC. Set CC_FOR_BUILD from CC.
1183 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1184 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1185 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1186 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1187 and GFORTRAN.
1188 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1189 (_LIBCFLAGS): Renamed to _TFLAGS.
1190 (do-compare-debug, do-compare3-debug): Drop.
1191 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1192 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1193 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1194 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1195 (XGCC_FLAGS_FOR_TARGET): New.
1196 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1197 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1198 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1199 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1200 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1201 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1202 TFLAGS.
1203 (BUILD_CONFIG): Include if requested.
1204 (all): Set TFLAGS on bootstrap.
1205 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1206 (all-stageid-prefixmodule): Likewise.
1207 (do-clean, distclean-stageid): Set TFLAGS.
1208 (restrap): Fix whitespace.
1209 * Makefile.in: Rebuilt.
1210
1cee3429
PB
12112009-05-07 Paolo Bonzini <bonzini@gnu.org>
1212
1213 * config.guess: Sync with src.
1214
0b70eafd
DK
12152009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1216
1217 * configure.ac ($with_ppl): Default to no if not supplied.
1218 ($with_cloog): Likewise.
1219 configure: Regenerate.
1220
5175f17c
JW
12212009-04-27 James E. Wilson <wilson@codesourcery.com>
1222
1223 * MAINTAINERS: Update my e-mail address.
1224
952fa153
NC
12252009-04-27 Nick Clifton <nickc@redhat.com>
1226
1227 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1228
a687f83c
EB
12292009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1230
1231 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1232 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1233 * Makefile.in: Regenerate.
1234
9e3eba15
KG
12352009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1236
1237 PR bootstrap/39739
1238 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1239 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1240
1241 * configure, Makefile.in: Regenerate.
1242
a687f83c 12432009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
1244
1245 * include/hashtab.h: Update GTY annotations to new syntax
1246 * include/splay-tree.h: Likewise
1247
070bdbd9
BE
12482009-04-17 Ben Elliston <bje@au.ibm.com>
1249
1250 * config.sub, config.guess: Update from upstream sources.
1251
55f2d967
AG
12522009-04-15 Anthony Green <green@moxielogic.com>
1253
1254 * configure.ac: Add moxie support.
1255 * configure: Rebuilt.
1256
309c24a9
JJ
12572009-04-14 Jakub Jelinek <jakub@redhat.com>
1258
1259 * configure.ac: Change copyright header to refer to version
1260 3 of the GNU General Public License and to point readers at the
1261 COPYING3 file and the FSF's license web page.
1262 * Makefile.def: Likewise.
1263 * Makefile.tpl: Likewise.
1264 * Makefile.in: Regenerate.
1265
b93133bc
JH
12662009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1267
1268 * configure.ac: Restore match for darwin9 or later. Use double
1269 brackets since regeneration eats one pair.
1270 * configure: Regenerate.
1271
d18ff35a
L
12722009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 PR gas/10039
1275 * configure.ac: Require texinfo 4.7.
1276 * configure: Regenerated.
1277
748086b7
JJ
12782009-04-09 Nick Clifton <nickc@redhat.com>
1279
1280 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1281 the GCC Runtime Library Exception.
1282
a3337ea2
KG
12832009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1284
1285 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1286 * configure: Regenerate.
1287
60911f14
SE
12882009-04-01 Steve Ellcey <sje@cup.hp.com>
1289
1290 * Makefil.def (languages): New entries.
1291 * Makefile.tpl (check-gcc-*): New generic target.
1292 * Makefile.in: Regenerate.
60911f14 1293
dce2d8b2 12942009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 1295
d18ff35a 1296 * MAINTAINERS: Update my email address.
7369c1d0 1297
cfb1f59f
TT
12982009-03-18 Tom Tromey <tromey@redhat.com>
1299
d18ff35a
L
1300 * configure: Rebuild.
1301 * configure.ac (host_libs): Add libiconv.
1302 * Makefile.in: Rebuild.
1303 * Makefile.def (host_modules): Add libiconv.
1304 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 1305
75eeae1a
TG
13062009-03-16 Tristan Gingold <gingold@adacore.com>
1307
1308 * configure.ac: Treat gdb as supported on x86_64-darwin.
1309 * configure: Regenerate.
1310
f38095f3
JM
13112009-03-16 Joseph Myers <joseph@codesourcery.com>
1312
1313 * configure.ac (--with-host-libstdcxx): New option.
1314 * configure: Regenerate.
1315
dce2d8b2 13162009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
1317
1318 * MAINTAINERS: Move myself into the write after approval list.
1319
6d401294
NP
13202009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
1321
1322 * MAINTAINERS: Update e-mail address.
1323
07c97076
DN
13242009-03-11 Dorit Nuzman <dorit@il.ibm.com>
1325
1326 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1327
dce2d8b2 13282009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
1329
1330 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1331
7a9d3fe8
RW
13322009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1333
1334 Backport from git Libtool:
1335
1336 2009-01-19 Robert Millan <rmh@aybabtu.com>
1337 Support GNU/kOpenSolaris.
1338 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1339 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1340 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1341 GNU/kOpenSolaris.
1342
c9e9e11f
AS
13432009-02-27 Andreas Schwab <schwab@linux-m68k.org>
1344
1345 * MAINTAINERS: Update e-mail address.
1346
5e8c1552 13472009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
1348
1349 * MAINTAINERS (Write After Approval): Add self.
1350
b0adb088
BM
13512009-02-18 Bingfeng Mei <bmei@broadcom.com>
1352
1353 * MAINTAINERS (Write After Approval): Add myself.
1354
ee04b574
AS
13552009-02-05 Andreas Schwab <schwab@suse.de>
1356
1357 * Makefile.tpl (stage_last): Define $r and $s before using
1358 $(RECURSE_FLAGS_TO_PASS).
1359 * Makefile.in: Regenerate
1360
907884c9
ILT
13612009-01-30 Ian Lance Taylor <iant@google.com>
1362
1363 * MAINTAINERS: Move myself to the Global Reviewers list.
1364
416ac4d4
RM
13652009-01-29 Robert Millan <rmh@aybabtu.com>
1366
1367 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1368 * configure: Regenerate.
1369
ee5decb3
GP
13702009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
1371
1372 * MAINTAINERS: Make whitespace consistent.
19196f44 1373 Remove Robert Millan from Write After Approval.
ee5decb3 1374
36fbb0ec
AM
13752009-01-16 Alan Modra <amodra@bigpond.net.au>
1376
1377 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1378 (all-opcodes): Depend on all-libiberty.
1379 * Makefile.in: Regenerate.
1380
52535a64
DR
13812009-01-15 Douglas B Rupp <rupp@gnat.com>
1382
1383 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1384 * configure: Regenerate.
1385
e04a57df
RR
13862009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
1387
1388 * MAINTAINERS (Write After Approval): Add myself.
1389
856c450b
SK
13902009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
1391
1392 * MAINTAINERS: Add myself to reviewers (Fortran).
1393
dce2d8b2 13942009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
1395
1396 PR tree-optimization/38515
1397 * configure.ac (cloog-polylib): Removed.
1398 (with_ppl, with_cloog): Test for "no".
1399 * configure: Regenerated.
1400
1e5e8a59
DF
14012009-01-11 Daniel Franke <franke.daniel@gmail.com>
1402
1403 * MAINTAINERS: Moved myself to reviewers (Fortran).
1404
5e5debf6
TS
14052009-01-06 Thomas Schwinge <tschwinge@gnu.org>
1406
1407 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1408 (Write After Approval): Remove myself.
1409
1c42acf1
DN
14102009-01-03 Diego Novillo <dnovillo@google.com>
1411
1412 * MAINTAINERS: Remove myself from alias maintainership.
1413
2fbbedaf
DA
14142009-01-02 David Ayers <ayers@fsfe.org>
1415
1416 * MAINTAINERS: Update e-mail address.
1417
17213821
GP
14182008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
1419
1420 * MAINTAINERS: Make whitespace consistent.
1421
baafc534
RW
14222008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1423
1424 Backport from upstream Libtool:
1425 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1426 Add cache variables to tests that require the linker to work.
1427 For shlibpath_overrides_runpath, this also changes the semantics
1428 to let the result from the C compiler take precedence.
1429
18430d27
BE
14302008-12-02 Ben Elliston <bje@au.ibm.com>
1431
1432 * config.sub, config.guess: Update from upstream sources.
1433
dce2d8b2 14342008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
1435
1436 * configure.ac (ppllibs): Add by default the lib flags.
1437 * configure: Regenerate.
1438
41e9641b
LM
14392008-12-08 Luis Machado <luisgpm@br.ibm.com>
1440
1441 * MAINTAINERS: Add myself to the write after approval list.
1442
25783c30
JH
14432008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1444
ee04b574
AS
1445 * configure.ac: Add double brackets on darwin[912].
1446 * configure: Regenerate.
25783c30 1447
0e318fcc
DK
14482008-12-03 Daniel Kraft <d@domob.eu>
1449
1450 * MAINTAINERS: Moved myself and Mikael Morin from Write After
1451 Approval to Reviewer section (for Fortran front-end).
1452
7f171b95
JH
14532008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1454
1455 * configure.ac: Expand to darwin10 and later.
1456 * configure: Regenerate.
1457
09ce620e
AS
14582008-12-02 Andreas Schwab <schwab@suse.de>
1459
1460 * Makefile.def: configure-target-boehm-gc depends on
1461 all-target-libstdc++-v3.
1462 * Makefile.in: Regenerate.
1463
386c704d
KT
14642008-12-02 Kai Tietz <kai.tietz@onevision.com>
1465
1466 * MAINTAINERS: Add myself as mingw maintainer.
1467
e03dd84a
BE
14682008-12-02 Ben Elliston <bje@au.ibm.com>
1469
1470 * config.sub, config.guess: Update from upstream sources.
1471
3fa87964
GP
14722008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
1473
1474 * README.SCO: Remove.
1475
df72d7ed
FP
14762008-11-29 Fernando Pereira <pronesto@gmail.com>
1477
1478 * MAINTAINERS: Add myself to the write after approval list.
1479
b5646528
DK
14802008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
1481
1482 * MAINTAINERS: Update my email address in WAA section.
1483
dce2d8b2 14842008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
1485
1486 * MAINTAINERS: Update e-mail address.
1487
dce2d8b2 14882008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
1489
1490 * MAINTAINERS: Change e-mail address.
1491
0db3a858
TG
14922008-11-27 Tristan Gingold <gingold@adacore.com>
1493
1494 * configure.ac: Build gdb for i?86-*-darwin*
1495 * configure: Regenerated.
1496
dce2d8b2 14972008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
1498
1499 * MAINTAINERS: Added my full name.
1500
487e299b
DJ
15012008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1502
1503 PR bootstrap/38014
1504 PR bootstrap/37923
1505
1506 Revert:
1507
1508 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1509
1510 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1511 * Makefile.in: Regenerated.
1512
1513 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1514
1515 PR gdb/921
1516 PR gdb/1646
1517 PR gdb/2175
1518 PR gdb/2176
1519
1520 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1521 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1522 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1523 (HOST_EXPORTS): Pass CPPFLAGS.
1524 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1525 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1526 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1527 * Makefile.in, configure: Regenerated.
1528 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1529 and CPPFLAGS_FOR_BUILD.
1530
dce2d8b2 15312008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
1532
1533 * MAINTAINERS: Add myself as middle end maintainer.
1534
044fed69
AS
15352008-11-06 Andrew Stubbs <ams@codesourcery.com>
1536
1537 * MAINTAINERS (Write after approval): Add myself.
1538
caf6defe
DN
15392008-11-05 Diego Novillo <dnovillo@google.com>
1540
1541 * MAINTAINERS (Global Reviewers): Add myself.
1542 (Non-Algorithmic Maintainers): Remove myself.
1543
3e9899ac
TS
15442008-11-04 Thomas Schwinge <tschwinge@gnu.org>
1545
09ce620e 1546 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 1547
ea99e36e
MM
15482008-10-31 Mikael Morin <mikael.morin@tele2.fr>
1549
09ce620e 1550 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 1551
fb0d2684
BE
15522008-10-31 Ben Elliston <bje@au.ibm.com>
1553
1554 * configure.ac (spu-*-*): Remove special case.
1555 * configure: Regenerate.
1556
73c07a3e
CM
15572008-10-30 Catherine Moore <clm@codesourcery.com>
1558
1559 * MAINTAINERS (Write after approval): Update my email address.
1560
7310a2da
SSF
15612008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1562
1563 * configure.ac [spu-*-*]: Do not set skipdirs.
1564 * configure: Re-generate.
1565
7e51fe23
BS
15662008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
1567
1568 * MAINTAINERS (Various Maintainers): Add myself to reload.
1569
ef20be93
RG
15702008-10-25 Richard Guenther <rguenther@suse.de>
1571
1572 * MAINTAINERS (Various Maintainers): Add myself as middle-end
1573 maintainer. Remove myself as libgcc-math maintainer.
1574 (Non-Algorithmic Maintainers): Remove myself.
1575
03ffcfa0
DJ
15762008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1577
1578 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1579 * Makefile.in: Regenerated.
1580
dec014a9
CC
15812008-10-23 Cary Coutant <ccoutant@google.com>
1582
1583 * MAINTAINERS (Write after approval): Add myself.
1584
b36c386c
DJ
15852008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1586
1587 PR gdb/921
1588 PR gdb/1646
1589 PR gdb/2175
1590 PR gdb/2176
1591
1592 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1593 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1594 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1595 (HOST_EXPORTS): Pass CPPFLAGS.
1596 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1597 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1598 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1599 * Makefile.in, configure: Regenerated.
1600 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1601 and CPPFLAGS_FOR_BUILD.
1602
dce2d8b2 16032008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
1604
1605 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1606 Sebastian Pop.
1607
e0bda97e
AP
16082008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
1609
1610 * MAINTAINERS (Write After Approval): Added myself.
1611
36c713e0
KG
16122008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1613
1614 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1615 recommended version to 2.3.2.
1616
1617 * configure: Regenerate.
1618
8fe005ee
MM
16192008-10-01 Mark Mitchell <mark@codesourcery.com>
1620
1621 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1622
be8f156f
DD
16232008-09-29 David Daney <david.daney@caviumnetworks.com>
1624
1625 * MAINTAINERS (Write After Approval): Update e-mail address.
1626
ae11dff4
PG
16272008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1628
1629 * libtool.m4: Update to libtool 2.2.6.
1630 * lt~obsolete.m4: Update to libtool 2.2.6.
1631 * ltmain.sh: Update to libtool 2.2.6.
1632 * ltsugar.m4: Update to libtool 2.2.6.
1633 * ltversion.m4: Update to libtool 2.2.6.
1634 * ltoptions.m4: Update to libtool 2.2.6.
1635 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1636
441154b1
CF
16372008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
775b3b26
BRF
16412008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1642
1643 * MAINTAINERS (Write After Approval): Update my name.
1644
94538043
SB
16452008-09-20 Steven Bosscher <steven@gcc.gnu.org>
1646
09ce620e 1647 * MAINTAINERS: Add myself in "Write After Approval".
94538043 1648
52d1bfd8
SE
16492008-09-18 Steve Ellcey <sje@cup.hp.com>
1650
09ce620e 1651 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 1652
c5cc92f5
GP
16532008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
1654
1655 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1656 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1657 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1658 and Michael Tiemann from Write After Approval since they do not
1659 actually have access.
1660
23d9794a
RG
16612008-09-05 Richard Guenther <rguenther@suse.de>
1662
1663 * configure.ac: Initialize clooglibs to -lcloog.
1664 * configure: Re-generate.
1665
192a671e
LCW
16662008-09-04 Le-Chun Wu <lcwu@google.com>
1667
1668 * MAINTAINERS (Write After Approval): Add myself.
1669
d789184e
SP
16702008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1671
1672 * configure.ac (--with-cloog-polylib): New.
1673 (--disable-cloog-version-check): New.
1674 (--disable-ppl-version-check): New.
1675 * configure: Re-generate.
1676
36a881c7
RG
16772008-09-03 Richard Guenther <rguenther@suse.de>
1678
1679 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1680 cloog test.
1681 * configure: Re-generate.
1682
358da97e
HS
16832008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
1684
1685 Add picoChip port.
1686 * MAINTAINERS: Add picoChip maintainers.
1687
f8bf9252
SP
16882008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1689 Tobias Grosser <grosser@fim.uni-passau.de>
1690 Jan Sjodin <jan.sjodin@amd.com>
1691 Harsha Jagasia <harsha.jagasia@amd.com>
1692 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1693 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1694 Adrien Eliche <aeliche@isty.uvsq.fr>
1695
1696 Merge from graphite branch.
1697 * configure: Regenerate.
1698 * Makefile.in: Regenerate.
1699 * configure.ac (host_libs): Add ppl and cloog.
1700 Add checks for PPL and CLooG.
1701 * Makefile.def (ppl, cloog): Added modules and dependences.
1702 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1703 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1704
d89f0ad6
AL
17052008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1706
1707 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1708 (GCC_SHLIB_SUBDIR): New.
1709 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1710 * configure: Regenerate.
1711 * Makefile.in: Regenerate.
1712
88a25817
GP
17132008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1714
1715 * MAINTAINERS: Consistently use tabs to separate columns.
1716
f873f15f
TG
17172008-08-29 Tristan Gingold <gingold@adacore.com>
1718
1719 * MAINTAINERS (Write after Approval): Add myself.
1720
e1514c3f
TG
17212008-08-28 Tristan Gingold <gingold@adacore.com>
1722
1723 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1724 Enable bfd, binutils and opcodes.
1725 * configure: Regenerate.
1726
4717882f
JDA
17272008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1728
1729 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
1730
28c9884c
TK
17312008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1732
1733 * MAINTAINERS: Use correct Umlaut for last name.
1734
ae96d86a
FXC
17352008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1736
1737 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1738
3ecc96e3
DE
17392008-08-16 David Edelsohn <edelsohn@gnu.org>
1740
1741 * MAINTAINERS: Update my email address.
1742
dd609cc1
EB
17432008-08-16 Nicolas Roche <roche@adacore.com>
1744
1745 * Makefile.tpl: Add BOOT_ADAFLAGS.
1746 * Makefile.in: Regenerate.
1747
08d0963a
RS
17482008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1749
1750 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1751 * configure: Regenerate.
1752
dce2d8b2 17532008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
1754
1755 * configure.ac: Add makefile fragments for hpux.
1756 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1757 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1758 * configure: Regenerate.
1759 * Makefile.in: Regenerate.
1760
dce2d8b2 17612008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
1762
1763 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1764
dce2d8b2 17652008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
1766
1767 * MAINTAINERS (Write after Approval): Add myself.
1768
78209f30
XG
17692008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1770
1771 * MAINTAINERS (Write After Approval): Add myself.
1772
5b5b098d
AJ
17732008-06-29 Andrew Jenner <andrew@codesourcery.com>
1774
1775 * MAINTAINERS (Write After Approval): Add myself.
1776
d812ec93
KW
17772008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1778
1779 * MAINTAINERS: Update my email address.
1780
99e78224
JY
17812008-06-25 Joey Ye <joey.ye@intel.com>
1782
1783 * MAINTAINERS (Write After Approval): Add myself.
1784
18c04407
RW
17852008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1786
1787 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1788 * Makefile.in: Regenerate.
1789 * configure: Regenerate.
1790
47aa9a31
DK
17912008-06-17 Daniel Kraft <d@domob.eu>
1792
1793 * MAINTAINERS (Write After Approval): Add myself.
1794
ad33ff57
RW
17952008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1796
1797 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1798 "$@" is still intact with both Autoconf 2.59 and 2.62.
1799 * configure: Regenerate.
1800
cdce5c41
RW
18012008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1802
1803 * Makefile.tpl: Fix comment errors.
1804 * Makefile.in: Regenerate.
1805
01b79d11
DM
18062008-06-12 David S. Miller <davem@davemloft.net>
1807 David Edelsohn <edelsohn@gnu.org>
1808
1809 * configure.ac: Add powerpc*-*-* to gold supported targets.
1810 * configure: Regenerate.
1811
f8c33439
JM
18122008-06-08 Joseph Myers <joseph@codesourcery.com>
1813
1814 PR tree-optimization/36218
1815 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1816 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1817 (all prefix="build-"): Pass them to build-system sub-makes.
1818 * Makefile.in: Regenerate.
1819
cd985f66
JM
18202008-06-07 Joseph Myers <joseph@codesourcery.com>
1821
1822 * MAINTAINERS (mt port): Remove.
1823 (sco5, unixware, sco udk): Remove.
1824 (Kean Johnston): Add to Write After Approval.
1825
3f6383d3
JB
18262008-05-30 Julian Brown <julian@codesourcery.com>
1827
1828 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1829 of libobjc for ARM EABI Linux.
1830 * configure: Regenerate.
30da41ed 1831
dce2d8b2 18322008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 1833
09ce620e 1834 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 1835
dce2d8b2 18362008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 1837
e29cc9b4 1838 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 1839
955410cb
JW
18402008-05-15 Janus Weil <janus@gcc.gnu.org>
1841
1842 * MAINTAINERS (Write After Approval): Add myself.
1843
719bb4e3 18442008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
1845
1846 * config-ml.in: don't handle --enable-shared and --enable-static.
1847
372b05fc
RS
18482008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1849
1850 * MAINTAINERS: Update my email address.
1851
f73e2200
PC
18522008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1853
1854 * MAINTAINERS: Update my email address.
09ce620e 1855
3e438e2b
KVH
18562008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1857
1858 * MAINTAINERS (Write After Approval): Add myself.
1859
177bf491
GS
18602008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1861
1862 * MAINTAINERS (Write After Approval): Add myself.
1863
dce2d8b2 18642008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
1865
1866 * MAINTAINERS (crx): Add myself.
1867
14a8726b
PB
18682008-04-18 Paolo Bonzini <bonzini@gnu.org>
1869
1870 Sync with src:
1871 2008-04-14 David S. Miller <davem@davemloft.net>
1872
09ce620e
AS
1873 * configure.ac: Add sparc*-*-* to gold supported targets.
1874 * configure: Regenerate.
14a8726b 1875
7142fb32
PB
18762008-04-18 Paolo Bonzini <bonzini@gnu.org>
1877
1878 PR bootstrap/35457
1879 * configure.ac: Include override.m4.
1880 * configure: Regenerate.
1881
c6b196de
PB
18822008-04-18 Paolo Bonzini <bonzini@gnu.org>
1883
09ce620e
AS
1884 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1885 * Makefile.in: Regenerate.
c6b196de 1886
dce2d8b2 18872008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 1888
09ce620e 1889 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 1890 as nonconfigurable directories list.
09ce620e 1891 * configure: Regenerate.
c993ae60 1892
8479b1b1
BE
18932008-04-14 Ben Elliston <bje@au.ibm.com>
1894
1895 * config.sub, config.guess: Update from upstream sources.
1896
295e261a
HPN
18972008-04-12 Hans-Peter Nilsson <hp@axis.com>
1898
1899 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1900 * Makefile.in: Regenerate.
1901
ac3949d9
EW
19022008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1903
1904 * configure.ac: Do not build libssp for the AVR.
1905 * configure: Regenerate.
1906
06407e30
ILT
19072008-04-07 Ian Lance Taylor <iant@google.com>
1908
1909 * Makefile.def: check-gold depends upon all-binutils.
1910 * Makefile.in: Regenerate.
1911
97db009c
AH
19122008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1913
1914 * MAINTAINERS (Write After Approval): Add myself.
1915
2a79c47f
NC
19162008-04-04 Nick Clifton <nickc@redhat.com>
1917
1918 PR binutils/4334
5f4bebbf 1919 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
1920 builds.
1921 * configure: Regenerate.
1922
c53a18d3
N
19232008-04-04 NightStrike <NightStrike@gmail.com>
1924
1925 PR other/35151
09ce620e
AS
1926 * configure.ac: Combine rules for mingw32 and mingw64.
1927 * configure: Regenerate.
c53a18d3 1928
d925aa70
KT
19292008-04-02 Kai Tietz <kai.tietz@onvision.com>
1930
1931 * MAINTAINERS (Write After Approval): Add myself.
1932
dce2d8b2 19332008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
1934
1935 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1936 * Makefile.in (.NOTPARALLEL): Ditto.
1937
4412a506
PG
19382008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1939
1940 * MAINTAINERS (Write After Approval): Add myself.
1941
dce2d8b2 19422008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
1943
1944 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1945 * Makefile.in (.NOTPARALLEL): Regenerate.
1946
639223bd
PB
19472008-03-27 Paolo Bonzini <bonzini@gnu.org>
1948
1949 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1950 * Makefile.in: Regenerate.
1951
b8ab1f4a
JS
19522008-03-26 Jakub Staszak <kuba@et.pl>
1953
1954 * MAINTAINERS (Write After Approval): Add myself.
1955
b45890a4
TK
19562008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1957
1958 * MAINTAINERS: Update e-mail address.
1959
5afab7ad
ILT
19602008-03-20 Ian Lance Taylor <iant@google.com>
1961
1962 * configure.ac: Add support for --enable-gold.
1963 * Makefile.def: Add gold as a directory like ld.
1964 * configure, Makefile.in: Regenerate.
1965
38d24731
RW
19662008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1967
1968 * configure.ac: m4_include config/proginstall.m4.
1969 * configure: Regenerate.
32bc4cf4
RW
1970
1971 Backport from upstream Libtool:
09ce620e 1972
32bc4cf4 1973 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 1974
32bc4cf4
RW
1975 Deal with Autoconf 2.62's semantic change in m4_append.
1976 * ltsugar.m4 (lt_append): Replace broken versions of
1977 m4_append.
1978 (lt_if_append_uniq): Don't require separator to be overquoted,
1979 and avoid broken m4_append.
1980 (lt_dict_add): Fix typo.
1981 * libtool.m4 (_LT_DECL): Don't overquote separator.
1982
9d3c50ea
DE
19832008-03-13 David Edelsohn <edelsohn@gnu.org>
1984
1985 * config.rpath: Add AIX 6 support.
1986
5d2edb29
PB
19872008-03-13 Paolo Bonzini <bonzini@gnu.org>
1988
1989 * Makefile.def (stageprofile). Remove -fprofile-generate
1990 from stage_libcflags.
1991 * Makefile.in: Regenerate.
1992
954910ef
BE
19932008-03-13 Ben Elliston <bje@au.ibm.com>
1994
1995 * config.sub, config.guess: Update from upstream sources.
1996
e8645a40
TT
19972008-03-06 Tom Tromey <tromey@redhat.com>
1998
1999 * MAINTAINERS: Update for treelang deletion.
2000
2c8e955e
JW
20012008-03-03 James E. Wilson <wilson@tuliptree.org>
2002
2003 * MAINTAINERS: Update my email address.
2004
54acd307
SS
20052008-03-03 Stan Shebs <stanshebs@earthlink.net>
2006
893ad2a1 2007 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
2008 (objective-c/c++): Add myself as a maintainer.
2009
4b52b516
VR
20102008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
2011
2012 * MAINTAINERS (Write After Approval): Update my email address.
2013
e652b516
TB
20142008-02-25 Tomas Bily <tbily@suse.cz>
2015
2016 * MAINTAINERS (Write After Approval): Add myself.
2017
02d30740
JJ
20182008-02-23 Jakub Jelinek <jakub@redhat.com>
2019
2020 * MAINTAINERS (OpenMP): Add myself.
2021
1c8bd6a3
PB
20222008-02-20 Paolo Bonzini <bonzini@gnu.org>
2023
4b40b2a5
UB
2024 PR bootstrap/32009
2025 PR bootstrap/32161
1c8bd6a3 2026
4b40b2a5
UB
2027 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2028 * configure: Regenerate.
1c8bd6a3 2029
4b40b2a5
UB
2030 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2031 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2032 STAGE4_LIBCFLAGS): New.
2033 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2034 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2035 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2036 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2037 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2038 for target modules. Don't export LIBCFLAGS.
2039 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2040 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2041 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2042 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2043 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2044 * Makefile.in: Regenerate.
1c8bd6a3 2045
bb44c9d2
RW
20462008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2047
2048 PR libgcj/33085
2049 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2050 Do not use -DDLL_EXPORT. Backport from upstream.
2051
29a7754d
RW
20522008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2053
2054 * MAINTAINERS (Write After Approval): Add myself.
2055
9a212bb7
HPN
20562008-02-02 Hans-Peter Nilsson <hp@axis.com>
2057
2058 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2059 * configure: Regenerate.
2060
aa12a573
MG
20612008-01-31 Marc Gauthier <marc@tensilica.com>
2062
2063 * configure.ac (xtensa*-*-*): Recognize processor variants.
2064 * configure: Regenerate.
2065
ac9e6043
RW
20662008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2067
40049ccc
UB
2068 PR bootstrap/34922
2069 * configure.ac (PARSE_ARGS): Push suitable setting of
2070 ac_subdirs_all, for `./configure --help=recursive'.
2071 Handle `+' in generic toplevel directory disabling.
2072 * configure: Regenerate.
ac9e6043 2073
4288c86a
NC
20742008-01-28 Nick Clifton <nickc@redhat.com>
2075
2076 * MAINTAINERS (xstormy16): Take over maintainership.
2077
8d8da227
JM
20782008-01-25 Joseph Myers <joseph@codesourcery.com>
2079
2080 * MAINTAINERS (c4x port): Remove.
2081
349b60e7
DE
20822008-01-24 David Edelsohn <edelsohn@gnu.org>
2083
2084 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2085
3ca06a68
BE
20862008-01-23 Ben Elliston <bje@au.ibm.com>
2087
2088 * config.sub, config.guess: Update from upstream sources.
2089
3c631381
TG
20902008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
2091
2092 * MAINTAINERS (Write After Approval): Add myself.
2093
20533ef1
L
20942008-01-17 H.J. Lu <hjl.tools@gmail.com>
2095
2096 * MAINTAINERS: Update my email address.
2097
20982008-01-09 Raksit Ashok <raksit@google.com>
2099
2100 * MAINTAINERS (Write After Approval): Add myself.
2101
684f4f6a
RA
21022008-01-09 Raksit Ashok <raksit@google.com>
2103
2104 * MAINTAINERS (Write After Approval): Add myself.
2105
9cb8756f
BE
21062008-01-08 Ben Elliston <bje@au.ibm.com>
2107
2108 * config.sub, config.guess: Update from upstream sources.
2109
94e1934d
KG
21102007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2111
2112 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 2113 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
2114 * configure: Regenerate.
2115
a2e51f77
SP
21162007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2117
2118 * MAINTAINERS: Update my email address.
2119
ffe3dcd9
BRF
21202007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
2121
2122 * MAINTAINERS: Update my email address.
2123
aa4095c9
RS
21242007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2125
2126 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2127 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2128 * Makefile.in: Regenerate.
2129
dce2d8b2 21302007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
2131
2132 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2133 misplaced entries.
2134
0fe0f073
AT
21352007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2136
2137 * configure.ac: Enable libjava for x86_64-*-darwin9.
2138 * configure: Regenerate.
2139
dce2d8b2 21402007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
c3220d4c
BE
21442007-12-05 Ben Elliston <bje@au.ibm.com>
2145
2146 * config.sub, config.guess: Update from upstream sources.
2147
aba7501e
MK
21482007-12-02 Matthias Klose <doko@ubuntu.com>
2149
2150 * config-ml.in: Remove 64bit configure tests.
2151
d683ec81
PB
21522007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2153
2154 * config-ml.in: Robustify against white space in absolute file
2155 names.
2156
2157 * config-ml.in (multi-clean): Substitute ${Makefile}.
2158 Remove superfluous ${Makefile} in list.
2159
60f1711a
TS
21602007-11-19 Thiemo Seufer <ths@mips.com>
2161
2162 * config-ml.in: Don't hardcode the Makefile name.
2163
487f9d96
AM
21642007-11-08 Alexander Monakov <amonakov@ispras.ru>
2165
2166 * MAINTAINERS (Write After Approval): Add myself.
2167
fa3886fe
ST
21682007-11-07 Samuel Tardieu <sam@rfc1149.net>
2169
2170 * MAINTAINERS (Write After Approval): Add myself.
2171
dce2d8b2 21722007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
2173
2174 * MAINTAINERS (Write After Approval): Add myself.
2175
acc48927
BE
21762007-10-25 Ben Elliston <bje@au.ibm.com>
2177
2178 * MAINTAINERS (mercury): Remove entry.
2179 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2180
e00e9858
DJ
21812007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2182
2183 * Makefile.def (dependencies): Make configure-gdb depend on
2184 all-intl.
2185 * Makefile.in: Regenerated.
2186
def14a3c
SK
21872007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
2188
2189 * MAINTAINERS (Fortran maintainer): Remove myself.
2190
dce2d8b2 21912007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
2192
2193 * Makefile.def: To avoid problems running with parallel makes,
2194 build newlib before libgloss so that target specific header
2195 files are availble.
2196 * Makefile.in: Regenerate
2197
bbfbfafc
DJ
21982007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2199
2200 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2201 * Makefile.in: Regenerate.
2202
c56abad5
VM
22032007-10-09 Vladimir Makarov <vmakarov@redhat.com>
2204
2205 * MAINTAINERS (Register allocation reviewer): Add myself.
2206
f019adc1
MF
22072007-10-08 Mike Frysinger <vapier@gentoo.org>
2208
2209 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2210 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2211 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2212 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2213 * configure: Regenerate.
2214
dce2d8b2 22152006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
2216
2217 * MAINTAINERS (Register allocation reviewer): Add myself.
2218
0999159b
PB
22192007-10-01 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2222 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2223 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2224 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2225 * configure.ac: Default them to host tools for $host = $build.
2226 Subst them.
2227
2228 * configure: Regenerate.
2229 * Makefile.in: Regenerate.
2230
dce2d8b2 22312006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
2232
2233 * MAINTAINERS (Register allocation reviewer): Add myself.
2234
dce2d8b2 22352006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
2236
2237 * MAINTAINERS (Register allocation reviewer): Add myself.
2238
9d209c83
SP
22392007-09-21 Seongbae Park <seongbae.park@gmail.com>
2240
2241 * MAINTAINERS (Write After Approval): Fix typo.
2242
1ec3b87b
RS
22432007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2244
2245 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2246 * configure: Regenerate.
2247
19d5986d
PJ
22482007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
2249
2250 PR bootstrap/31906
2251 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 2252 they're already prefixed.
19d5986d 2253
6d3b5aea
BK
22542007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2255
2256 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2257 libstdc++.
2258 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2259 * configure: Regenerate.
2260 * Makefile.in: Regenerate.
09ce620e 2261
4fe7e755
AS
22622007-09-17 Andreas Schwab <schwab@suse.de>
2263
2264 * configure.ac: Raise minimum makeinfo version to 4.6.
2265 * configure: Regenerate.
2266
dce2d8b2 22672007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 2268
ffe3dcd9 2269 * MAINTAINERS (write-after-approval) add myself
d483feaa 2270
fa9a3f31
AM
22712007-09-15 Alan Modra <amodra@bigpond.net.au>
2272
2273 * configure.ac: Correct makeinfo version check.
2274 * configure: Regenerate.
2275
6593a73e
RS
22762007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
2277
2278 * MAINTAINERS: Update my email address.
2279
d9dced13
RS
22802007-09-14 Richard Sandiford <richard@codesourcery.com>
2281
2282 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2283 to $skipdirs and only disable gprof for newlib. Use the normal
2284 mips*-elf* handling in other respects.
2285 * configure: Regnerate.
2286
773c1467
DD
22872007-09-12 David Daney <ddaney@avtrex.com>
2288
2289 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2290 enabling libgcj.
2291 * configure: Regenerate.
2292
c03353e2
RIL
22932007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2294
2295 PR other/32154
2296 * configure.ac: For libgloss targets, point the linker to the linker
2297 script, startup code and simulator library.
2298 * configure: Regenerate.
2299
c4e9bf2b
AH
23002007-09-07 Andrew Haley <aph@redhat.com>
2301
2302 * configure.ac (noconfigdirs): Remove target-libffi and
2303 target-libjava.
2304 * configure: Regenerate.
2305
1f5a6b84
FXC
23062007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2307
2308 PR target/33281
2309 * configure.ac: Use config/mh-mingw on mingw.
2310 * configure: Regenerate.
1f5a6b84 2311
3951e521
PH
23122007-09-05 Pat Haugen <pthaugen@us.ibm.com>
2313
9f349f63 2314 * MAINTAINERS (Write After Approval): Add myself.
3951e521 2315
e643dc23
RG
23162007-09-05 Richard Guenther <rguenther@suse.de>
2317
2318 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2319 nor --disable-checking is provided also turn on yes and types
2320 checking for stage1.
2321 * configure: Re-generate.
2322
039874df
KW
23232007-08-30 Krister Walfridsson <cato@df.lth.se>
2324
2325 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2326 (Write After Approval): Remove myself.
2327
c3f07bd6 23282007-08-29 Nick Clifton <nickc@redhat.com>
15098359 2329
c3f07bd6 2330 * config.sub, config.guess: Update from upstream sources.
15098359 2331
40049ccc 23322007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
2333
2334 * MAINTAINERS (Write After Approval): Added myself.
2335 * MAINTAINERS (Reviewers): Removed myself.
2336
c8aea42c 23372007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 2338 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
2339
2340 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2341 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2342 * Makefile.in: Regenerate.
2343 * configure.ac (--with-debug-prefix-map): New.
2344 * configure: Regenerate.
2345
4bf6c438
RS
23462007-08-17 Richard Sandiford <richard@codesourcery.com>
2347 Nigel Stephens <nigel@mips.com>
2348
4bf6c438
RS
2349 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2350 as target_makefile_frag.
2351 * configure: Regenerate.
2352
bb286d71
AO
23532007-08-16 Alexandre Oliva <aoliva@redhat.com>
2354
2355 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2356 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2357 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2358 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2359 (do-compare, do-compare3, do-compare-debug): New.
2360 ([+compare-target+]): Use them.
2361
a4630417
MK
23622007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
2363
2364 * MAINTAINERS (Write After Approval): Change my email address.
2365
d9acb717
RW
23662007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2367 Ben Elliston <bje@au.ibm.com>
2368
2369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2370 --silent if $silent.
2371 * configure: Regenerate.
2372
96876681
ZD
23732003-08-12 Zdenek Dvorak <ook@ucw.cz>
2374
2375 * MAINTAINERS (Various Maintainers): Add myself as
2376 loop infrastructure maintainer. Update my e-mail
2377 address.
2378
1c1d80ee
DN
23792007-07-31 Diego Novillo <dnovillo@google.com>
2380
2381 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2382 Adjust description.
2383
7e98624c
RG
23842007-07-26 Richard Guenther <rguenther@suse.de>
2385
2386 * configure.ac: Add types checking to stage1 checking flags.
2387 * configure: Regenerate.
2388
4c85af60
NC
23892007-07-17 Nick Clifton <nickc@redhat.com>
2390
2391 * COPYING3: New file. Contains version 3 of the GNU General
2392 Public License.
2393 * COPYING3.LIB: New file. Contains version 3 of the GNU
2394 Lesser General Public License.
2395
19ddfd3a
AK
23962007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2397
2398 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2399
2a064545
AK
24002007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2401
2402 * MAINTAINERS (S/390 co-maintainer): Add myself.
2403 (Write After Approval): Remove myself.
2404
f861f54d
DH
24052007-07-13 Dan Hipschman <dsh@google.com>
2406
2407 * MAINTAINERS (Write After Approval): Add myself.
2408
0136f2f7
NC
24092007-07-11 Nick Clifton <nickc@redhat.com>
2410
2411 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2412 WINDRES export.
2413 * Makefile.in: Regenerate.
2414
6e29b5a4
RO
24152007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2416
2417 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2418 maintainer.
2419
159a4b02
L
24202007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2421
2422 * lt~obsolete.m4: New. Import from 20070318 libtool.
2423
6ba67283
JB
24242007-07-03 Julian Brown <julian@codesourcery.com>
2425
2426 * MAINTAINERS (Write After Approval): Add myself.
2427
30b74385
RW
24282007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2429
2430 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2431 * configure: Regenerate.
2432
24332007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2434
2435 * configure.ac: Add some missing m4 quotation.
2436 * configure: Regenerate.
2437
943c54ce
SB
24382007-07-02 Simon Baldwin <simonb@google.com>
2439
2440 * MAINTAINERS (Write After Approval): Add myself.
2441
1c00b503
PB
24422007-07-02 Paolo Bonzini <bonzini@gnu.org>
2443
2444 * configure: Regenerate.
2445
901119ae
KT
24462007-07-02 Kai Tietz <kai.tietz@onevision.com>
2447
2448 * Makefile.def: Add windmc tool to build.
2449 * Makefile.tpl: Likewise.
2450 * configure.ac: Likewise.
2451 * Makefile.in: Regenerate.
2452 * configure: Regenerate.
09ce620e 2453
83f4c19f
DD
24542007-06-28 DJ Delorie <dj@redhat.com>
2455
2456 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2457 not building newlib.
2458 * configure: Regenerated.
09ce620e 2459
5346c75c
JS
24602007-06-28 Jan Sjodin <jan.sjodin@amd.com>
2461
2462 * MAINTAINERS (Write After Approval): Add myself.
2463
aacfb86b
MM
24642007-06-25 Martin Michlmayr <tbm@cyrius.com>
2465
2466 * MAINTAINERS (Write After Approval): Add myself.
2467
590bf0d3
CM
24682007-06-19 Chris Matthews <chrismatthews@google.com>
2469
2470 * MAINTAINERS (Write After Approval): Add myself.
2471
cdbbee7a
RIL
24722007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
2473
2474 * MAINTAINERS (Write After Approval): Add myself.
2475
b8afffc1
DJ
24762007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2477
2478 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2479 * Makefile.in: Regenerated.
2480
3fcfad76
BS
24812007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
2482
2483 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2484 bfin*-*-uclinux* targets.
2485 * configure: Regenerate.
2486
3f5a2b7f
ILT
24872007-06-14 Ian Lance Taylor <iant@google.com>
2488
2489 * MAINTAINERS: Add myself as non-algorithmic global write
2490 maintainer.
2491
4c46daee
DN
24922007-06-14 Diego Novillo <dnovillo@google.com>
2493
2494 * MAINTAINERS: Add self as middle-end maintainer and
2495 non-algorithmic global write maintainer.
2496
a3bb222a
FXC
24972007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2498
2499 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2500 Move all Fortran maintainers except Paul Brook into the
2501 Non-Autopoiesis section.
2502
a19e8f64
PB
25032007-06-14 Paolo Bonzini <bonzini@gnu.org>
2504
2505 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2506 (distclean-stage[+id+]): Possibly delete stage_last.
2507 * Makefile.in: Regenerate.
2508
1c2abe5e
SP
25092007-06-12 Seongbae Park <seongbae.park@gmail.com>
2510
2511 * MAINTAINERS (Various Maintainer): Fix typo.
2512
abca4739
PB
25132007-06-11 Paolo Bonzini <bonzini@gnu.org>
2514
2515 * MAINTAINERS (Various Maintainer): Add myself as
2516 dataflow maintainer.
2517
a894d2c3
BE
25182007-06-07 Ben Elliston <bje@au.ibm.com>
2519
2520 * config.sub, config.guess: Update from upstream sources.
2521
8024d75e
BE
25222007-06-07 Ben Elliston <bje@au.ibm.com>
2523
2524 * Makefile.tpl: Fix spelling error.
2525 * Makefile.in: Regenerate.
2526
973a9a5e
SE
25272007-06-01 Steve Ellcey <sje@cup.hp.com>
2528
96598938
L
2529 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2530 lt_cv_sys_max_cmd_len.
973a9a5e 2531
ccb4d26b
DN
25322007-05-31 Dorit Nuzman <dorit@il.ibm.com>
2533
2534 * MAINTAINERS (Various Maintainers): Add myself as
2535 auto-vectorizer maintainer.
2536
eecb7461
PB
25372003-05-31 Paolo Bonzini <bonzini@gnu.org>
2538
2539 PR libjava/32098
2540 * libtool.m4: Revert previous change.
2541 * ltgcc.m4: Put it here.
2542
89d28202
ZD
25432003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
2544
2545 * MAINTAINERS (Various Maintainers): Add myself as
2546 auto-vectorizer maintainer.
2547
60c7a11a
L
25482007-05-30 H.J. Lu <hongjiu.lu@intel.com>
2549
2550 PR libjava/32098
2551 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2552
9dd3cc81
RG
25532007-05-30 Richard Guenther <rguenther@suse.de>
2554
2555 * MAINTAINERS (Various Maintainers): Add myself as
2556 auto-vectorizer maintainer.
2557
9cc1244e
JJ
25582007-05-30 Jakub Jelinek <jakub@redhat.com>
2559
2560 PR bootstrap/29382
2561 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2562 * configure: Rebuilt.
2563
6124296b
RC
25642007-05-28 Roberto Costa <robsettantasei@gmail.com>
2565
2566 * MAINTAINERS (Write After Approval): Removed my name.
2567
6b757a0d
SB
25682007-05-25 Steven Bosscher <steven@gcc.gnu.org>
2569
2570 * MAINTAINERS (Write After Approval): Remove myself.
2571
86ef8528
AT
25722007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2573
2574 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2575
1cf3d07d
SE
25762007-05-23 Steve Ellcey <sje@cup.hp.com>
2577
2578 * ltmain.sh: Update from ToT Libtool.
2579 * libtool.m4: Update from ToT Libtool.
2580 * ltsugar.m4: New. Update from ToT Libtool.
2581 * ltversion.m4: New. Update from ToT Libtool.
2582 * ltoptions.m4: New. Update from ToT Libtool.
2583 * ltconfig: Remove.
2584 * ltcf-c.sh: Remove.
2585 * ltcf-cxx.sh: Remove.
2586 * ltcf-gcj.sh: Remove.
2587
ce3fcf8c
OW
25882007-05-22 Ollie Wild <aaw@google.com>
2589
2590 * MAINTAINERS (Write After Approval): Add myself.
2591
342b9200
PB
25922007-05-16 Paolo Bonzini <bonzini@gnu.org>
2593
2594 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2595 stage_cflags.
2596 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2597 Remove CFLAGS/LIBCFLAGS.
2598 (configure-stage[+id+]-[+prefix+][+module+],
2599 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2600 * Makefile.in: Regenerate.
2601
cea17285
DN
26022007-05-15 Diego Novillo <dnovillo@google.com>
2603
2604 * MAINTAINERS: Update e-mail address.
2605
11c004e7
RE
26062007-05-15 Revital Eres <eres@il.ibm.com>
2607
2608 * MAINTAINERS (Write After Approval): Add myself.
2609
ab6bd693
RC
26102007-05-14 Roberto Costa <robsettantasei@gmail.com>
2611
2612 * MAINTAINERS (Write After Approval): Updated my address.
2613
388cdf07
TN
26142007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
23f24034
SR
26182007-05-11 Silvius Rus <rus@google.com>
2619
2620 * MAINTAINERS (Write After Approval): Add myself.
2621
34a7526e
TT
26222007-04-23 Tom Tromey <tromey@redhat.com>
2623
2624 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2625
51da21be
MM
26262007-04-22 Mark Mitchell <mark@codesourcery.com>
2627
2628 * MAINTAINERS (cpplib): Rename to ...
2629 (libcpp): ... this. Add C/C++ front end maintainers.
2630
70070387
SE
26312007-04-14 Steve Ellcey <sje@cup.hp.com>
2632
2633 * config-ml.in: Pass ${ml_config_env} to configure calls.
2634
df1a0dbb
CB
26352007-04-04 Christian Bruel <christian.bruel@st.com>
2636
2637 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2638
9daff147
DK
26392007-04-02 Dave Korn <dave.korn@artimi.com>
2640
2641 * MAINTAINERS (Write After Approval): Add myself.
2642
374eadb2
TB
26432007-03-31 Tobias Burnus <burnus@net-b.de>
2644
2645 * MAINTAINERS (fortran 95 front end): Add myself.
2646
8eced3a2
DR
26472007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2648
2649 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2650
653de3e3
AZ
26512007-03-24 Ayal Zaks <zaks@il.ibm.com>
2652
2653 * MAINTAINERS (Modulo Scheduler): Add myself.
2654
b737d953
BM
26552007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
2656
2657 * MAINTAINERS (fortran 95 front end): Add myself.
2658 (c++ front end): whitespace fix.
2659
a584cdf2
NF
26602007-03-22 Nathan Froyd <froydnj@codesourcery.com>
2661
2662 * MAINTAINERS (Write After Approval): Add myself.
2663
8c79f3c4
RS
26642007-03-21 Richard Sandiford <richard@codesourcery.com>
2665
2666 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2667 of glob. Quote arguments with single quotes too.
2668 * configure: Regenerate.
2669
07f1ac6d
BM
26702007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2671
2672 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2673 * Makefile.in: Regenerate
2674
172e41aa
AS
26752007-03-07 Andreas Schwab <schwab@suse.de>
2676
2677 * configure: Regenerate.
2678
9c4d2493
BM
26792007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2680
2681 * configure.ac: Add "--with-pdfdir" configure option,
2682 which defines pdfdir variable.
2683 * Makefile.def (target=fixincludes): Add install-pdf to
2684 missing targets.
2685 (recursive_targets): Add install-pdf target.
2686 (flags_to_pass): Add pdfdir.
2687 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2688 target.
2689 * configure: Regenerate
2690 * Makefile.in: Regenerate
2691
e14e622e
EC
26922007-02-28 Eric Christopher <echristo@apple.com>
2693
2694 Revert:
2695 2006-12-07 Mike Stump <mrs@apple.com>
2696
2697 * Makefile.def (dependencies): Add dependency for
2698 install-target-libssp and install-target-libgomp on
2699 install-gcc.
2700 * Makefile.in: Regenerate.
2701
54e433bc
MK
27022007-02-27 Matt Kraai <kraai@ftbfs.org>
2703
2704 * configure: Regenerate.
2705 * configure.ac: Move statements after variable declarations.
2706
6c8d3d8f
KK
27072007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
2708
2709 * MAINTAINERS: Add myself as sh maintainer.
2710
9f8c6739
JM
27112007-02-19 Joseph Myers <joseph@codesourcery.com>
2712
2713 * configure.ac: Adjust for loop syntax.
2714 * configure: Regenerate.
2715
278a7a38
AO
27162007-02-18 Alexandre Oliva <aoliva@redhat.com>
2717
2718 * configure: Rebuilt.
2719
b2eaac4a
AO
27202007-02-18 Alexandre Oliva <aoliva@redhat.com>
2721
2722 * configure.ac: Drop multiple occurrences of --enable-languages,
2723 and fix its quoting.
2724 * configure: Rebuilt.
2725
beeaf216 27262007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
2727 Nathan Sidwell <nathan@codesourcery.com>
2728 Vladimir Prus <vladimir@codesourcery.com>
2729 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
2730
2731 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2732 * configure: Regenerate.
2733
09201a09
GP
27342007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2735
2736 * ltconfig (freebsd*): Default to elf.
2737
291f172e
DJ
27382007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2739
2740 * configure.ac (target_libraries): Move libgcc before libiberty.
2741 * configure: Regenerated.
2742
c3a86da9
DJ
27432007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2744 Paolo Bonzini <bonzini@gnu.org>
2745
2746 PR bootstrap/30753
2747 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2748 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2749 * configure: Regenerated.
2750
88e1e72a
FXC
27512007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2752
2753 * MAINTAINERS (Language Front End Maintainers): Update my mail
2754 address.
2755
44bfc3ac
DJ
27562007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2757
2758 PR bootstrap/30748
2759 * configure.ac: Correct syntax for Solaris ksh.
2760 * configure: Regenerated.
2761
3e19841a
PB
27622007-02-09 Paolo Bonzini <bonzini@gnu.org>
2763
2764 * configure.ac: Sync with src.
2765 * configure: Regenerate.
2766
74a48762
PB
27672007-02-09 Paolo Bonzini <bonzini@gnu.org>
2768
2769 * Makefile.in: Regenerate.
2770
d846e52e
PB
27712007-02-09 Paolo Bonzini <bonzini@gnu.org>
2772
2773 * config.sub: Sync with src.
2774
1c710c3c
DJ
27752007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2776
2777 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2778 noncanonical equivalents.
2779 * configure.in: Rename to...
2780 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2781 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2782 target_noncanonical. Use them. Rewrite removal of configure
2783 arguments for autoconf 2.59. Discard variable settings. Force
2784 program_transform_name for native tools.
2785
2786 * Makefile.in: Regenerated.
2787 * configure: Regenerated with autoconf 2.59.
2788
dce2d8b2 27892007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 2790
3de8da2a 2791 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 2792
f6671c93
AS
27932007-01-31 Andreas Schwab <schwab@suse.de>
2794
2795 * Makefile.tpl (LDFLAGS): Substitute it.
2796 * Makefile.in: Regenerate.
2797
dce2d8b2 27982007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 2799
3de8da2a 2800 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 2801
2472200d
DE
28022007-01-28 David Edelsohn <edelsohn@gnu.org>
2803
3de8da2a 2804 * MAINTAINERS (spu port): Add myself.
2472200d 2805
5305be7e
RG
28062007-01-23 Richard Guenther <rguenther@suse.de>
2807
2808 PR bootstrap/30541
2809 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2810 * Makefile.tpl (GNATBIND): Substitute it.
2811 (GNATMAKE): Likewise.
2812 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2813 of STAGE_PREFIX.
2814 * Makefile.in: Regenerate.
2815 * configure: Regenerate.
2816
416cfb5e
MS
28172007-01-18 Mike Stump <mrs@apple.com>
2818
2819 * configure.in: Re-enable -Werror for gcc builds.
2820
3de8da2a 28212007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 2822
3de8da2a 2823 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 2824
d943d7c4
PB
28252007-01-11 Paolo Bonzini <bonzini@gnu.org>
2826
2827 * configure.in: Change == to = in test command.
3de8da2a 2828 * configure: Regenerate.
d943d7c4 2829
e69bf64b 28302007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
2831 Nick Clifton <nickc@redhat.com>
2832 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2833
2834 * configure.in (build_configargs, host_configargs, target_configargs):
2835 Remove build/host/target parameters.
2836 (host_libs): Add gmp and mpfr.
2837 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2838 * Makefile.def (gmp, mpfr): New.
2839 (gcc): Remove target.
2840 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2841 target_os, target_vendor): New.
dce2d8b2 2842 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
2843 * configure: Regenerate.
2844 * Makefile.in: Regenerate.
e69bf64b
PB
2845
28462007-01-11 Matt Fago <fago@earthlink.net>
2847
2848 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 2849 to improve robustness of configure tests.
e69bf64b 2850 * configure: Regenerate.
e14e622e 2851
a42f3b80
UB
28522007-01-09 Uros Bizjak <ubizjak@gmail.com>
2853
2854 * MAINTAINERS: Add myself as i386 maintainer.
2855
a36aee1a
JH
28562007-01-08 Jan Hubicka <jh@suse.cz>
2857
61fcaeef 2858 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 2859
738a52d3
KT
28602007-01-08 Kai Tietz <kai.tietz@onevision.com>
2861
2862 * configure.in: Add support for an x86_64-mingw* target.
95af8923 2863 * configure: Regenerate.
738a52d3 2864
54fdc474
DJ
28652007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2866
2867 * Makefile.tpl (all-target): Correct @if conditional for target
2868 modules.
2869 * configure.in: Omit libiberty if building only target libgcc.
2870 * configure, Makefile.in: Regenerated.
2871
3dd71726
PB
28722007-01-04 Paolo Bonzini <bonzini@gnu.org>
2873
dce2d8b2 2874 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
2875 * configure: Regenerate.
2876
fa958513
DJ
28772007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2878
2879 * Makefile.def (target_modules): Add libgcc.
2880 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2881 * Makefile.tpl (clean-target-libgcc): Delete.
2882 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2883 on gcc even for bootstrapped modules. Rewrite handling of
2884 lang_env_dependencies to loop over target_modules.
2885 * configure.in (target_libraries): Add target-libgcc.
2886 * Makefile.in, configure: Regenerated.
2887
e1888513
PB
28882006-12-29 Paolo Bonzini <bonzini@gnu.org>
2889
2890 * configure.in: Reorganize recognition of languages. Add
2891 --enable-stage1-languages. Show supported languages for the chosen
2892 target rather than all recognized languages.
2893 * configure: Regenerate.
2894
53b88b73
PB
28952006-12-29 Paolo Bonzini <bonzini@gnu.org>
2896
2897 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2898 * Makefile.in: Regenerate.
2899
a3993f33
KG
29002006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2901
2902 * configure.in: Warn that MPFR 2.2.0 is buggy.
2903 * configure: Regenerate.
2904
f063a9ed
ILT
29052006-12-27 Ian Lance Taylor <iant@google.com>
2906
2907 * configure.in: When removing Makefiles to force a reconfigure, also
2908 remove prev-DIR*/Makefile.
2909 * configure: Regenerate.
2910
af71363e
AS
29112006-12-22 Andreas Schwab <schwab@suse.de>
2912
2913 * configure: Regenerate with correct autoconf version.
2914
0b0dc272
AM
29152006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2916
3de8da2a
UB
2917 * configure.in: add AC_SUBST for *_FOR_TARGET.
2918 * configure: Regenerate.
0b0dc272 2919
53b88b73
PB
29202006-12-19 Paolo Bonzini <bonzini@gnu.org>
2921
2922 * configure.in: Simplify logic for rejecting languages that cannot
2923 be built. Separate the case when a language is unsupported,
2924 from the case when the user chooses not to build a language.
2925
400ebff4
PB
29262006-12-19 Paolo Bonzini <bonzini@gnu.org>
2927
2928 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2929 it only affects bootstrap and could be tested on "$host" as well.
2930 * configure: Regenerate.
2931 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2932
8efea775
PB
29332006-12-19 Paolo Bonzini <bonzini@gnu.org>
2934
2935 PR bootstrap/29544
2936 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2937 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2938 move here comment from Makefile.tpl.
2939 * Makefile.tpl: Move some definitions higher in the file.
2940 (STAGE1_CHECKING): New.
2941 * configure.in: Add --enable-stage1-checking.
2942 * configure: Regenerate.
2943 * Makefile.in: Regenerate.
2944
ed88a7ed
PB
29452006-12-19 Paolo Bonzini <bonzini@gnu.org>
2946
2947 * MAINTAINERS: Add myself as build system maintainer.
2948
b65151d3
SM
29492006-12-15 Simon Martin <simartin@users.sourceforge.net>
2950
2951 * MAINTAINERS (Write After Approval): Add myself.
2952
7e050830
EC
29532006-12-13 Eric Christopher <echristo@apple.com>
2954
2955 * MAINTAINERS: Add myself as darwin maintainer.
2956
8b494895
ILT
29572006-12-11 Ian Lance Taylor <ian@airs.com>
2958
2959 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2960
dce2d8b2 29612006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
2962
2963 MAINTAINERS: Update my entry.
2964
58e24147
AM
29652006-12-11 Alan Modra <amodra@bigpond.net.au>
2966
2967 * configure.in: Handle spu makefile frag.
58e24147
AM
2968 * Makefile.tpl (MAINT): Define
2969 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2970 * configure: Regenerate.
2971 * Makefile.in: Regenerate.
2972
9b6f37a0
BE
29732006-12-11 Ben Elliston <bje@au.ibm.com>
2974
2975 * config.guess: Import latest version.
2976 * config.sub: Likewise.
2977
ea6f5c57
BE
29782006-12-11 Ben Elliston <bje@au.ibm.com>
2979
2980 * configure.in (spu-*-*): Don't skip target-libiberty.
2981 * configure: Regenerate.
2982
42c1cd8a
AT
29832006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2984
2985 PR bootstrap/30134
2986 * configure.in: Correct x86 darwin support for libjava to powerpc
2987 and i?86 only.
2988 * configure: Regenerate.
2989
55eb837d
ST
29902006-12-08 Sandro Tolaini <tolaini@libero.it>
2991
2992 * configure.in: Add x86 darwin support for libjava.
2993 * configure: Regenerate.
2994
5bdacbc7
MS
29952006-12-07 Mike Stump <mrs@apple.com>
2996
2997 * Makefile.def (dependencies): Add dependency for
2998 install-target-libssp and install-target-libgomp on
2999 install-gcc.
3000 * Makefile.in: Regenerate.
3001
477d851c
RG
30022006-12-04 Richard Guenther <rguenther@suse.de>
3003
3004 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3005 (Non-Algorithmic Maintainers): Move over non-algorithmic
3006 loop optimizer maintainers, add myself as a non-algorithmic
3007 middle-end maintainer.
3008
5d33d367
DF
30092006-12-04 Daniel Franke <franke.daniel@gmail.com>
3010
3011 * MAINTAINERS (Write After Approval): Add myself.
3012
dbee1fb3
KG
30132006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3014
3015 * configure.in: Update error message for missing GMP/MPFR.
3016
3017 * configure: Regenerate.
3018
b5147de7
KG
30192006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3020
3021 * configure.in: Update MPFR version in error message.
3022
3023 * configure: Regenerate.
3024
f019376c
KG
30252006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3026
3027 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3028 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3029 --with-gmp-lib): New flags.
3030
3031 * configure: Regenerate.
3032
91ed95ae
BM
30332006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
3034
3035 * MAINTAINERS (Write After Approval): Change my email address.
3036
3a971f15
MLI
30372006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3038
05170031 3039 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 3040
dce2d8b2 30412006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
3042
3043 * MAINTAINERS (i18n): Update e-mail address.
3044
df5487ee
TS
30452006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3046
3047 * MAINTAINERS (spu port): Add myself as maintainer.
3048 (Write After Approval): Remove myself.
3049
92c2f0ee
BE
30502006-11-22 Ben Elliston <bje@au.ibm.com>
3051
3052 * configure.in (skipdirs): Don't build libssp for SPU.
3053 * configure: Regenerate.
3054
a3b97199
AP
30552006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
3056
3057 * MAINTAINERS (spu port): Add myself as maintainer.
3058 (libobjc): Update my email address.
3059
0eb97064
AB
30602006-11-21 Andrea Bona <andrea.bona@st.com>
3061
3062 * MAINTAINERS (Write After Approval): Add myself.
3063
dce2d8b2 30642006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
3065
3066 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3067 * configure : Rebuilt.
3068
dce2d8b2 30692006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
d58542ea
AO
30732006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
a357b5ae
KG
30772006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3078
3079 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3080 libmpfr.a.
3081 * configure: Regenerate.
3082
9bd6112c
PB
30832006-11-16 Paolo Bonzini <bonzini@gnu.org>
3084
3085 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3086 (unstage): Test for stage_last presence.
3087
3088 PR bootstrap/29802
dce2d8b2
EB
3089 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3090 STAGE_PREFIX.
9bd6112c
PB
3091 * Makefile.in: Regenerate.
3092
c8cf9f0f
ZD
30932003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
3094
3095 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3096 maintainers.
3097
467b1fc6
ER
30982006-11-14 Erven Rohou <erven.rohou@st.com>
3099
3100 * MAINTAINERS (Write After Approval): Add myself.
3101
995a5697
PB
31022006-11-14 Paolo Bonzini <bonzini@gnu.org>
3103
3104 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3105 and stageN-package/Makefile.
3106 * Makefile.in: Regenerated.
3107
c8d6d53e
JZ
31082006-11-14 Jie Zhang <jie.zhang@analog.com>
3109
3110 * configure.in: Remove target-libgloss from noconfigdirs for
3111 bfin-*-*.
3112 * configure: Regenerated.
3113
dffb147d
KG
31142006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3115
3116 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 3117
dffb147d
KG
3118 * configure: Regenerate.
3119
ca558912
KG
31202006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3121
3122 * configure.in: Robustify error message for missing GMP/MPFR.
3123
3124 * configure: Regenerate.
3125
dce2d8b2 31262006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
3127
3128 * MAINTAINERS (Write After Approval): Add myself.
3129
dce2d8b2 31302006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
3131
3132 * MAINTAINERS: Change email address.
3133
91de1527
VP
31342006-10-30 Vladimir Prus <vladimir@codesourcery.com>
3135
3136 * MAINTAINERS (Write After Approval): Add myself.
3137
a3867703
PB
31382006-10-26 Peter Bergner <bergner@vnet.ibm.com>
3139
3140 * MAINTAINERS (Write After Approval): Add myself.
3141
b4364fa2
CL
31422006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
3143
7e050830 3144 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 3145 Write After Approval section.
b4364fa2 3146
70ec446f
KG
31472006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3148
3149 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
3150 need_gmp anymore.
3151 * configure: Regenerate.
3152
018c8d88
TB
31532006-10-16 Tobias Burnus <burnus@net-b.de>
3154
3155 * MAINTAINERS (Write After Approval): Add myself.
3156
f6a1687e
BE
31572006-10-16 Ben Elliston <bje@au.ibm.com>
3158
3159 * config.guess: Import latest version.
3160 * config.sub: Likewise.
3161
b5422ad7
BM
31622006-10-10 Brooks Moses <bmoses@stanford.edu>
3163
3164 * Makefile.def: Added pdf target handling.
3165 * Makefile.tpl: Added pdf target handling.
3166 * Makefile.in: Regenerated.
3167
bdcee471
CL
31682006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
3169
3170 * MAINTAINERS: Add self as score port maintainer.
3171
7d610414
BM
31722006-10-04 Brooks Moses <bmoses@stanford.edu>
3173
3174 * MAINTAINERS (Write After Approval): Add myself.
3175
e48d66a9
SK
31762006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
3177
7e050830 3178 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
3179 or newer.
3180 * configure: Regenerated.
3181
c394e891
DB
31822006-09-27 Dave Brolley <brolley@redhat.com>
3183
dce2d8b2
EB
3184 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3185 using $s instead of $r.
c394e891
DB
3186 * configure: Regenerated.
3187
1ee4c5a0
TS
31882006-09-26 Thiemo Seufer <ths@mips.com>
3189
3190 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3191 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3192 * configure: Regenerate.
3193
dce2d8b2 31942006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
3195
3196 * MAINTAINERS (Write After Approval): Remove myself.
3197
0c502898
CF
31982006-09-22 Chao-ying Fu <fu@mips.com>
3199
3200 * MAINTAINERS (Write After Approval): Add myself.
3201
a7819e42
JM
32022006-09-10 Joseph S. Myers <joseph@codesourcery.com>
3203
3204 * MAINTAINERS: Add self as soft-fp maintainer.
3205
dce2d8b2 32062006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
3207
3208 * MAINTAINERS: Add myself as avr maintainer.
3209 Remove Marek Michalkiewicz as avr maintainer.
827d0991 3210
e8288489
RC
32112006-09-07 Roberto Costa <roberto.costa@st.com>
3212
3213 * MAINTAINERS (Write After Approval): Add myself.
3214
b91f0a41
CV
32152006-08-30 Corinna Vinschen <corinna@vinschen.de>
3216
3217 * configure.in: Never build newlib for a Mingw host.
3218 Never build newlib as Mingw target library.
3219 Test the existence of winsup/cygwin for building a Cygwin newlib,
3220 rather than just winsup.
3221 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3222 building a Mingw target.
3223 * configure: Regenerate.
3224
094c07a0
EB
32252006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
3226
3227 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3228
8d1171cb
PB
32292006-07-25 Paolo Bonzini <bonzini@gnu.org>
3230
3231 * config.guess: Import from src (was more updated).
3232 * config.sub: Likewise.
3233
2e9e6f68
DJ
32342006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3235
3236 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3237 * configure: Regenerated.
3238
57255173
PB
32392006-07-18 Paolo Bonzini <bonzini@gnu.org>
3240
cc6010cd
AP
3241 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3242 for stages after the first.
57255173 3243
9fbe6585
JJ
32442006-07-17 Jakub Jelinek <jakub@redhat.com>
3245
3246 * Makefile.def: Add dependencies for configure-opcodes
3247 on configure-intl and all-opcodes on all-intl.
3248 * Makefile.in: Regenerated.
3249
18c3f977
BE
32502006-07-13 Ben Elliston <bje@au.ibm.com>
3251
3252 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3253
27b56ba6
PE
32542006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3255
3256 Port to hosts whose 'sort' and 'tail' implementations
3257 treat operands with leading '+' as file names, as POSIX
3258 has required since 2001. However, make sure the code still
3259 works on pre-POSIX hosts.
3260 * ltmain.sh: Don't assume "sort +2" is equivalent to
3261 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3262
ad6d4e43
UW
32632006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
3264
3265 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3266
706601d9
PG
32672006-07-04 Peter O'Gorman <peter@pogma.com>
3268
3269 * ltconfig: chmod 644 before ranlib during install.
3270
0b50988a
EB
32712006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3272
3273 PR bootstrap/18058
3274 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3275 if the bootstrap compiler is a GCC version that supports it.
3276 * configure: Regenerate.
3277
b6348cb3
PB
32782006-07-03 Paolo Bonzini <bonzini@gnu.org>
3279
95695ad3 3280 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
3281 * configure: Regenerate.
3282
1546bb64
PB
32832006-07-03 Paolo Bonzini <bonzini@gnu.org>
3284
3285 PR other/27063
3286 * configure.in: Test subdir_requires and give an appropriate
3287 error message.
3288 * configure: Regenerate.
3289
5cb6c629
AJH
32902006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
3291
3292 * MAINTAINERS (Write After Approval): Add myself.
3293
f4d8cdf8
JDA
32942006-06-22 John David Anglin <dave.anglin@nrc.ca>
3295
3296 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3297
4fe5abb7
SE
32982006-06-22 Steve Ellcey <sje@cup.hp.com>
3299
3300 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3301
2a79fd67
DA
33022006-06-20 David Ayers <d.ayers@inode.at>
3303
3304 PR bootstrap/28072
3305 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3306 whether target-libjava is being configured instead of whether the
3307 java front end is enabled.
3308 * configure: Regenerate.
7e050830 3309
04879af3
RO
33102006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3311
3312 PR target/27540
3313 * configure.in: Only enable libgomp on IRIX 6.
3314 * configure: Regenerate.
3315
ec6c7392
PB
33162006-06-15 Paolo Bonzini <bonzini@gnu.org>
3317
3318 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3319 too.
3320 * Makefile.in: Regenerate.
3321
12973d7a
DD
33222006-06-13 Jeff Johnston <jjohnstn@redhat.com>
3323
3324 * config-ml.in: Alter CCASFLAGS to include special
3325 multilib options the same as is done for CFLAGS.
3326
c67ed86a
JDA
33272006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3328
3329 * configure.in: Don't enable libgomp on hpux10.
3330 * configure: Rebuilt.
3331
cb253473
DA
33322006-06-12 David Ayers <d.ayers@inode.at>
3333
3334 PR bootstrap/27963
3335 PR target/19970
7e050830 3336 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
3337 ${libgcj} is specified.
3338 * configure: Regenerate.
7e050830 3339
dce2d8b2 33402006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
3341
3342 Sync from src:
7e050830
EC
3343
3344 * configure.in: Sync.
32845532 3345 * configure: Regenerated.
7e050830 3346
32845532
CD
3347 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3348
3349 * Makefile.def: Added dependencies from sim and gdb on intl, and
3350 added configure dependencies to everything with an all dependency
3351 on intl.
3352 * Makefile.in: Regenerated.
3353
7cd0cf9c
DA
33542006-06-06 David Ayers <d.ayers@inode.at>
3355
3356 PR libobjc/13946
3357 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3358 * Makefile.in: Regenerate.
3359 * configure.in: Add --enable-objc-gc at toplevel and have it
3360 enable boehm-gc for Objective-C.
3361 Remove target-boehm-gc from libgcj.
3362 Add target-boehm-gc to target_libraries.
3363 Add target-boehm-gc to noconfigdirs where ${libgcj}
3364 is specified.
3365 Assert that boehm-gc is supported when requested for Objective-C.
3366 Only build boehm-gc if needed either for Java or Objective-C.
3367 * configure: Regenerate.
7e050830 3368
3ff3adad
PB
33692006-06-05 Paolo Bonzini <bonzini@gnu.org>
3370
3371 PR 27674
3372 * Makefile.tpl (configure-[+prefix+][+module+],
3373 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3374 Remove rule to unstage bootstrapped modules.
3375 (stage_current): New.
3376 * Makefile.in: Regenerate.
3377
898e551d
LB
33782006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3379
3380 * MAINTAINERS (Write After Approval): Update my e-mail address.
3381
ea60341e
MS
33822006-06-01 Mark Shinwell <shinwell@codesourcery.com>
3383
3384 * include/libiberty.h: Declare pex_run_in_environment.
3385
222ae291
AL
33862006-05-31 Asher Langton <langton2@llnl.gov>
3387
3388 * MAINTAINERS (Write After Approval): Add myself.
898e551d 3389
e9a54b07
PB
33902006-05-25 Paolo Bonzini <bonzini@gnu.org>
3391
3392 * Makefile.def (bfd, opcodes): Fix lib_path.
3393 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3394 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3395 * Makefile.in: Regenerate.
3396
03e67131
CD
33972006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3398
3399 * Makefile.in: Regenerate.
3400
65d6e994
CD
34012006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3402
3403 * Makefile.def: Add install-html target. Add datarootdir
3404 docdir and htmldir to flags_to_pass.
3405 * Makefile.tpl: Add install-html target.
3406 * Makefile.in: Regenerate.
3407 * configure.in: Add --with-datarootdir, --with-docdir, and
3408 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3409 * configure: Regenerate.
3410
9e299237
MS
34112006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3412
3413 * configure.in: Enable gprof for cross builds.
3414 * configure: Regenerate.
3415
c31202cd
RG
34162006-05-22 Richard Guenther <rguenther@suse.de>
3417
3418 Revert
3419 2006-01-31 Richard Guenther <rguenther@suse.de>
3420 Paolo Bonzini <bonzini@gnu.org>
3421
3422 * Makefile.def (target_modules): Add libgcc-math target module.
3423 * configure.in (target_libraries): Add libgcc-math target library.
3424 (--enable-libgcc-math): New configure switch.
3425 * Makefile.in: Re-generate.
3426 * configure: Re-generate.
3427 * libgcc-math: New toplevel directory.
3428
2a332582
JDA
34292006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3430 Andreas Tobler <a.tobler@schweiz.ch>
3431
3432 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3433 * configure: Rebuilt.
3434
dce2d8b2 34352006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 3436
ccce6917
SL
3437 * MAINTAINERS (Write After Approval): Add myself.
3438
ed606bc0
DD
34392006-05-01 DJ Delorie <dj@redhat.com>
3440
3d8f47a0 3441 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
3442 * configure: Regenerate.
3443
9386bd20
RG
34442006-05-01 Richard Guenther <rguenther@suse.de>
3445
3446 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3447 maintainer.
3448
dce2d8b2 34492006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
3450
3451 * MAINTAINERS (Write After Approval): Add myself.
3452
87ceee72
JB
34532006-04-28 Jan Beulich <jbeulich@novell.com>
3454
3455 * MAINTAINERS (Write After Approval): Add myself.
3456
e88a2c09
DD
34572006-04-18 DJ Delorie <dj@redhat.com>
3458
3459 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3460 reference libgloss so that libssp can be built in a combined
3461 tree.
3462 * configure: Regenerate.
3463
675f0a8a
RM
34642006-04-08 Robert Millan <rmh@gcc.gnu.org>
3465
3466 * MAINTAINERS (Write After Approval): Add myself.
3467
27b6c940
BE
34682006-04-05 Ben Elliston <bje@au.ibm.com>
3469
3470 * configure.in: Require makeinfo 4.4 or higher.
3471 * configure: Regenerate.
3472
687b17d4
GP
34732006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
3474
3475 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3476 Rearrange the entries of other libraries to have them in one place.
3477
906ac235
JB
34782006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
3479
7e050830 3480 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
3481 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3482
fb0103e5
RG
34832006-03-14 Richard Guenther <rguenther@suse.de>
3484
3485 * configure: Regenerate with autoconf 2.13.
3486
17237f6b
JB
34872006-03-13 Jim Blandy <jimb@codesourcery.com>
3488
3489 * MAINTAINERS: Use my work address.
bed31434
JB
3490
3491 * MAINTAINERS: Update my E-mail address.
3492
27079765
AH
34932006-03-10 Aldy Hernandez <aldyh@redhat.com>
3494
3495 * configure.in: Handle --disable-<component> generically.
3496 * configure: Regenerate.
3497
54a17039
L
34982006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3499
3500 PR libgcj/17311
3501 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3502
b9bd11ca
EE
35032006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
3504
3505 * MAINTAINERS (Write After Approval): Remove myself.
3506 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3507
dce2d8b2 35082006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 3509
072b06f2
RE
3510 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3511 (TARGET_CONFIGDIRS): Remove.
3512 * configure.in: Remove AC_SUBST(target_configdirs).
3513 * Makefile.in, configure: Regenerated.
ee2312f3 3514
936e1a35
SK
35152006-02-20 Steven G. Kargl <kargls@comcast.net>
3516
3517 * MAINTAINERS (Write After Approval): Remove myself.
3518 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3519
cc11cc9b
PB
35202006-02-20 Paolo Bonzini <bonzini@gnu.org>
3521
3522 PR bootstrap/25670
3523
3524 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3525
3526 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3527 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3528 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3529 BUILD_PREFIX, BUILD_PREFIX_1.
3530 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3531
3532 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3533 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3534
3535 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3536 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3537 of `cat stage_current`. Always provide the `r' and `s' variables.
3538 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3539 a single shell execution.
3540 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3541 bootstrapped modules, make the stage1 module if the build was not
3542 started yet, else build the current stage.
3543 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3544 (all-build, all-host, all-target, [+make_target+]-host,
3545 [+make_target+]-target): Do not use \-continued lines.
3546 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3547 (current_stage, restrap, stage_last): New.
3548
3549 * Makefile.in: Regenerate.
3550 * configure: Regenerate.
3551
63a7c9ef
BD
35522006-02-19 Bud Davis <jmdavis@link.com>
3553
3554 * MAINTAINERS (Write After Approval): Remove myself.
3555 (Language Front End Maintainers): Add myself as fortran 95
3556 maintainer and update e-mail address.
3557
a3543e3a
FXC
35582006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3559
3560 * MAINTAINERS (Write After Approval): Remove myself.
3561 (Language Front End Maintainers): Add myself as fortran 95
3562 maintainer.
3563
ca5b1d2c
VK
35642006-02-16 Victor Kaplansky <victork@il.ibm.com>
3565
3566 * MAINTAINERS (Write After Approval): Add myself.
3567
0499513f
TK
35682006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
3569
3570 * MAINTAINERS (Write After Approval): Remove myself.
3571 (Language Front End Maintainers): Add myself as
3572 fortran 95 maintainer.
3573
d1f8db0c
PB
35742006-02-14 Paolo Bonzini <bonzini@gnu.org>
3575
3576 Sync from src:
3577
3578 2005-12-27 Leif Ekblad <leif@rdos.net>
3579
cc6010cd
AP
3580 * configure.in: Add support for RDOS target.
3581 * configure: Regenerate.
d1f8db0c
PB
3582
35832006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 3584 Andreas Schwab <schwab@suse.de>
d1f8db0c 3585
cc6010cd 3586 * configure: Regenerate.
d1f8db0c 3587
cac90078
DE
35882006-02-12 David Edelsohn <edelsohn@gnu.org>
3589
3590 * configure.in (enable_libgomp): Add AIX.
3591 * configure: Regenerate.
3592
bd37fbf5
MK
35932006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
3594
3595 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3596
23027b7a
LM
35972006-02-03 Lee Millward <lee.millward@gmail.com>
3598
3599 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3600
0058967b
RG
36012006-01-31 Richard Guenther <rguenther@suse.de>
3602 Paolo Bonzini <bonzini@gnu.org>
3603
3604 * Makefile.def (target_modules): Add libgcc-math target module.
3605 * configure.in (target_libraries): Add libgcc-math target library.
3606 (--enable-libgcc-math): New configure switch.
3607 * Makefile.in: Re-generate.
3608 * configure: Re-generate.
3609 * libgcc-math: New toplevel directory.
3610
e8b05380
PB
36112006-01-26 Paolo Bonzini <bonzini@gnu.org>
3612
3613 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3614 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3615 the assembler, linker and binutils.
3616 * configure: Regenerate.
3617
d54d5437
DM
36182006-01-22 Dirk Mueller <dmueller@suse.de>
3619
3620 * MAINTAINERS (Write After Approval): Add myself.
3621
670cbfcf
DN
36222006-01-20 Diego Novillo <dnovillo@redhat.com>
3623
3624 * configure: Regenerate.
3625
953ff289
DN
36262006-01-18 Richard Henderson <rth@redhat.com>
3627 Jakub Jelinek <jakub@redhat.com>
3628 Diego Novillo <dnovillo@redhat.com>
3629
3630 * libgomp: New directory.
3631 * Makefile.def: Add target_module libgomp.
3632 * Makefile.in: Regenerate.
3633 * configure.in (target_libraries): Add target-libgomp.
3634 * configure: Regenerate.
3635
32ce4048
AO
36362006-01-05 Alexandre Oliva <aoliva@redhat.com>
3637
3638 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3639 @ from continuation.
3640 * Makefile.in: Rebuilt.
3641
0eaf8e17 36422006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 3643
c76c0c83
CL
3644 * MAINTAINERS (Write After Approval): Add myself.
3645
2d309510
PB
36462006-01-04 Paolo Bonzini <bonzini@gnu.org>
3647
3648 PR bootstrap/24252
3649
3650 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3651 * Makefile.tpl (OBJDUMP): New.
3652 (EXTRA_HOST_FLAGS): Add it.
3653 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3654
953ff289
DN
3655 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3656 to use symbolic links between directories. Avoid race conditions
3657 or make them harmless.
3658 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
3659
3660 * Makefile.def (LEAN): Pass.
3661 * Makefile.tpl (LEAN): Define.
3662 (stage[+id+]-start): Accept that the previous directory does not
3663 exist, if the bootstrap is lean.
3664 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3665 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3666 configure substitution.
3667 ([+compare-target+]): Likewise.
3668 ([+bootstrap-target+]-lean): New.
3669 * configure.in: Remove lean bootstrap support from here.
3670
953ff289
DN
3671 * Makefile.in: Regenerate.
3672 * configure: Regenerate.
2d309510 3673
368872c3
BE
36742006-01-04 Ben Elliston <bje@au.ibm.com>
3675
3676 * MAINTAINERS (libdecnumber): Add myself.
3677
d79e6356
MM
36782006-01-02 Mark Mitchell <mark@codesourcery.com>
3679
3680 * libtool-ldflags: New script.
3681
a6fbc1e2
AS
36822006-01-02 Andreas Schwab <schwab@suse.de>
3683
3684 * configure.in: When reconfiguring remove Makefile in
3685 all stage directories.
3686 * configure: Regenerate.
3687
103a4b39
SB
36882005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
3689
3690 * MAINTAINERS: Update my email address.
3691
212f829c
PB
36922005-12-20 Paolo Bonzini <bonzini@gnu.org>
3693
3694 Revert Ada-related part of the previous change.
3695
3696 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3697 Do not pass.
3698 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3699 * Makefile.in: Regenerate.
3700 * configure.in: Do not include mt-ppc-aix target fragment.
3701 * configure: Regenerate.
3702
8ef1f2df
PB
37032005-12-19 Paolo Bonzini <bonzini@gnu.org>
3704
3705 * configure.in: Select appropriate fragments for PowerPC/AIX.
3706 * configure: Regenerate.
3707
3708 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3709 BOOT_CFLAGS, BOOT_LDFLAGS.
3710 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3711 BOOT_CFLAGS, BOOT_LDFLAGS.
3712 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3713 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3714 (stage): Fail if we cannot complete the work.
3715 * Makefile.in: Regenerate.
3716
ab34901f
NS
37172005-12-16 Nathan Sidwell <nathan@codesourcery.com>
3718
3719 * configure.in: Replace ms1 with mt.
3720 * configure: Rebuilt.
3721
cbe82f21
BM
37222005-12-15 Bryce McKinlay <mckinlay@redhat.com>
3723
3724 * MAINTAINERS: Update my email address.
3725
19843472
PB
37262005-12-15 Paolo Bonzini <bonzini@gnu.org>
3727
3728 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3729 install-host-nogcc): Don't invoke $(stage) at the end.
3730 * Makefile.in: Regenerate.
3731
1ca26cd2
PB
37322005-12-14 Paolo Bonzini <bonzini@gnu.org>
3733
3734 * configure.in: Flip the top-level bootstrap switch.
3735 * configure: Regenerate.
3736
f41d6665
DJ
37372005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3740 $(stage) and $(unstage).
3741 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3742 (all): Remove stray semicolon.
3743 (local-distclean): Don't handle multilib.tmp and multilib.out.
3744 (install.all): Set $s for consistency.
3745 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3746 check_multilibs setting. Always make the install directory.
3747 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3748 Correct @if/@endif.
3749 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3750 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3751 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3752 (multilib.out): Remove.
3753 * Makefile.in: Regenerated.
3754
dce2d8b2 37552005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
3756
3757 * MAINTAINERS (Write After Approval): Add myself.
3758
64f182bd
NS
37592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3760
121b2cee
NS
3761 * MAINTAINERS: Add myself as mt maintainer.
3762
64f182bd
NS
3763 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
3764
a6d63770
AN
37652005-12-06 Adam Nemet <anemet@caviumnetworks.com>
3766
3767 * MAINTAINERS: Change email address.
3768
2abefe3d
PB
37692005-12-05 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3772 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3773 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3774 Find in-tree tools if available.
3775 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3776 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3777 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3778 (COMPILER_*_FOR_TARGET): New.
3779 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3780 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3781 (CONFIGURED_*, USUAL_*): Remove.
3782 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3783 STRIP): Use autoconf substitutions.
3784 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3785 COMPILER_NM_FOR_TARGET): New.
3786 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3787
3788 (all): Make all-host and all-target in parallel.
3789 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3790 that $$r and $$s are set before invoking a recursive make.
3791 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3792 ([+bootstrap-target+]): Inline most of the `all' target.
3793
2f3bdde7
BE
37942005-11-29 Ben Elliston <bje@au.ibm.com>
3795
3796 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3797 from the gcc build directory.
3798 * Makefile.in: Regenerate.
3799
a4b6c45a
BE
38002005-11-29 Ben Elliston <bje@au.ibm.com>
3801
3802 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3803 depend on all-libdecnumber.
3804 * configure.in (host_libs): Include libdecnumber.
3805 * Makefile.in: Regenerate.
3806 * configure: Likewise.
3807
473a74b9
BE
38082005-11-29 Ben Elliston <bje@au.ibm.com>
3809
3810 * libdecnumber: Import decNumber sources from the dfp-branch.
3811
b4623110
KJ
38122005-11-21 Kean Johnston <jkj@sco.com>
3813
3814 * config.sub, config.guess: Sync from upstream sources.
3815
67dc1785
BE
38162005-11-21 Ben Elliston <bje@au.ibm.com>
3817
3818 Import from Autoconf sources:
3819
3820 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3821 * config/move-if-change: Don't output "$2 is unchanged";
3822 suggested by Ben Elliston. Handle weird characters correctly.
3823
186abafe
AT
38242005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
3825
3826 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3827 to match upstream libtool for darwin.
3828
ef9db8d5
DJ
38292005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3830
3831 * Makefile.def: Remove gdb dependencies for gdbtk.
3832 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3833 (configure-gdb, install-gdb): New rules.
3834 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3835 * Makefile.in, configure: Regenerated.
3836
9c5141ab
JB
38372005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
3838
3839 * MAINTAINERS (Write After Approval): Add myself.
3840
4523d51b
EE
38412005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
3842
3843 * MAINTAINERS (Write After Approval): Add myself.
3844
086b011c
DN
38452005-10-24 Diego Novillo <dnovillo@redhat.com>
3846
3847 * MAINTAINERS (alias analysis): Add Daniel Berlin and
3848 Diego Novillo.
3849
e7c84bf8
PB
38502005-10-22 Paolo Bonzini <bonzini@gnu.org>
3851
3852 PR bootstrap/24297
3853 * Makefile.tpl (do-[+make-target+], do-check, install,
3854 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3855 are set before recursing.
3856 * Makefile.in: Regenerate.
3857
b88a7564
EB
38582005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3859
3860 PR bootstrap/18939
3861 * Makefile.def (gcc) <target>: Fix thinko.
3862 * Makefile.in: Regenerate.
3863
61efc800
BS
38642005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3865
3866 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3867 * configure: Regenerate.
3868
f53d2869
JZ
38692005-10-15 Jie Zhang <jie.zhang@analog.com>
3870
3871 * MAINTAINERS (Write After Approval): Add self.
3872
077fc835
KH
38732005-10-08 Kazu Hirata <kazu@codesourcery.com>
3874
3875 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3876 target-libffi, target-qthreads, target-libjava, and
3877 targetlibobjc.
3878 * configure: Regenerate.
3879
d739199a
DJ
38802005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3881
3882 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3883 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3884 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3885 (USUAL_OBJDUMP_FOR_TARGET): New.
3886 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3887 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 3888 * configure, Makefile.in: Regenerated.
d739199a 3889
db38c6bb
PB
38902005-10-05 Paolo Bonzini <bonzini@gnu.org>
3891
3892 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3893 before other host packages.
3894
3015564c
KK
38952005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3896
3897 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3898
1061f99e
PB
38992005-10-05 Paolo Bonzini <bonzini@gnu.org>
3900
3901 PR bootstrap/22340
3902
3903 * configure.in (default_target): Remove.
3904 * Makefile.tpl (all): Do not use prerequisites as subroutines
3905 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3906 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3907 use prerequisites as subroutines.
3908 (check-host, check-target): New.
3909 (bootstrap configure & all targets): Do not use stage*-start
3910 if the directory layout is already ok.
3911 (non-bootstrap configure & all targets): Prepend a $(unstage).
3912 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3913 (NOTPARALLEL): Remove.
3914 (unstage, stage variables): New variables.
3915 (unstage, stage targets): Simply expand to those variables.
3916
3917 * configure: Regenerate.
3918 * Makefile.in: Regenerate.
3919
4a9c436f
JW
39202005-10-04 James E Wilson <wilson@specifix.com>
3921
3922 * Makefile.def (lang_env_dependencies): Add libmudflap.
3923 * Makefile.in: Regenerate.
3924
37150080
AS
39252005-10-03 Andreas Schwab <schwab@suse.de>
3926
3927 Backport from libtool CVS:
3928 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3929
3930 * ltmain.sh: add support for installing into temporary
3931 staging area (e.g. 'make install DESTDIR=...')
3932
39d16468
L
39332005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3934
3935 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3936 * configure: Regenerated.
3937
72a7ab82
AP
39382005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3939
3940 * configure: Regenerate with the correct
3941 autoconf version.
3942
6b65a26d
CM
39432005-09-30 Catherine Moore <clm@cm00re.com>
3944
3945 * configure.in (bfin-*-*): New.
3946 * configure: Regenerated.
3947
040b1c5a
GK
39482005-09-28 Geoffrey Keating <geoffk@apple.com>
3949
3950 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3951 (LIPO_FOR_TARGET): New.
3952 (CONFIGURED_LIPO_FOR_TARGET): New.
3953 (USUAL_LIPO_FOR_TARGET): New.
3954 (STRIP_FOR_TARGET): New.
3955 (CONFIGURED_STRIP_FOR_TARGET): New.
3956 (USUAL_STRIP_FOR_TARGET): New.
3957 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3958 STRIP_FOR_TARGET.
3959 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3960 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3961 * Makefile.in: Regenerate.
3962 * configure: Regenerate.
7e050830 3963
3a3c28db
DE
39642005-09-19 David Edelsohn <edelsohn@gnu.org>
3965
3966 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3967 (rs6000-*-aix*): Same.
3968 * configure: Regenerate.
3969
2749a921
TT
39702005-09-16 Tom Tromey <tromey@redhat.com>
3971
3972 * MAINTAINERS: Add self as java maintainer.
3973
7f26dfa3
FXC
39742005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3975
3976 * configure.in: Recognize f95 in the --enable-languages option,
3977 and substitute it for fortran, issuing a warning.
3978 * configure: Regenerate.
3979
d8852c4f
PE
39802005-08-30 Phil Edwards <phil@codesourcery.com>
3981
3982 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3983 * configure: Regenerated.
3984
ad685e81
AH
39852005-08-22 Aldy Hernandez <aldyh@redhat.com>
3986
3987 * MAINTAINERS: Add self as ms1 maintainer.
3988
b00d752c
RE
39892005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3990
3991 * Makefile.def (libssp): Add to lang_env_dependencies.
3992 * Makefile.in: Regenerate.
3993
9ed8fb9b
ILT
39942005-08-18 Ian Lance Taylor <ian@airs.com>
3995
3996 * MAINTAINERS: Add myself as middle-end maintainer.
3997
0f029d39
CG
39982005-08-17 Christian Groessler <chris@groessler.org>
3999
4000 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4001 * Makefile.in: Regenerate.
4002
81087874
AK
40032005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
4004
4005 * MAINTAINERS (write after approval): Added myself.
4006
6a134f1c
MR
40072005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
4008
4009 * MAINTAINERS (Write After Approval): Add myself.
4010
2693c0b0
PB
40112005-08-12 Paolo Bonzini <bonzini@gnu.org>
4012
4013 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4014 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4015 Look for alternate names of the target cc and c++
4016 * configure: Regenerate.
4017
4de997d1
PB
40182005-08-08 Paolo Bonzini <bonzini@gnu.org>
4019
4020 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4021 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4022 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4023 tools; remove code to manually set them.
4024 (Target tools): Look in the environment for them.
4025 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4026 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4027 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4028 build directory.
4029 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4030 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4031 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4032 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4033 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4034 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4035 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4036 * configure: Regenerate.
4037 * Makefile.in: Regenerate.
4038
b089e33a
BE
40392005-07-28 Ben Elliston <bje@au.ibm.com>
4040
4041 * MAINTAINERS: Update for removed CPU targets.
4042
e3791243
MM
40432005-07-27 Mark Mitchell <mark@codesourcery.com>
4044
4045 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 4046 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
4047 * Makefile.in: Regenerated.
4048
526635cb
MM
40492005-07-26 Mark Mitchell <mark@codesourcery.com>
4050
4051 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4052 (CFLAGS_FOR_TARGET): Use it.
4053 (CXXFLAGS_FOR_TARGET): Likewise.
4054 * Makefile.in: Regenerated.
4055 * configure.in (--with-build-sysroot): New option.
4056 * configure: Regenerated.
4057
19791f70
PB
40582005-07-24 Paolo Bonzini <bonzini@gnu.org>
4059
4060 * Makefile.tpl: Wrap install between unstage and stage
4061 * Makefile.in: Regenerate.
4062
35f5a23f
EC
40632005-07-21 Eric Christopher <echristo@apple.com>
4064
4065 * MAINTAINERS: Update affiliation.
4066
ff3ddf15
PW
40672005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
4068
4069 * MAINTAINERS: Add self as crx port maintainer.
4070
3a664c1c
DD
40712005-07-20 DJ Delorie <dj@redhat.com>
4072
4073 * MAINTAINERS: Add self as m32c maintainer.
4074
539df155
KC
40752005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4076
4077 * all files: Update FSF address.
4078
be9c593a
EC
40792005-07-15 Eric Christopher <echristo@redhat.com>
4080
4081 * MAINTAINERS: Change affiliation.
4082
fd7ea4ab
JB
40832005-07-14 Jim Blandy <jimb@redhat.com>
4084
4085 * configure.in: Add cases for Renesas m32c.
4086 * configure: Regenerated.
7e050830 4087
0063a823
KC
40882005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4089
d0ca130a
KC
4090 * COPYING.LIB: Update from fsf.org.
4091
40922005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4093
4094 * COPYING, compile, config.guess,
0063a823
KC
4095 config.sub, install-sh, missing, mkinstalldirs,
4096 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 4097 * config-ml.in: Update FSF address.
0063a823 4098
a8ba31f2
EC
40992005-07-13 Eric Christopher <echristo@redhat.com>
4100
4101 * configure.in: Add toplevel noconfigdir support for tpf.
4102 * configure: Regenerate.
4103
5bea4a03
PB
41042005-07-11 Paolo Bonzini <bonzini@gnu.org>
4105
4106 PR ada/22340
4107
4108 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4109 * Makefile.in: Regenerate.
4110
284bdbbd
MM
41112005-07-07 Mark Mitchell <mark@codesourcery.com>
4112
4113 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 4114 Brolley to write-after-approval.
284bdbbd 4115
452190fb
AS
41162005-07-07 Andreas Schwab <schwab@suse.de>
4117
4118 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4119 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4120 * Makefile.in: Regenerated.
4121
9c8f9ec2
GK
41222005-07-06 Geoffrey Keating <geoffk@apple.com>
4123
4124 * configure.in: Don't build sim or rda when targetting darwin.
4125 * configure: Regenerate.
4126
ef0087a7
KH
41272005-07-06 Kazu Hirata <kazu@codesourcery.com>
4128
4129 * configure.in: Add --enable-libssp and --disable-libssp.
4130 * configure: Regenerate with autoconf-2.13.
4131
77008252
JJ
41322005-07-02 Jakub Jelinek <jakub@redhat.com>
4133
4134 * Makefile.def (target_modules): Add libssp.
4135 * configure.in (target_libraries): Add target-libssp.
4136 * configure: Rebuilt.
4137 * Makefile.in: Rebuilt.
4138
a04eae1b
ZW
41392005-07-01 Zack Weinberg <zackw@panix.com>
4140
4141 * MAINTAINERS: Change email address. Resign from maintainership.
4142
948884cd
RG
41432005-07-01 Richard Guenther <rguenther@suse.de>
4144
4145 * MAINTAINERS: Change my e-mail address and affiliation.
4146
c7870f5d
PB
41472005-06-22 Paolo Bonzini <bonzini@gnu.org>
4148
4149 * Makefile.def (stagefeedback): Come after profile.
4150 Define profiledbootstrap target.
4151 * Makefile.tpl (profiledbootstrap): Remove.
4152 (stageprofile-end): Zap stagefeedback.
4153 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4154 * Makefile.in: Regenerate.
4155
ab99519a
RS
41562005-06-13 Richard Sandiford <richard@codesourcery.com>
4157
4158 * MAINTAINERS: Update my email address.
4159
f610dd5f
ZW
41602005-06-13 Zack Weinberg <zack@codesourcery.com>
4161
4162 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4163 In 'cpp' stanza, support '#line' as well as '# '.
4164
71bc2a83
AS
41652005-06-08 Andreas Schwab <schwab@suse.de>
4166
4167 * MAINTAINERS: Move myself from 'Write After Approval' to
4168 'CPU Port Maintainers' section as m68k maintainer.
4169
4fab7234
HPN
41702005-06-07 Hans-Peter Nilsson <hp@axis.com>
4171
4172 * configure.in (unsupported_languages): New macro.
4173 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4174 non-ported target libraries in noconfigdirs.
4175 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4176 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 4177 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
4178 unsupported_languages.
4179 * configure: Regenerate.
4180
68193f9b
TS
41812005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4182
4183 * configure.in: Fix typo in handling of --with-mpfr-dir.
4184 * configure: Regenerate.
4185
f26f6b8d
RS
41862005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
4187
4188 * MAINTAINERS: Update my email address.
4189
ba4853f8
JB
41902005-06-02 Jim Blandy <jimb@redhat.com>
4191
4192 * config.sub: Add cases for the Renesas m32c. (This patch has been
4193 accepted into the master sources.)
4194
79dd769c 41952005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
4196 Michael Snyder <msnyder@redhat.com>
4197 Stan Cox <scox@redhat.com>
79dd769c 4198
f610dd5f 4199 * configure.in: Set noconfigdirs for ms1.
79dd769c 4200
f610dd5f 4201 * configure: Regenerate.
79dd769c 4202
d29e107f
JD
42032005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
4204
4205 * MAINTAINERS (Write After Approval): Add self.
4206
e93196c3
JC
42072005-06-01 Josh Conner <jconner@apple.com>
4208
4209 * MAINTAINERS (Write After Approval): Add self.
4210
ae263c7a
KH
42112005-06-01 Kazu Hirata <kazu@codesourcery.com>
4212
4213 * MAINTAINERS: Update my email address.
4214
585b3aa3
ZM
42152005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
4216
4217 * MAINTAINERS (Write After Approval): Add self.
4218
4930c50b
CD
42192005-05-26 Chris Demetriou <cgd@broadcom.com>
4220
4221 * MAINTAINERS (Write After Approval): Remove self.
4222
2dfbef6d
PB
42232005-05-25 Paolo Bonzini <bonzini@gnu.org>
4224
4225 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4226 (Dependencies): Consider target modules for bootstrap dependencies.
4227 Make target bootstrap modules depend on each stage's gcc.
4228 * Makefile.in: Regenerate.
4229
bcb28cf5
PB
42302005-05-20 Paolo Bonzini <bonzini@gnu.org>
4231
4232 * Makefile.def (configure-gcc): Depend on binutils having been built.
4233 (all-gcc): No need to do it here.
4234 * Makefile.in: Regenerate.
4235
0cf085e4
PB
42362005-05-19 Paul Brook <paul@codesourcery.com>
4237
f610dd5f 4238 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
4239 language cannot be built.
4240 * configure: Regenerate.
4241
dfb2c39a
DJ
42422005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * ylwrap: Import from Automake 1.9.5.
4245
771aaa92
DU
42462005-05-13 David Ung <davidu@mips.com>
4247
4248 * MAINTAINERS (Write After Approval): Add self.
4249
3ac9bd58
MS
42502005-05-09 Mike Stump <mrs@apple.com>
4251
4252 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4253 lt_cv_sys_max_cmd_len for now.
f610dd5f 4254
f77a5578
SC
42552005-05-09 Stan Cox <scox@redhat.com>
4256
4257 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4258
795e36e5
MK
42592005-05-08 Matt Kraai <kraai@ftbfs.org>
4260
4261 * README.SCO: Update the URL.
4262
c9392a2b
DE
42632005-05-05 David Edelsohn <edelsohn@gnu.org>
4264
4265 * ltconfig: Define file_list_spec. Pass file_list_spec and
4266 with_gnu_ld to libtool.
4267 * ltcf-c.sh (aix[45]): Define file_list_spec.
4268 * ltcf-cxx.sh (aix[45]): Same.
4269 * ltcf-gcj.sh (aix[45]): Same.
4270 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4271 exists, write list of input files to temporary file.
4272
bebcd931
MS
42732005-05-04 Mike Stump <mrs@apple.com>
4274
4275 * configure.in: Always pass --target to target configures as
4276 otherwise rebuilds that do --recheck will fail.
4277 * confiugure: Rebuilt.
4278
ce406537
PB
42792005-05-04 Paolo Bonzini <bonzini@gnu.org>
4280
4281 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4282 STAGE_HOST_EXPORTS.
4283 (configure, all): Add bootstrap support.
4284 (Host modules, target modules): Pass post-stage1 flags and exports.
4285 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4286 * Makefile.in: Regenerate.
4287
aa9dcfc4
PB
42882005-04-29 Paolo Bonzini <bonzini@gnu.org>
4289
4290 * configure: Regenerate.
4291
b6f9abcf
MS
42922005-04-27 Mike Stump <mrs@apple.com>
4293
4294 * MAINTAINERS: Add self as darwin maintainer.
4295
acb217cb
BS
42962005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4297
4298 * config.sub: Update from master copy.
4299
b6dae270
MS
43002005-04-21 Mike Stump <mrs@apple.com>
4301
4302 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4303 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4304
c2e0d3a9
HPN
43052005-04-19 Hans-Peter Nilsson <hp@axis.com>
4306
4307 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4308 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4309 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4310 "*-*-elf" and "*-*-linux*".
4311 * configure: Regenerate.
4312
871ae772
JM
43132005-04-14 Joseph S. Myers <joseph@codesourcery.com>
4314
4315 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4316
bf070c29
MS
43172005-04-12 Mike Stump <mrs@apple.com>
4318
4319 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4320
e865b6f7
TK
43212005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
4322
4323 * MAINTAINERS (Write After Approval): Add myself.
4324
7b71ad7f
BS
43252005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
4326
4327 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4328
25b42232
PB
43292005-04-06 Paolo Bonzini <bonzini@gnu.org>
4330
f610dd5f 4331 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
4332 (TARGET_CONFIGARGS): Include --with-target-subdir.
4333 (configure, all): New macros. Use them throughout.
4334 * Makefile.in: Regenerate.
4335
d727c624
JG
43362005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
4337
4338 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 4339
fff72cc4
ZD
43402005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4341
4342 * MAINTAINERS: Remove 'loop unrolling' maintainer.
4343
86472dc3
GP
43442005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
4345
4346 * MAINTAINERS: Move John Carr to Write After Approval.
4347
dce2d8b2 43482005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
4349
4350 * config/mh-mingw32: Delete.
4351 * configure.in: Don't use it.
4352 * configure: Regenerate.
4353
33da42bc
PB
43542005-03-31 Paolo Bonzini <bonzini@gnu.org>
4355
4356 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4357 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 4358 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
4359 (HOST_LIB_PATH): Generate from Makefile.def.
4360 (TARGET_LIB_PATH): Likewise.
4361 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4362 * Makefile.in: Regenerate.
4363 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4364 (RPATH_ENVVAR): Include Darwin case.
4365 * configure: Regenerate.
4366
15cc1841
TF
43672005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
4368
4369 * MAINTAINERS (Various Maintainers): Remove self.
4370 (Write After Approval): Add self.
4371
6a8c79d5
TF
43722005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
4373
4374 * MAINTAINERS (Various Maintainers): Add self.
4375
256f7136
PB
43762005-03-25 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4379 * configure: Regenerate.
4380
191dd2c9
ZW
43812005-03-21 Zack Weinberg <zack@codesourcery.com>
4382
4383 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4384 gcc_version, and gcc_version_trigger from set of flags to pass.
4385 * Makefile.tpl: Remove definitions of above variables.
4386 (config.status): Remove dependency on $(gcc_version_trigger).
4387 * Makefile.in: Regenerate.
4388 * configure.in: Do not reference config/gcc-version.m4 nor
4389 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4390 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4391 * configure: Regenerate.
4392
ef6e9bc0 43932005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 4394 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
4395
4396 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4397 * Makefile.in: Regenerate.
4398
009bbd5a
FW
43992005-03-13 Feng Wang <fengwang@nudt.edu.cn>
4400
4401 * MAINTAINERS (Write After Approval): Add myself.
4402
09f8755b
DA
44032005-03-03 David Ayers <d.ayers@inode.at>
4404
4405 * MAINTAINERS (Write After Approval): Add myself.
4406
e73ed25c
AO
44072005-03-01 Alexandre Oliva <aoliva@redhat.com>
4408
4409 PR libgcj/20160
4410 * ltmain.sh: Avoid creating archives with components that have
4411 duplicate basenames.
4412
ace9ac7b
AP
44132005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4414
4415 PR bootstrap/20250
4416 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4417 instead of check.
4418 * Makefile.in: Regenerate.
4419
c9db9354
PB
44202005-02-28 Paolo Bonzini <bonzini@gnu.org>
4421
4422 * Makefile.in: Regenerate to fix conflict between the previous two
4423 patches.
4424
215c351a
PB
44252005-02-28 Paolo Bonzini <bonzini@gnu.org>
4426
4427 PR bootstrap/17383
4428 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4429 * Makefile.tpl (HOST_SUBDIR): New substitution.
4430 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4431 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4432 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4433 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4434 (Host modules, Bootstrapped modules): Use it.
4435 (Build modules, Target modules): Do not create symlink trees,
4436 always configure out-of-srcdir.
4437 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4438 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4439 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4440 $(HOST_SUBDIR). Create a symlink for host_subdir.
4441
4442 * Makefile.in: Regenerate.
4443 * configure: Regenerate.
4444
5395b47b
NN
44452005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4446
4447 Merged from libada-gnattools-branch:
4448 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4449
4450 * gnattools: New directory.
4451 * Makefile.def: Add gnattools as a module, depending on target-libada.
4452 * Makefile.in: Regenerate.
4453 * configure.in: Include gnattools in host_tools; disable it if ada
4454 is disabled.
4455 * configure: Regenerate.
4456
ca2cc05c
JM
44572005-02-24 James A. Morrison <phython@gcc.gnu.org>
4458
4459 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4460 treelang maintainer.
4461 (Write After Approval): Remove myself.
4462
d2f3024f
PS
44632005-02-23 Paul Schlie <schlie@comcast.net>
4464
4465 * configure.in: Allow darwin targeted ports to build tk, itcl and
4466 libgui.
4467 * configure: Regenerate.
4468
bba5e0ca
EB
44692005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4470
4471 PR libgcj/10353
4472 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4473 * configure: Regenerate.
4474
70132ce7
SK
44752005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
4476
4477 * MAINTAINERS (Write After Approval): Add myself.
4478
20f0edca
ILT
44792005-02-10 Ian Lance Taylor <ian@airs.com>
4480
4481 * MAINTAINERS: Update my e-mail address.
4482
e64e5109
RG
44832005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
4484
4485 * MAINTAINERS (Write After Approval): Add myself.
4486
40d64b5a
HPN
44872005-01-29 Hans-Peter Nilsson <hp@axis.com>
4488
4489 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4490 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4491 target-libgloss when not *-*-elf and *-*-aout.
4492 * configure: Regenerate.
4493
54a12711
KH
44942005-01-23 Kazu Hirata <kazu@cs.umass.edu>
4495
4496 * MAINTAINERS: Remove obsolete entries.
4497
0aa99dbb
KH
4498 * MAINTAINERS (Write After Approval): Add Michael Matz.
4499
2b009f5f
NB
45002005-01-19 Neil Booth <neil@daikokuya.co.uk>
4501
4502 * MAINTAINERS: Remove self as cpplib maintainer.
4503
385870f5
KC
45042005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4505
4506 * install-sh, config.sub: Import from upstream.
4507
e7daab31
KC
45082005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4509
4510 PR bootstrap/18222
4511 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4512 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4513 * Makefile.in: Regenerate.
4514
e6003f4d
JT
45152005-01-16 Jason Thorpe <thorpej@netbsd.org>
4516
4517 * MAINTAINERS: Update my email address.
4518
145e2972 45192005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 4520 Andreas Schwab <schwab@suse.de>
145e2972
DE
4521
4522 PR bootstrap/18033
4523 * config-ml.in: Eval option if surrounded by single quotes.
4524
86c7e0da
PB
45252005-01-03 Paolo Bonzini <bonzini@gnu.org>
4526
4527 Revert 2004-12-28 Makefile changes, a better fix will be
4528 applied to mainline and src after GCC 4.0 branches.
4529
3224a22f
PB
45302004-12-28 Paolo Bonzini <bonzini@gnu.org>
4531
4532 PR bootstrap/17383
4533
4534 * Makefile.def (target_modules): Remove stage parameter,
4535 it is always true now.
4536 * Makefile.tpl (configure-build-[+module+],
4537 configure-target-[+module+]): Always build symlink tree
4538 for the directory and for include. BUILD_SUBDIR and
4539 TARGET_SUBDIR cannot be . anymore.
4540 * Makefile.in: Regenerate.
4541
aaf51ca2
DE
45422004-12-25 David Edelsohn <edelsohn@gnu.org>
4543
4544 Revert 2004-12-08 Makefile changes.
4545
4e32e454
DS
45462004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
4547
4548 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4549 cygwin, mingw.
4550
669f01d8
AS
45512004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4552
4553 * configure.in (sh64-*-*): Reenable gprof.
4554 * configure: Regenerate.
4555
1b227ee0
DE
45562004-12-08 David Edelsohn <edelsohn@gnu.org>
4557
4558 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4559 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4560 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4561 * Makefile.in: Regenerate.
4562
ce5e944c
CF
45632004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
4564
4565 * MAINTAINERS: Update my email address.
4566
893f1e87
MK
45672004-12-07 Matt Kraai <kraai@ftbfs.org>
4568
4569 * Makefile.tpl: Generate normal dependencies if the LHS module is
4570 not bootstrapped.
4571 * Makefile.in: Regenerate.
4572
bb59c339
RS
45732004-12-03 Richard Sandiford <rsandifo@redhat.com>
4574
4575 * configure.in: Include config/gxx-include-dir.m4. Use
4576 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4577 * configure: Regenerate.
4578
4982adbe
RS
45792004-12-03 Richard Sandiford <rsandifo@redhat.com>
4580
4581 * config.if: Delete.
4582 * configure.in: Set libstdcxx_incdir directly.
4583 * configure: Regenerate.
4584
05750653
EC
45852004-12-02 Eric Christopher <echristo@redhat.com>
4586
4587 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4588 * Makefile.in: Regenerate.
4589
5fef1dbd
RS
45902004-12-02 Richard Sandiford <rsandifo@redhat.com>
4591
4592 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4593 * configure: Regenerate.
4594
afabd8e6
RS
45952004-12-02 Richard Sandiford <rsandifo@redhat.com>
4596
4597 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4598 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4599 * configure: Regenerate.
4600
78716e86
EC
46012004-12-01 Eric Christopher <echristo@redhat.com>
4602
4603 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4604 of things to remove.
4605
57ab8ba9
MK
46062004-11-29 Matt Kraai <kraai@ftbfs.org>
4607
4608 * MAINTAINERS (Write After Approval): Update my e-mail address.
4609
2539bffe
KC
46102004-11-29 Kelley Cook <kcook@gcc.gnu.org>
4611
4612 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4613 from CVS libtool to always pass_all.
4614
3e732ba0
JDA
46152004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4616
4617 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4618 (hppa*64*-*-*): Delete incorrect comment.
4619 * configure: Rebuilt.
4620
767f726e
KC
46212004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4622
4623 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4624
2c92e90f
KC
46252004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4626
4627 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4628 from CVS libtool to always pass_all.
4629
32f84e48
KC
46302004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4631
4632 * install-sh, compile: Import from automake.
4633
9587be8a
KC
46342004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4635
4636 * config.guess, config.sub: Import from savannnah.
4637
04e81808 46382004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
4639
4640 * MAINTAINERS (Write After Approval): Add myself
4641
f87a2b2e
MS
46422004-11-12 Mike Stump <mrs@apple.com>
4643
4644 * Makefile.def: Add html support.
4645 * Makefile.tpl: Likewise.
4646 * Makefile.in: Regenerate.
4647
848556c2
GK
46482004-11-11 Geoffrey Keating <geoffk@apple.com>
4649
556f03c4
GK
4650 PR 18423
4651 * configure.in: Remove all instances of build-fixincludes from
4652 noconfigdirs.
4653 (build_configargs): Supply --target to subdirectories.
4654 * configure: Regenerate.
4655
848556c2
GK
4656 * Makefile.def: Make gcc install depend on fixincludes install.
4657 * Makefile.in: Regenerate.
4658
9e5712a5
JJ
46592004-11-10 Janis Johnson <janis187@us.ibm.com>
4660
4661 * MAINTAINERS: Add myself as gcc testsuite maintainer.
4662
4ef509c0
PB
46632004-11-11 Paul Brook <paul@codesourcery.com>
4664
4665 * MAINTAINERS: Add self as arm maintainer. Update email address.
4666
20d11df6
HPN
46672004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4668
4669 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4670 target-libgfortran.
79fd8592 4671 * configure: Regenerate.
20d11df6 4672
68c70f15
DE
46732004-11-07 David Edelsohn <edelsohn@gnu.org>
4674
4675 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4676 like CC.
4677
54f88091
PB
46782004-11-05 Paolo Bonzini <bonzini@gnu.org>
4679
4680 * Makefile.def (host fixincludes): Specify missing targets.
4681 * Makefile.in: Regenerate.
4682
6866abb8
RC
46832004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
4684
4685 * MAINTAINERS: Add myself
4686
83f62578
GL
46872004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
4688
4689 * MAINTAINERS (Write After Approval): Add myself.
4690
53c7ffe7
GK
46912004-11-04 Geoffrey Keating <geoffk@apple.com>
4692
4693 * Makefile.def: Build fixincludes for the host, too.
4694 * Makefile.in: Regenerate.
4695 * configure.in (host_tools): Add fixincludes.
4696 * configure: Regenerate.
4697
ac8b3d9d
DJ
46982004-11-04 Daniel Jacobowitz <dan@debian.org>
4699
4700 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4701 * configure: Regenerated.
4702
bab37580
L
47032004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4704
4705 PR other/17783
4706 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4707 * configure: Regenerated.
4708
db1de713
MM
47092004-10-31 Mark Mitchell <mark@codesourcery.com>
4710
4711 * README.SCO: Update per FSF instructions.
4712
a827e21a
EW
47132004-10-28 Eric B. Weddington <ericw@evcohs.com>
4714
4715 PR target/18151
4716 * configure.in (case ${target}): Do not build fixincludes for avr.
4717 * configure: Regenerated.
4718
9d069a4f
PB
47192004-10-26 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure.in (case ${target}): Do not build fixincludes
4722 on platforms where it is not used.
4723 * configure: Regenerated.
4724
fc45f3fe
DJ
47252004-10-23 Daniel Jacobowitz <dan@debian.org>
4726
4727 * configure.in: Use an absolute path to install-sh.
4728 * configure: Regenerated.
4729
36554b92
AL
47302004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4731
4732 * MAINTAINERS (Write After Approval): Add myself.
4733
88e9994a
KH
47342004-10-19 Kazu Hirata <kazu@cs.umass.edu>
4735
4736 * MAINTAINERS: Remove from Write After Approval those that are
4737 already maintainers.
4738
ad02a944
SP
47392004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
4740
4741 * MAINTAINERS: Update my email address.
4742
c8e6cd41
KC
47432004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4744
4745 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4746 * configure: Regenerate.
4747
dce2d8b2 47482004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
4749
4750 * MAINTAINERS: Update my email address.
4751
a8b0957e
KH
47522004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4753
4754 * MAINTAINERS (Language Front Ends Maintainers): New. Move
4755 entries belonging to this category.
4756
96836f61
JZ
47572004-10-06 Josef Zlomek <josef.zlomek@email.cz>
4758
4759 * MAINTAINERS: Update my e-mail address.
4760
7e0b5752
PB
47612004-10-06 Paolo Bonzini <bonzini@gnu.org>
4762
4763 Fix wrong conflict resolution in:
4764
4765 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4766
4767 * Makefile.in: Regenerate.
4768 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4769 in the recursive `make', instead of hardwiring `all'.
4770 (Autogenerated TARGET-* variables): New.
4771
370f7a47
TL
47722004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
4773
4774 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 4775 * configure: Regenerate.
370f7a47 4776
13e5d623
KH
47772004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4778
4779 * MAINTAINERS (Various Maintainers): Move the "windows,
4780 cygwin, mingw" maintainer to ...
4781 (OS Port Maintainers): ... here.
4782
a6497c1b
KH
47832004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4784
4785 * MAINTAINERS (Write After Approval): Remove those that are
4786 maintainers of some subsystem.
4787
1abb828a
D
47882004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4789
4790 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4791 * ltcf-cxx.sh (tpf*): Likewise.
4792 * ltconfig (tpf*): Add TPF OS configuration support.
4793
16d1338d
BS
47942004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
4795
4796 * MAINTAINERS: Change my email address to my new work account.
4797
9082a750
MR
47982004-09-24 Michael Roth <mroth@nessie.de>
4799
4800 * configure.in (--without-headers): Add missing double quotes.
4801 * configure: Regenerate.
4802
dce2d8b2 48032004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
4804
4805 * ylwrap: Revert to previous version.
4806
4c4a5bbc
L
48072004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4808
4809 PR bootstrap/17369
4810 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4811 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4812 SET_GCC_LIB_PATH_CMD.
4813 (BASE_TARGET_EXPORTS): Likewise.
4814 * Makefile.in: Regenerated.
4815
4816 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4817 * configure: Regenerated.
4818
85f59630
KC
48192004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4820
4821 * config.guess: New upstream version
4822 * compile, depcomp, install-sh, ylwrap: Likewise.
4823
95c53c62
RS
48242004-09-19 Roger Sayle <roger@eyesopen.com>
4825
4826 * config/mh-x86omitfp: New host makefile fragment. Add
4827 -fomit-frame-pointer to the default BOOT_CFLAGS.
4828 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4829 * configure: Regenerate.
4830
0a1c093b
AP
48312004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4832
4833 PR target/11572
4834 * configure.in (*-*-darwin*): Renable libobjc.
4835 * configure: Regenerate.
4836
315fcf97
NS
48372004-09-10 Nathan Sidwell <nathan@codesourcery.com>
4838
4839 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4840
0a050485 48412004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 4842
0a050485
DB
4843 * Makefile.def: Remove libbanshee.
4844 * Makefile.tpl: Ditto.
4845 * configure.in: Ditto.
4846 * Makefile.in: Regen.
4847 * configure: Ditto.
4848
5f4a098e
DE
48492004-09-08 David Edelsohn <edelsohn@gnu.org>
4850
4851 * ltmain.sh: Use $pic_object as $non_pic_object if
4852 $non_pic_object=none.
4853
32b2511f
PB
48542004-09-07 Paolo Bonzini <bonzini@gnu.org>
4855
4856 * missing: Import latest version from master repository.
4857
fc4d0e82
NC
48582004-09-06 Nick Clifton <nickc@redhat.com>
4859
4860 * config.sub: Import latest version from master repository.
4861 * config.guess: Likewise.
4862 This includes these changes:
78716e86 4863
fc4d0e82
NC
4864 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4865
4866 * config.sub: Handle crisv32, alias etraxfs.
4867 * config.guess (crisv32:Linux:*:*): Handle.
4868
4869 2004-08-13 Brad Smith <brad@comstyle.com>
4870
4871 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4872 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4873
4874 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4875
4876 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4877 assume the processor is a powerpc. This is because coreutils
4878 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4879 in this case, due to a MacOS X bug that causes
4880 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4881 to return a negative number.
4882 Problem reported by Petter Reinholdtsen in:
4883 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4884
4885 2004-07-19 Ben Elliston <bje@gnu.org>
4886
4887 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4888
4889 2004-06-24 Ben Elliston <bje@gnu.org>
4890
4891 * config.guess: Update copyright years.
4892 * config.sub: Likewise.
4893
4894 2004-06-22 Robert Millan <robertmh@gnu.org>
4895
4896 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4897 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4898
4899 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4900
4901 * config.guess (*:*VMS:*:*): New entry. Replaces
4902 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4903 manufacturer.
4904
4905 2004-06-22 Ben Elliston <bje@gnu.org>
4906
4907 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4908 * config.sub: Likewise.
4909
4910 2004-06-22 Ben Elliston <bje@gnu.org>
4911
4912 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4913 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4914
4915 2004-06-11 Ben Elliston <bje@gnu.org>
4916
4917 * config.guess (pegasos:OpenBSD:*:*): Remove.
4918
4919 2004-06-11 Ben Elliston <bje@gnu.org>
4920
4921 From Wouter Verhelst <wouter@grep.be>:
4922 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4923
4924 2004-06-11 Ben Elliston <bje@gnu.org>
4925
4926 * config.guess (luna88k:OpenBSD:*:*): New.
4927
4928 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4929
4930 * config.guess (m32r*:Linux:*:*): New case.
4931 * config.sub: Handle m32rle.
4932
4933 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4934
4935 From Jens Petersen <petersen@redhat.com>:
4936 * config.sub: Handle sparcv8.
4937
4938 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4939
4940 From Tom Smith <smith@cag.lkg.hp.com>:
4941 * config.guess: Version suffixes are equally significant on Tru64
4942 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4943 prefix of "P" (patched kernel).
4944
4945 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4946
4947 * config.sub: Add support for National Semiconductor CRX target.
4948
2f4cc6bf
JJ
49492004-09-03 Janis Johnson <janis187@us.ibm.com>
4950
4951 * MAINTAINERS (Various Maintainers): Remove myself as web page
4952 maintainer, add myself as maintainer of build status lists.
4953
61fec9ff
JB
49542004-09-03 Jan Beulich <jbeulich@novell.com>
4955
4956 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4957 *-*-netware, but add target-libmudflap.
4958 Consolidate *-*-netware targets (of which really only i?86 exists)
4959 into a single entry.
4960 * configure: Likewise.
4961
45f366ab
PB
49622004-09-01 Paolo Bonzini <bonzini@gnu.org>
4963
4964 * Makefile.tpl (sorry): Remove.
4965 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4966 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4967 (do-clean): Clean per-stage directories too.
4968 (do-distclean): Run distclean-stage1 too.
4969 (.NOTPARALLEL): Enable during toplevel bootstrap.
4970 (stage[+id+]-bubble): Enable parallel execution during
4971 the recursive invocation.
4972 * Makefile.in: Regenerate.
4973
4974 Fix previous checkin:
4975
4976 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4977 include.
4978 * configure.in: Fix indentation.
4979 * configure: Regenerate.
4980
dce2d8b2 49812004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 4982
45f366ab
PB
4983 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4984 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4985 * configure: regenerate
78716e86 4986 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 4987 -mdynamic-no-pic
be8fff81 4988
71b5d516
PB
49892004-08-31 Paolo Bonzini <bonzini@gnu.org>
4990
4991 * Makefile.def (build_modules): Add fixincludes.
4992 (dependencies): Make gcc depend on fixincludes.
4993 * configure.in (build_tools): Add fixincludes.
4994 (build_configdirs): Always include build_libs.
4995 * Makefile.in: Regenerate.
4996 * configure: Regenerate.
4997
49982004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
4999
5000 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5001 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5002 phony targets; do not generate timestamp files.
5003 (distclean-stageN): Remove references to their timestamp files.
5004 (restageN, touch-stageN): Remove.
5005 (stageN-bubble): Rewritten.
5006 (compare): Support lean bootstraps.
5007 * Makefile.in: Regenerate.
5008
5009 * configure.in: Only warn when bootstrapping but
5010 build != host or build != target. Support lean bootstraps.
5011 * configure: Regenerate.
5012
ce7cbbb0
PE
50132004-08-26 Phil Edwards <phil@codesourcery.com>
5014
5015 * configure.in: Give a better error message if GMP/MPFR are missing
5016 and a language needing them has been requested.
5017 * configure: Regenerated.
5018
9c71a529
PE
50192004-08-25 Phil Edwards <phil@codesourcery.com>
5020
5021 * configure.in: Print a list of available language front-ends if
5022 a requested one is missing. Tidy stray tab characters.
5023 * configure: Regenerated.
5024
e3f92d3b
MK
50252004-08-19 Michael Koch <konqueror@gmx.de>
5026
5027 * gcc/doc/install.texi: Update entry about automake for libjava.
5028
c3f84f61
RM
50292004-08-17 Robert Millan <robertmh@gnu.org>
5030
5031 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5032 (instead of FreeBSD).
5033 * configure: Regenerate.
5034
7c27e184
PB
50352004-08-16 Paolo Bonzini <bonzini@gnu.org>
5036
5037 * Makefile.in: Regenerate.
5038 * configure: Regenerate.
5039
5040 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5041 stage_*_flags.
5042 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5043 for bootstrapped modules if toplevel bootstrap is going.
5044 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5045 modules. Adjust for changes in Makefile.def. Enable several
5046 rules even in non-bootstrap mode, just to avoid peppering the
5047 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5048 (stage-[+prev+]-bubble): Remove.
5049
5050 * Makefile.def (Dependencies): Depend on all-build-bison,
5051 all-build-flex, all-build-byacc, all-build-texinfo, rather
5052 than the host variations.
5053 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5054 with BUILD_SUBDIR.
5055 (BISON): Update for recent Bisons.
5056 (YACC): Fix typo.
5057 (cross): Depend on all-build.
5058 (all): Do not depend on all-build.
5059 (prebootstrap): Remove.
5060 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5061 (Prebootstrap dependencies): Add them to the per-stage targets
5062 and to all-prebootstrap.
5063 * configure.in (build_configdirs): Always enable build_tools.
5064 (BUILD_DIR_PREFIX): Remove.
5065
5066 * Makefile.def (gcc): Add target variable.
5067 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5068 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5069 in the recursive `make', instead of hardwiring `all'.
5070 (Autogenerated TARGET-* variables): New.
5071
20f3bb80
BB
50722004-08-13 Brian Booth <bbooth@redhat.com>
5073
5074 * MAINTAINERS: Remove myself from write-after-approval.
5075
b5be499d
NN
50762004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5077
5078 * src-release: Stop distributing mmalloc with gdb (which doesn't
5079 use it).
5080 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5081 * Makefile.in: Regenerate.
5082
b3f8d95d
MM
50832004-08-09 Mark Mitchell <mark@codesourcery.com>
5084
5085 * configure.in (arm*-*-eabi*): New target.
5086 * configure: Regenerate.
5087
3589b69e
PB
50882004-08-06 Paolo Bonzini <bonzini@gnu.org>
5089
5090 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5091 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5092 (Dependencies): New section.
5093 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5094 (configure-target-[+module+]): Depend on maybe-all-gcc
5095 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5096 (toplevel profiledbootstrap): Fix dependencies.
5097 * Makefile.in: Regenerate.
5098
972974fc
MM
50992004-08-03 Mark Mitchell <mark@codesourcery.com>
5100
5101 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5102 target-libiberty to noconfigdirs.
5103 * configure: Regenerate.
5104
bebf829d
PB
51052004-08-03 Paul Brook <paul@codesourcery.com>
5106
5107 * configure.in: Check for MPFR as well as GMP.
5108 * configure: Regenerate.
5109
98a5bb3b
RM
51102004-08-01 Robert Millan <robertmh@gnu.org>
5111
5112 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5113 libmudflap for all GNU-based systems (with Glibc).
5114 * configure: Regenerate.
5115
dce2d8b2 51162004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
5117
5118 * Makefile.def (host-modules): Add gcc.
5119 * Makefile.in: Regenerate.
5120 * Makefile.tpl (sorry): New rule.
5121 (configure-host, all-host, [+make_target+]-host, do-check,
5122 install-host): Do not add gcc as a special case.
5123 (host modules): Add a small special-casing for gcc. Export
5124 extra_make_flags through the environment.
5125 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5126 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5127 other recursive targets for gcc): Remove.
5128
5129 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5130 (stage, unstage): New rules.
5131 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5132 distclean-stage[+id+]): Use stage_current.
5133 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5134 the stage*-start rules.
5135
aeb732c1
GK
51362004-08-02 Geoffrey Keating <geoffk@apple.com>
5137
5138 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5139 use -all_load flag.
5140
25b656e7
PB
51412004-08-02 Paolo Bonzini <bonzini@gnu.org>
5142
5143 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5144 * configure: Regenerate.
5145
cc440d71
TM
51462004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
5147
5148 * maintainer-scripts/gcc_release: Revert yesterday's change.
5149
270e140b
SB
51502004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
5151
5152 * MAINTAINERS: Add myself to write-after-approval.
5153
3e4035f8
TM
51542004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
5155
5156 * libf2c: Removed.
5157 * gcc/gccbug.in: Updated because of libf2c removal.
5158 * maintainer-scripts/gcc_release: Ditto.
5159
dce2d8b2 51602004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
5161
5162 * configure.in: Build libmudflap by default on FreeBSD.
5163 * configure: Regenerated.
5164
dfcada9a
MM
51652004-07-09 Mark Mitchell <mark@codesourcery.com>
5166
5167 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5168 systems.
5169 * configure: Regenerated.
5170
dce2d8b2 51712004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
5172
5173 PR target/16344
5174 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5175 feedback based compiler.
5176 * Makefile.in: Rebuilt.
5177
95bcca47
AO
51782004-07-08 Alexandre Oliva <aoliva@redhat.com>
5179
5180 * Makefile.def (host_modules): Set bootstrap=true for flex.
5181 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5182 * Makefile.in: Rebuilt.
5183
051822f6
JH
51842004-07-07 Jan Hubicka <jh@suse.cz>
5185
5186 * MAINTAINERS: Add self as a profile feedback maintainer.
5187
7b61653a
PE
51882004-07-05 Phil Edwards <phil@codesourcery.com>
5189
5190 * configure.in: Do not prepend $srcdir to /dev/null in
5191 makefile fragments.
5192 * configure: Regenerate.
5193
23f6b2f9
PB
51942004-07-01 Paolo Bonzini <bonzini@gnu.org>
5195
5196 * Makefile.def (build_modules): Add bison, byacc, flex,
5197 m4, texinfo.
5198 (flags_to_pass): Add FLEX.
5199 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5200 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5201 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5202 DEFAULT_MAKEINFO): Remove.
5203 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5204 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5205 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5206 objdir or else use configured tool.
5207 (all-build): New.
5208 (all): Depend on it.
5209 (Build module dependencies): Add.
5210 * Makefile.in: Regenerate.
5211 * configure.in: Better support for multiple build modules,
5212 matching what is done for host/target modules. Do not look
5213 for "plausible" locations of build tools if Canadian cross.
5214 Use autoconf's AC_PROG_CC to find a C compiler. Define
5215 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5216 * configure: Regenerate.
78716e86 5217
1c020272
PB
52182004-06-22 Paolo Bonzini <bonzini@gnu.org>
5219
5220 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5221 * Makefile.in: Regenerate.
5222
a52a0a7f
PB
52232004-06-22 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * Makefile.tpl (configure-build-[+module+],
5226 configure-[+module+], configure-target-[+module+]): Pass
5227 [+extra_configure_args+].
5228 (all-build-[+module+], all-[+module+], check-[+module+],
5229 install-[+module+], [+make_target+]-[+module+],
5230 all-target-[+module+], check-target-[+module+],
5231 install-target-[+module+], [+make_target+]-target-[+module+]):
5232 Pass [+extra_make_args+].
5233 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5234 (GCC_HOST_EXPORTS): Remove.
5235 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5236 cross, check-gcc, check-gcc-c++, install-gcc,
5237 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5238 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5239 * Makefile.in: Regenerate.
5240
ccde3f1a
MS
52412004-06-21 Matthew Sachs <msachs@apple.com>
5242
5243 * MAINTAINERS: Added self to write-after-approval.
5244
6264b0a6
CF
52452004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5246
5247 * configure.in: Check for srcdir/winsup rather than build directory
5248 winsup.
5249 * configure: Regenerate.
5250
801e2270
CV
52512004-06-17 Corinna Vinschen <vinschen@redhat.com>
5252
5253 * configure.in: Don't build Cygwin native newlib if winsup
5254 directory is missing. Emit warning instead.
5255 * configure: Regenerate.
5256
ad6717df
PB
52572004-06-09 Paolo Bonzini <bonzini@gnu.org>
5258
5259 * Makefile.tpl (touch-stage[+id+]): New.
5260 (restage[+prev+]): Depend on touch-stage[+id+].
5261
5262 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5263 Use it throughout.
5264
5265 * Makefile.def: Add profile and feedback bootstrap stages.
5266 Remove next field from bootstrap stages.
5267 * Makefile.tpl (LN, LN_S): Substitute.
5268 (stageN-start, stageN-end): Use double-colon rules, to
5269 provide a hook for additional setup commands.
5270 (distclean-stageN-gcc, restageN): Create dependencies from
5271 [+prev+], not from [+next+].
5272 (stageN-bubble): Add commands for successive stages from
5273 [+prev+], using double-colon rules.
5274 (all-stageN-gcc): Fix typo.
5275 (stagefeedback-start, profiledbootstrap): New.
5276 * Makefile.in: Regenerate.
5277 * configure.in: Call ACX_PROG_LN.
5278 * configure: Regenerate.
5279
5bbb9680
CY
52802004-06-08 Canqun Yang <canqun@nudt.edu.cn>
5281
5282 * MAINTAINERS (Write After Approval): Add myself.
5283
e18be1d4
MA
52842004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
5285
5286 * MAINTAINERS (Write After Approval): Add myself.
5287
5607edfd
PB
52882004-06-03 Paolo Bonzini <bonzini@gnu.org>
5289
5290 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5291 without gcc.
5292 * configure: Regenerate.
5293
1ec4e9c3
PB
52942004-06-01 Paolo Bonzini <bonzini@gnu.org>
5295
5296 * Makefile.tpl: Fix typo.
5297 * Makefile.in: Regenerate.
5298
dce2d8b2 52992004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
5300
5301 * configure.in: Remove new- prefix from toplevel
5302 bootstrap targets.
5303 * configure: Regenerate.
5304
f516a7da
PB
53052004-06-01 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * Makefile.tpl (all.normal): Rename to all.
5308 (all): Replace with a rule to pick the default
5309 target from configure.
5310 (all-gcc, configure-gcc): Use conditionals to
5311 do nothing when toplevel bootstrap is going on.
5312 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5313 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5314 * configure.in: Support --enable-bootstrap.
5315
5316 * Makefile.def: Remove new- prefix from toplevel
5317 bootstrap targets.
5318 * Makefile.tpl: Likewise.
5319
5320 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5321 target.
5322
5323 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5324 $(RECURSE_FLAGS) to recursive invocation of make.
5325
5326 * Makefile.in: Regenerate.
5327 * configure: Regenerate.
5328
78dd5e36 53292004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 5330 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
5331
5332 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5333 like CC.
5334
30f1bddc
DJ
53352004-05-27 Daniel Jacobowitz <dan@debian.org>
5336
5337 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5338 * configure: Regenerate.
5339
4fc4dd12
DJ
53402004-05-25 Daniel Jacobowitz <drow@false.org>
5341
5342 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5343 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5344 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5345 targets.
5346 * Makefile.in: Regenerate.
5347
dce2d8b2 53482004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
5349
5350 * configure.in: Test the ability to symlink directories.
5351 * configure: Regenerate.
5352
5353 * Makefile.def (bootstrap-stage): New definitions.
5354 * Makefile.tpl (configure-stage1-gcc,
5355 configure-stage2-gcc, configure-stage3-gcc,
5356 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5357 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5358 new-restage3, compare): Autogenerate, see Makefile.in
5359 entry for behavioral changes.
5360 (distclean-stage1, new-stage1-start, new-stage1-end,
5361 new-stage1-bubble, distclean-stage2, new-stage2-start,
5362 new-stage2-end, new-stage2-bubble, distclean-stage3,
5363 new-stage3-start, new-stage3-end): New autogenerated targets.
5364 (objext, prebootstrap, BOOT_CFLAGS,
5365 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5366 targets.
5367
5368 * Makefile.in: Regenerate.
5369 (distclean-stage1, new-stage1-start, new-stage1-end,
5370 new-stage1-bubble, distclean-stage2, new-stage2-start,
5371 new-stage2-end, new-stage2-bubble, distclean-stage3,
5372 new-stage3-start, new-stage3-end): New targets.
5373 (all-stage1-gcc): Move prebootstrap dependency from here...
5374 (configure-stage1-gcc): ...to here.
5375 (new-bootstrap): Use bubble targets.
5376 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5377 Use per-stage distclean targets.
5378 (configure-stage1-gcc, configure-stage2-gcc,
5379 configure-stage3-gcc, all-stage1-gcc,
5380 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5381 Use new-stageN-start to prepare the tree.
5382
4f4e53dd
PB
53832004-05-23 Paolo Bonzini <bonzini@gnu.org>
5384
5385 * Makefile.def (host_modules): add libcpp.
5386 * Makefile.tpl: Add dependencies on and for libcpp.
5387 * Makefile.in: Regenerate.
5388 * configure.in: Add libcpp host module.
5389 * configure: Regenerate.
5390
60975492
PB
53912004-05-21 Paolo Bonzini <bonzini@gnu.org>
5392
5393 * Makefile.tpl: Whenever a recursive target is defined, wrap
5394 it in a special @if/@endif block, and prepare its maybe
5395 dependency in the @if/@endif block
5396 * configure.in: Instead of writing maybe dependencies, remove
5397 the @if/@endif statements, and remove the @if/@endif blocks
5398 that remain.
5399 * configure: Regenerate.
5400 * Makefile.in: Regenerate.
5401
5ce7d75d
JJ
54022004-05-20 Janis Johnson <janis187@us.ibm.com>
5403
5404 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5405
c779c42f
KK
54062004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
5407
5408 PR bootstrap/15120
5409 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5410 * */configure: Rebuilt.
5411
b4117c30
ZW
54122004-05-17 Zack Weinberg <zack@codesourcery.com>
5413
5414 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5415 of libf2c.
5416 * configure, Makefile.in: Regenerate.
5417
719bb4e3 54182004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
5419
5420 * MAINTAINERS (Write After Approval): Add myself.
5421
6de9cd9a
DN
54222004-05-13 Diego Novillo <dnovillo@redhat.com>
5423
5424 Merge from tree-ssa-20020619-branch.
5425
5426 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5427 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5428 (HOST_GMPLIBS): Define.
5429 (HOST_GMPINC): Define.
5430 (TARGET_LIB_PATH): Add libmudflap.
5431 (GFORTRAN_FOR_TARGET): Define.
5432 (configure-build*): Export GFORTRAN.
5433 (configure-gcc): Export GMPLIBS and GMPINC.
5434 (all-gcc): Add maybe-all-libbanshee.
5435 (configure-target-libgfortran): Define.
5436 * Makefile.in: Regenerate.
5437 * configure.in (host_libs): Add libbanshee.
5438 (target_libraries): Add target-libmudflap and target-libgfortran.
5439 Add --with-libbanshee.
5440 Handle --disable-libmudflap.
5441 (*-*-freebsd*): Use with_gmp.
5442 Add $(libgcj) to noconfigdirs.
5443 * configure: Regenerate.
5444 * depcomp: New file.
5445 * MAINTAINERS: Add tree-ssa maintainers.
5446
8f1b790f
VM
54472004-05-04 Vladimir Makarov <vmakarov@redhat.com>
5448
b4117c30 5449 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 5450
693446fc
BF
54512004-04-30 Brian Ford <ford@vss.fsi.com>
5452
b4117c30 5453 * MAINTAINERS (Write After Approval): Add myself.
693446fc 5454
d1bb666c
UB
54552004-04-29 Uros Bizjak <uros@kss-loka.si>
5456
b4117c30 5457 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 5458
6cf1ac42
PB
54592004-04-28 Paolo Bonzini <bonzini@gnu.org>
5460
5461 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5462 * configure: Regenerate.
5463
632933d5
PB
54642004-04-27 Paolo Bonzini <bonzini@gnu.org>
5465
5466 Revert:
5467 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5468
5469 * Makefile.def (flags_to_pass): Remove *dir variables that
5470 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5471 as well as prefix and exec_prefix.
5472 * Makefile.in: Regenerate.
5473
80dc6aa0
RM
54742004-04-26 Robert Millan <robertmh@gnu.org>
5475
5476 Add patches from libtool CVS.
5477 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5478 * ltconfig: Likewise.
5479 * ltcf-c.sh: Likewise.
5480 * ltcf-cxx.sh: Likewise.
5481 * ltcf-gcj.sh: Likewise.
5482
e11283f1
PB
54832004-04-26 Paolo Bonzini <bonzini@gnu.org>
5484
5485 * Makefile.def (host_modules): Mark with the bootstrap
5486 flag packages on which gcc depends.
5487 * Makefile.tpl (all-bootstrap): Use it.
5488 * Makefile.in: Regenerate.
5489
8546950c
PB
54902004-04-26 Paolo Bonzini <bonzini@gnu.org>
5491
5492 * Makefile.def (flags_to_pass): Remove *dir variables that
5493 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5494 as well as prefix and exec_prefix.
5495 * Makefile.in: Regenerate.
5496
a76494aa
PB
54972004-04-26 Paolo Bonzini <bonzini@gnu.org>
5498
b4117c30
ZW
5499 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5500 * configure: Regenerate.
5501 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5502 * gcc/Makefile.tpl (compare): Use the result of the test.
5503 * gcc/Makefile.in: Regenerate.
a76494aa 5504
03a91701
PB
55052004-04-23 Paolo Bonzini <bonzini@gnu.org>
5506
5507 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5508 Always relocate gcc and prev-gcc to the original names, even
5509 if the build fails.
5510 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5511 New targets.
5512
082a6351
LG
55132004-04-23 Laurent GUERBY <laurent@guerby.net>
5514
5515 * MAINTAINERS: Update my email address.
b4117c30 5516
1f1d584b
RO
55172004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5518
5519 * configure.in (mips*-*-irix5*): Enable ld.
5520 * configure: Regenerate.
082a6351 5521
1db673ca
RO
55222004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5523
5524 * configure: Regenerate.
5525
ce4ea44e
JW
55262004-04-15 James E Wilson <wilson@specifixinc.com>
5527
5528 * Makefile.tpl (configure-[+module+], configure-gcc,
5529 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5530 Set and export LDFLAGS.
5531 * Makefile.in: Regenerate.
5532
611f62ad
MC
55332004-04-12 Michael Chastain <mec.gnu@mindspring.com>
5534
b4117c30 5535 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 5536
be912515
NN
55372004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5538
5539 PR bootstrap/14871
5540 * Makefile.tpl: If we don't have built-in-tree target tools,
5541 use the ones found by configure rather than hacking around with
5542 program_transform_name.
5543 * configure.in: Give Makefile.tpl the information necessary
5544 to do that.
5545 * Makefile.in: Regenerate.
5546 * configure: Regenerate.
5547
9104315a
NN
55482004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5549
5550 PR bootstrap/14760
5551 * configure.in: When computing baseargs, strip *all* copies of
5552 offending options. Also, don't match/substitute the trailing space,
5553 so that this actually works when two similar options are separated by
5554 only one space.
5555 * configure: Regenerate.
5556
bef1d700
DE
55572004-04-06 David Edelsohn <edelsohn@gnu.org>
5558
b4117c30
ZW
5559 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5560 (rs6000-*-aix*): Same.
5561 * configure: Regenerate.
bef1d700 5562
54bcf05e 55632004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
5564
5565 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 5566
369a832c 55672004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
5568
5569 * MAINTAINERS: Add myself to write-after-approval.
369a832c 5570
09a9c095
NN
55712004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5572
7caf53cb
NN
5573 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5574 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5575 * Makefile.in: Regenerate.
5576
09a9c095
NN
5577 * configure.in (top level bootstrap support): Rework --enable-werror
5578 to set @stage2_werror_flag@.
5579 * configure: Regenerate.
5580 * Makefile.tpl (top level bootstrap support): Pass
5581 @stage2_werror_flag@ down to configure in stages 2 and 3.
5582 * Makefile.in: Regenerate.
5583
5595a2bd
NN
55842004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5585
cbfd7e06
NN
5586 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5587 for stages 2 and 3 as well as in make. As a consequence, remove
5588 OUTPUT_OPTION (now detected by configure) from the flags passed down
5589 to make.
5590 * Makefile.in: Regenerate.
5591
5595a2bd
NN
5592 * Makefile.tpl (new-bootstrap): Fix typo.
5593 * Makefile.in: Regenerate.
5594
ca3b3e20
NN
55952004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5596
295f4e42
NN
5597 * Makefile.tpl: Rearrange by moving recursive_targets rules
5598 into their proper sections.
5599 * Makefile.tpl (top level bootstrap support): Move disabling
5600 of coverage flags from 'make' to 'configure'; improve comments.
5601 * Makefile.in: Regenerate.
5602
340de83f
NN
5603 * Makefile.tpl (experimental top level bootstrap) Move stage1
5604 language setting from all- target to configure- target; disable
5605 intermodule optimization in stage 1; prevent gratuitous rebuilds
5606 of stage 1.
5607 * Makefile.in: Regenerate.
5608 * configure.in: Comma-separate stage 1 language list for top
5609 level bootstrap.
5610 * configure: Regenerate.
5611
ca3b3e20
NN
5612 * Makefile.tpl: Clean up experimental top level bootstrap support:
5613 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5614 prev-gcc in configure- targets as well as all- targets.
5615 * Makefile.in: Regenerate.
5616
4d038073
KC
56172004-03-21 Kelley Cook <kcook@gcc.gnu.org>
5618
5619 * compile: New file imported from automake.
5620
ab3533d6
PB
56212004-03-17 Paolo Bonzini <bonzini@gnu.org>
5622
5623 * configure.in: Remove symbolic link section.
5624 * configure: Regenerate.
5625 * Makefile.tpl (links): Remove.
5626 * Makefile.in: Regenerate.
5627
1e0f07d3 56282004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 5629 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
5630
5631 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 5632 Set with AC_CHECK_PROGS.
1e0f07d3
PB
5633 * configure.in: Fix comment typo from last patch.
5634 * configure: Regenerate.
5635
2805b53a
NN
56362004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 * Makefile.tpl: Introduce experimental top level bootstrap support.
5639 * Makefile.in: Regenerate.
5640 * configure.in: Introduce support for top level bootstrap.
5641 * configure: Regenerate.
5642
79b4b7d2 56432004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5644 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
5645
5646 PR bootstrap/14522
5647 * configure.in: Cope with shells that do not support unquoted ^
5648 * configure: Regenerate.
5649
6bbec498 56502004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5651 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
5652
5653 PR bootstrap/14522
79b4b7d2 5654 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
5655 quotes inside quoted backquote substitutions.
5656 * configure: Regenerate.
5657
83c15dfc
AP
56582004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5659
5660 PR bootstrap/14522
f2bd98d4 5661 * configure.in: Fix escaping of $.
83c15dfc
AP
5662 * configure: Regenerate.
5663
55ffb5ed
NN
56642004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5665
5666 * configure: Regenerate, since I forgot to while committing Paolo's
5667 changes.
5668
e4c9c075
PB
56692004-03-08 Paolo Bonzini <bonzini@gnu.org>
5670
5671 PR ada/14131
5672 Move language detection to the top level.
5673 * configure.in: Find default values for the tools as
5674 soon as possible. Disable ada if GNAT is not found.
5675 Emit error message about missing languages. Expand
5676 --enable-languages=all for the gcc subdirectory.
5677
5199e2c6
BE
56782004-03-10 Ben Elliston <bje@gnu.org>
5679
5680 * MAINTAINERS: Update my email address.
5681
c18b95e5
DE
56822004-03-05 David Edelsohn <edelsohn@gnu.org>
5683
5684 * ltconfig: Disable building static libraries if building shared
5685 libraries on AIX 5L.
5686
d0fe5ad3
RS
56872004-03-01 Richard Sandiford <rsandifo@redhat.com>
5688
5689 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5690 and disable libgcj.
5691 * configure: Regenerated.
5692
e6f71f9d
BB
56932004-03-01 Brian Booth <bbooth@redhat.com>
5694
5695 * MAINTAINERS: Add myself to write-after-approval.
5696
8983e50e
PB
56972004-03-01 Paolo Bonzini <bonzini@gnu.org>
5698
5699 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5700
d4cd9d81
NN
57012004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5702
5703 PR bootstrap/7087
5704 * Makefile.tpl: Guard XFOO sed statements better.
5705 * Makefile.tpl: Add dependency for configure-target-libada.
5706 * Makefile.in: Regenerate (incidentally fixes broken
5707 commit when libada-branch was merged).
5708
0ea0229e
KC
57092004-02-25 Kelley Cook <kcook@gcc.gnu.org>
5710
5711 * MAINTAINERS: Add myself to write-after-approval.
5712
bad93735
AP
57132004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
5714
5715 * MAINTAINERS: Add Nicola Pero and myself as libobjc
5716 maintainers.
5717
a7ca14fc
AC
57182004-02-20 Andrew Cagney <cagney@redhat.com>
5719
5720 * config.guess: Update from version 2003-10-16 to 2004-02-16.
5721 * config.sub: Update from version 2003-11-03 to 2004-02-16.
5722
51592782
NN
57232004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5724
5725 PR bootstrap/11932
5726 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5727
6a30854a
JQ
57282004-02-14 Jerry Quinn <jlquinn@optonline.net>
5729
5730 * MAINTAINERS: Added myself to write-after-approval.
5731
be8b2bee
MK
57322004-02-14 Michael Koch <konqueror@gmx.de>
5733
5734 * MAINTAINERS: Added myself to write-after-approval.
5735
972760b7
JM
57362004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
5737
5738 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
5739 some OS port maintainers to OS port maintainers section.
5740
b0281654
FCE
57412004-02-13 Frank Ch. Eigler <fche@redhat.com>
5742
5743 * MAINTAINERS: Add self.
5744
3c419fd6
KH
57452004-02-12 Kazu Hirata <kazu@cs.umass.edu>
5746
5747 * MAINTAINERS: Alphabetize.
5748
e88e9aee
PB
57492004-02-12 Paolo Bonzini <bonzini@gnu.org>
5750
5751 * MAINTAINERS: Remove myself.
b4117c30 5752
1915e422
DE
57532004-02-11 David Edelsohn <edelsohn@gnu.org>
5754
5755 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5756 (rs6000-*-aix*): Same.
5757 * configure: Regenerate.
5758
a22c2d8d
KC
57592004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5760
5761 * configure.in (host): Add in missing $noconfigdirs to defines.
5762 * configure: Regenerate.
5763
d9cdb878
AC
57642004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5765 Nathanael Nerode <neroden@gcc.gnu.org>
5766
5767 PR ada/6637, PR ada/5911
b4117c30 5768 Merge with libada-branch:
d9cdb878
AC
5769 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5770 with appropriate dependencies. Add --enable-libada configure switch.
5771 * configure, Makefile.in: Regenerate.
5772
8bd92821
PB
57732004-02-09 Paolo Bonzini <bonzini@gnu.org>
5774
5775 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5776
89a95129
RO
57772004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5778
5779 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5780 * configure: Regenerate.
5781
892629bc
GK
57822004-02-04 Geoffrey Keating <geoffk@apple.com>
5783
5784 Merge from upstream:
5785
5786 * ltmain.in: When setting IFS to '~', be careful about user
5787 arguments that contain '~'.
5788
5789 2004-02-04 Peter O'Gorman <peter@pogma.com>
5790
5791 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5792 Also test $base_compile against $CC with escaped arguments. Bug
5793 reported by Geoff Keating <geoffk@apple.com>.
5794
6b402165
KH
57952004-02-04 Kazu Hirata <kazu@cs.umass.edu>
5796
5797 * MAINTAINERS: Remove i960 port.
5798
fa2f0306
DD
57992004-01-23 DJ Delorie <dj@redhat.com>
5800
5801 * Makefile.def (target_modules) [libiberty]: Don't stage.
5802 * Makefile.in: Rebuilt.
5803
9feb20aa
CT
58042004-01-20 Caroline Tice <ctice@apple.com>
5805
5806 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5807
7aed2ccc
PC
58082004-01-19 Paolo Carlini <pcarlini@suse.de>
5809
5810 * MAINTAINERS: Update my email address.
5811
f25bebe1
JM
58122004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
5813
5814 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5815
28083580
VR
58162004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5817
5818 * MAINTAINERS: Remove entries without email address.
5819
c0f4b5e4
DJ
58202004-01-15 Daniel Jacobowitz <drow@mvista.com>
5821
5822 * MAINTAINERS: Add myself to write-after-approval.
5823
b5eb5a5e
SB
58242004-01-15 Steven Bosscher <stevenb@suse.de>
5825
5826 * MAINTAINERS: Update my email address.
5827
dce2d8b2 58282004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
5829
5830 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5831 * Makefile.tpl (configure-target-[+module+]): Support stage.
5832 * Makefile.in: Rebuilt.
5833
74c0b320
ILT
58342004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
5835
5836 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5837
2560344b
RS
58382004-01-10 Richard Sandiford <rsandifo@redhat.com>
5839
5840 * MAINTAINERS: Add myself as a MIPS maintainer.
5841
8b21cda6
NN
58422004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5843
2b6c260d
NN
5844 * configure.in: Use ./config.cache, not config.cache.
5845 * configure: Regenerate.
5846 * Makefile.tpl: Special-casing not needed for GCC any more.
5847 * Makefile.in: Regenerate.
5848
09438bde
NN
5849 * configure.in: Don't share a cache file for host dirs.
5850 * configure: Regenerate.
5851
8b21cda6
NN
5852 * config-ml.in: Don't mess with the cache file.
5853
e42870df
EB
58542004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5855
5856 * MAINTAINERS: Move myself from 'Write After Approval' to
5857 'CPU Port Maintainers' section as SPARC maintainer.
5858
6b9eb62c
NN
58592004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5860
78a816a6
NN
5861 * Makefile.tpl: Make GCC use a separate config.cache.
5862 * Makefile.in: Regenerate.
5863
6b9eb62c
NN
5864 PR bootstrap/11932, PR bootstrap/11933
5865 (I don't know if it will fix either of them, but it relates
5866 to them.)
5867 * configure.in: Don't use shared config.cache for target
5868 directories.
5869 * configure: Regenerate.
5870
86d7b562
DN
58712004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5872
5873 * MAINTAINERS: Add myself to 'Write After Approval' section.
5874
07d0a605
RS
58752003-12-31 Roger Sayle <roger@eyesopen.com>
5876
5877 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5878 * configure: Regenerated.
5879
459ac19f
KH
58802003-12-23 Kazu Hirata <kazu@cs.umass.edu>
5881
5882 * MAINTAINERS: Remove the mn10200 maintainer.
5883
5785c0ed 58842003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 5885
cc6010cd
AP
5886 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5887 * configure: Regenerated.
5785c0ed 5888
a268eff9
JH
58892003-12-16 Jan Hubicka <jh@suse.cz>
5890
5891 * MAINTAINERS: Add myself as callgraph maintainer.
5892
9d465b12
TF
58932003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5894
5895 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5896 * configure: Regenerate.
5897
a68a270a
GB
58982003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5899
5900 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5901 'Write After Approval' section. Update email.
5902
dce2d8b2 59032003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
5904
5905 * MAINTAINERS (Write After Approval): Add myself.
5906
8c052da4
MT
59072003-11-20 Matt Thomas <matt@3am-software.com>
5908
5909 * MAINTAINERS: Add myself as a vax port maintainer.
5910
e75f9147
KC
59112003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5912
5913 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5914 (configure-build-[+module+], configure-[+module+]): Likewise.
5915 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5916 * Makefile.in: Regenerate.
5917
43d8d958
AT
59182003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
5919
5920 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5921 shared/dylibed libraries.
5922 * ltmain.sh: Likewise.
5923 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5924 * ltcf-cxx.sh: Likewise.
5925 * ltcf-gcj.sh: Likewise.
5926 * ltconfig: Likewise.
5927
638dcaa0
SC
59282003-11-17 Stan Cox <scox@redhat.com>
5929
5930 * MAINTAINERS: Add myself as iq2000 port maintainer.
5931
15cc172b
AC
59322003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5933
b4117c30
ZW
5934 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5935 * Makefile.in: Regenerate.
15cc172b 5936
20af77cd
UW
59372003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
5938
5939 * config.sub: Update to 2003-11-03 version.
5940
4dd01c5c
PE
59412003-10-20 Phil Edwards <phil@codesourcery.com>
5942
5943 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5944 * configure: Regenerate.
5945
dce2d8b2 59462003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
5947
5948 * MAINTAINERS: Add myself to 'Write After Approval' section.
5949
8b7ebc31
AC
59502003-10-20 Arnaud Charlet <charlet@act-europe.fr>
5951
5952 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5953
afe1910c
JM
59542003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
5955
5956 * MAINTAINERS: Update my email address.
5957
05dcec66
RO
59582003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5959
5960 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5961
dce2d8b2 59622003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
5963
5964 * MAINTAINERS: Add myself to 'Write After Approval' section.
5965
507ec745
BI
59662003-10-16 Bernardo Innocenti <bernie@develer.com>
5967
5968 * config.guess: Update to 2003-10-16 version.
5969 * config.sub: Update to 2003-10-16 version.
5970
dce2d8b2 59712003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
5972
5973 * MAINTAINERS: Added myself to 'Write After Approval' section.
5974
0c9b16bc
FH
59752003-10-15 Falk Hueffner <falk@debian.org>
5976
5977 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5978 'Write After Approval' section. Update email.
5979
74d57d15
RS
59802003-10-14 Roger Sayle <roger@eyesopen.com>
5981
5982 * MAINTAINERS: Move myself from 'Write After Approval' to
5983 'Various Maintainers' section as middle-end maintainer.
5984
d29b8ad8
NN
59852003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5986
5987 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5988 HOST_FLAGS_TO_PASS.
5989 * Makefile.in: Regenerate.
5990
26db814a
BI
59912003-10-11 Bernardo Innocenti <bernie@develer.com>
5992
5993 * config.guess: Update to 2003-10-07 version.
5994 * config.sub: Update to 2003-10-07 version.
5995
fffeb871
RO
59962003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5997
5998 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5999 * ltconfig (irix5*, irix6*): Don't override version_type.
6000
6691a79e
ME
60012003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6002
6003 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6004 * configure: Rebuilt
6005 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6006 * Makefile.in: Rebuilt
6007
62cdd71e
L
60082003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6009
6010 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6011
6fe2eacc
CW
60122003-09-30 Carlo Wood <carlo@alinoe.com>
6013
cc6010cd 6014 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 6015
ea57e5ad
PK
60162003-09-29 Paul Koning <ni1d@arrl.net>
6017
6018 * MAINTAINERS: Move myself from "Write After Approval"
6019 to CPU platform maintainers for pdp11 platform.
6020
e070672a
AT
60212003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
6022
6023 * MAINTAINERS: Move myself from 'Write After Approval' to
6024 'Various Maintainers' section as libffi testsuite maintainer.
6025
43bb47c2
DJ
60262003-09-21 Daniel Jacobowitz <drow@mvista.com>
6027
6028 * configure.in: Pass a computed --program-transform-name
6029 to subconfigures.
6030 * configure: Regenerated.
6031
da9d3b37
NN
60322003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6033
94322beb
NN
6034 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6035 * Makefile.in: Regenerate.
6036
da9d3b37
NN
6037 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6038 * Makefile.in: Regenerate.
6039
ffd9060b
ZL
60402003-09-19 Ziemowit Laski <zlaski@apple.com>
6041
6042 * MAINTAINERS: Move myself from 'Write After Approval'
6043 to 'Various Maintainers' (objective-c) section.
6044
eeae7b41
DJ
60452003-09-17 Daniel Jacobowitz <drow@mvista.com>
6046
6047 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6048 quoting.
6049 * configure: Regenerated.
6050
a080d12b
JB
60512003-09-16 Joel Brobecker <brobecker@gnat.com>
6052
6053 * MAINTAINERS (Write After Approval): Add myself to write after
6054 approval list.
6055
6cd2fc59
DN
60562003-09-16 Dorit Naishlos <dorit@il.ibm.com>
6057
cc6010cd 6058 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 6059
dcbdd9cc
ILT
60602003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
6061
6062 * MAINTAINERS: Update my e-mail address.
6063
e517f636
AM
60642003-09-09 Alan Modra <amodra@bigpond.net.au>
6065
6066 * libtool.m4 (LD): Correct powerpc64 host match.
6067
bc49924b
JW
60682003-09-06 James E Wilson <wilson@tuliptree.org>
6069
6070 * MAINTAINTERS: Update my affiliation and email address.
6071
082124f5
ZD
60722003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6073
6074 * MAINTAINERS (Write After Approval): Add myself.
6075
dc94d89e
DD
60762003-09-04 DJ Delorie <dj@redhat.com>
6077
6078 * configure: Regenerate.
6079
60802003-09-04 Robert Millan <robertmh@gnu.org>
6081
6082 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 6083
7a0f2d4e
KG
60842003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6085
6086 * configure.in: Ensure arguments to sed are properly spaced.
6087 * configure: Regenerate.
6088
88d032eb
GP
60892003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6090
6091 * MAINTAINERS: Update my e-mail address.
6092
0b3f3d22
ME
60932003-08-28 Mohan Embar <gnustuff@thisiscool.com>
6094
6095 * MAINTAINERS (Write After Approval): Add myself.
6096
d253f9ba
DJ
60972003-08-27 Daniel Jacobowitz <drow@mvista.com>
6098
6099 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6100 * configure: Regenerated.
6101
066ec9c9
MM
61022003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
6103
6104 * MAINTAINERS: Update my email address.
6105
415d7ef9
PE
61062003-08-23 Phil Edwards <pme@gcc.gnu.org>
6107
6108 * configure.in: Use newline instead of semicolon when assuming
6109 shell arguments in a for loop.
6110 * configure: Regenerated.
6111
e1567352
JE
61122003-08-22 Jason Eckhardt <jle@rice.edu>
6113
6114 * MAINTAINERS: Resurrect the i860 maintainer.
6115
b348267b
GK
61162003-08-20 Geoffrey Keating <geoffk@apple.com>
6117
e50084fa
GK
6118 PR 8180
6119 * configure.in: When testing with_libs and with_headers, treat
6120 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6121 * configure: Regenerate.
b4117c30 6122
b348267b
GK
6123 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6124 make, shell, etc.
6125 (baseargs): Likewise.
6126 * configure: Regenerate.
6127
ca26ffe0
BI
61282003-08-20 Bernardo Innocenti <bernie@develer.com>
6129
6130 * MAINTAINERS (Write After Approval): Add myself.
6131
940cde4d
GK
61322003-08-19 Geoffrey Keating <geoffk@apple.com>
6133
6134 * configure.in: Disable libgcj for darwin not on powerpc.
6135 * configure: Rebuild.
6136
74bed51b
ADL
61372003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6138
6139 * config-ml.in, symlink-tree: Add license.
6140
b4117c30
ZW
61412003-08-03 Richard Stallman <rms@gnu.org>
6142 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
6143
6144 * README.SCO: New file.
6145
333a28b4
MK
61462003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6147
6148 * Makefile.tpl (check, check-c++): Express dependencies using
6149 dependencies rather than commands.
6150 * Makefile.in: Regenerate.
6151
c197e306
AC
61522003-08-01 Andrew Cagney <cagney@redhat.com>
6153
6154 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6155 * configure: Ditto.
6156
a8ee6e2d
GK
61572003-07-31 Geoffrey Keating <geoffk@apple.com>
6158
6159 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 6160 * Makefile.in: Update.
a8ee6e2d 6161
8d9b3f2e
AT
61622003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6163
6164 * configure.in: Enable libgcj for darwin.
6165 * configure: Rebuild.
6166
52c0c542
PE
61672003-07-29 Phil Edwards <pme@gcc.gnu.org>
6168
6169 * config-ml.in: Use ac_configure_args directly instead of
6170 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6171 actually seen.
6172
b4acb5ef
NN
61732003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6174
6175 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6176 creating target and build subdirs to build all parent dirs as needed.
6177 * Makefile.in: Rebuild.
6178 * configure.in: Don't build dirs explicitly here.
6179 * configure: Rebuild.
6180
a51d71d0
PB
61812003-07-26 Paul Brook <paul@nowt.org>
6182
6183 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6184
f43e12ce
AO
61852003-07-22 Alexandre Oliva <aoliva@redhat.com>
6186
6187 * Makefile.tpl (all-make): Depend on intl.
6188 * Makefile.in: Rebuilt.
6189
8a199ff6
PE
61902003-07-20 Phil Edwards <pme@gcc.gnu.org>
6191
6192 * install-sh: Update to newer upstream versions (associated with
6193 aclocal 1.7).
6194 * mkinstalldirs: Likewise.
6195 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6196
e6a8c803
AP
61972003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
6198
6199 * MAINTAINERS: Move self from Bug database only accounts
6200 to write-after-approval.
6201
9f13608f
NN
62022003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6203
6204 * config.if: Remove unused libc_interface determination.
6205
c7864714
NN
62062003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6207
6208 * MAINTAINERS: Move self from write-after-approval to
6209 build machinery (*.in).
6210
775956d0
NN
62112003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6212
6213 PR bootstrap/11273
6214 PR bootstrap/11408
6215 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6216 unused INSTALL_PROGRAM_ARGS.
6217 * configure.in: Use AC_PROG_INSTALL.
6218 * Makefile.in: Regenerate.
6219 * configure: Regenerate.
6220
c7f67a6e
KH
62212003-07-13 Kazu Hirata <kazu@cs.umass.edu>
6222
6223 * MAINTAINERS: Alphabetize.
6224
33952f6f
AO
62252003-07-10 Alexandre Oliva <aoliva@redhat.com>
6226
6227 * configure: Rebuilt.
6228 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6229 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6230 newlib nor libgloss.
6231 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6232 * configure.in (am33_2.0-*-linux*): Added.
6233
0d4f1b4e
BW
62342003-07-09 Bob Wilson <bob.wilson@acm.org>
6235
6236 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6237 * configure: Regenerate.
6238
56694dd9
ZW
62392003-07-07 Zack Weinberg <zack@codesourcery.com>
6240
6241 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6242 * Makefile.in: Regenerate.
6243
21607eb4
ZW
62442003-07-04 Zack Weinberg <zack@codesourcery.com>
6245
6246 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6247 * Makefile.in: Regenerate.
6248
dce2d8b2 62492003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
6250
6251 * Makefile.tpl: Replace PWD with PWD_COMMAND.
6252 * Makefile.in: Regenerated.
6253
5d42f90e
L
6254 * config-ml.in: Replace PWD with PWD_COMMAND.
6255
6eb95e99
ZW
62562003-07-04 Zack Weinberg <zack@codesourcery.com>
6257
6258 * intl: New directory; see intl/ChangeLog for details.
6259 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6260 * Makefile.tpl: all-gcc depends on maybe-all-intl.
6261 * Makefile.in: Regenerate.
6262
07d1940e
NN
62632003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6264
6265 * configure.in: Clean up config-lang.in handling. Delete
6266 useless assignment to "subdirs".
6267 * configure: Regenerate.
6268
4dbda6f0
NN
62692003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6270
6271 * configure.in: Rename 'target_libs' to 'target_libraries'.
6272 Remove useless reference to 'target_libs'.
6273 * configure: Regenerate.
6274
2c30ab71
KS
62752003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6276
6277 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6278 * Makefile.in: Regenerate.
6279
11405c93
NN
62802003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6281
6282 * Makefile.def: Introduce flags_to_pass.
6283 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6284 * Makefile.in: Regenerate.
6285
fb87ad5d
HPN
62862003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6287
6288 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6289 and target-libgloss.
6290 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6291 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6292 * configure: Regenerate.
6293
a7956a48
BK
62942003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6295
6296 * configure.in: Update testsuite_flags to new location.
6297 * configure. Regenerate.
6eb95e99 6298
eaf9f3b2
NN
62992003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6300
6301 * Makefile.tpl: Remove BUILD_CC stuff.
6302 * Makefile.in: Regenerate.
6303
2d89ffef
KH
63042003-06-17 Kazu Hirata <kazu@cs.umass.edu>
6305
6306 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6307
dce2d8b2 63082003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
6309
6310 * MAINTAINERS (Write After Approval): Add myself.
6311
dce2d8b2 63122003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 6313
b951c91c
L
6314 * config.guess: Update to 2003-06-12 version.
6315 * config.sub: Update to 2003-06-13 version.
6316
dce2d8b2 63172003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
6318
6319 * config.guess: Update to 2003-06-06 version.
6320 * config.sub: Update to 2003-06-06 version.
6321
655b7166
RO
63222003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6323
6324 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6325 * configure. Regenerate.
6326
01b759aa
NN
63272003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6328
bf1d3e81
NN
6329 * configure.in: Disable serial configure by default.
6330 * configure: Regenerate.
6331 * Makefile.tpl: Abolish .NOTPARALLEL.
6332 * Makefile.in: Regenerate.
6333
e89fbdfe
NN
6334 * Makefile.tpl: Replace {build,host,target}_canonical by
6335 {build,host,target}.
6336 * Makefile.in: Regenerate.
6337
01b759aa
NN
6338 * Makefile.tpl: Fix stupid pasto.
6339 * Makefile.in: Regenerate.
6340
f7dae026
NN
63412003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6342
6343 * Makefile.tpl: Remove bogus conditional.
6344 * Makefile.in: Regenerate.
6345
63462003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
6347
6348 * Makefile.tpl (profiledbootstrap): New target.
6349 * Makefile.in (profiledbootstrap): New target.
6350
2ffc3e73 63512003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
6352
6353 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6354 Pinski. Remove user names from other bugzilla-only maintainers.
6355
1a1e6b96
NN
63562003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6357
1358ccea
NN
6358 * Makefile.tpl: Make 'recursive targets' using autogen rather
6359 than shell loop. Remove duplicate 'clean' targets and false
6360 comments.
6361 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6362 Add systematic method of specifying missing targets in subdirs.
6363 Add copyright boilerplate.
6364 * Makefile.in: Regenerate.
6365 * configure.in: Add 'recursive targets' to maybe list.
6366 * configure: Regenerate.
6367
ae74ed1f
NN
6368 * MAINTAINERS: "GNATS only" -> "Bug database only".
6369
1a1e6b96
NN
6370 * Makefile.tpl: Rename [+target+] to [+make_target+].
6371 * Makefile.def: Rename 'target' to 'make_target'.
6372
c79af3fa
NB
63732003-05-31 Neil Booth <neil@daikokuya.co.uk>
6374
6375 * MAINTAINERS: Add self as options handling maintainer.
6376
39d85b61
MM
63772003-05-28 Michael Meissner <gnu@the-meissners.org>
6378
6379 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6380 been too long since I touched those ports.
6381
afc2b62d
DD
63822003-05-28 DJ Delorie <dj@redhat.com>
6383
6384 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6385 * Makefile.in: Regenerate.
6386
df445104
MR
63872003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6388
6389 * configure.in: Use curly braces in the definition of tooldir.
6390 * configure: Regenerate.
6391
2eb98e5d 63922003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 6393
2eb98e5d
DD
6394 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6395 newlib or libgloss.
6396 * Makefile.in: Regenerate.
6397
862fced8
DD
63982003-05-21 DJ Delorie <dj@redhat.com>
6399
6400 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6401 * Makefile.in: Regenerate.
6402
fc351800
ILT
64032003-05-20 Ian Lance Taylor <ian@airs.com>
6404
6405 * MAINTAINERS: Update my e-mail address.
6406
7e2dbcef
NN
64072003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6408
6409 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 6410 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
6411 Factor out common code from autogen IF statements.
6412 * configure: Regenerate.
6413 * Makefile.in: Regenerate.
6414
f2a0e225
KC
64152003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6416
6417 * configure.in: Accept i[3456789]86 for machine type.
6418 * configure: Regenerate.
6419
8b87bb96
NN
64202003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6421
6422 * configure.in: Switch more things to use maybe dependencies.
6423 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6424 * configure: Regenerate.
6425 * Makefile.tpl: Switch more things to use maybe dependencies.
6426 * Makefile.in: Regenerate.
6427
fdb882bc 64282003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
6429
6430 * Makefile.tpl (install-opcodes): Define.
6431 * Makefile.in: Rebuild.
6432
f7c50032
AJ
64332003-05-13 Andreas Jaeger <aj@suse.de>
6434
6435 * config.guess: Update to 2003-05-09 version.
6436 * config.sub: Update to 2003-05-09 version.
6437
dce2d8b2 64382003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
6439
6440 * configure.in: Correct sed script so that options in quotes are not
6441 deleted.
6442 * configure: Rebuild.
6443
aa8f1f57
CV
64442003-05-12 Corinna Vinschen <corinna@vinschen.de>
6445
6446 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6447 and $$s/newlib/libc/sys/cygwin32 include paths.
6448 * configure: Ditto.
6449
0c130f81
MM
64502003-05-12 Michael Meissner <gnu@the-meissners.org>
6451
6452 * MAINTAINERS: Update my email addresses.
6453
aa1a100b
EB
64542003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
6455
6456 * config-ml.in: Propagate INSTALL variables.
f7c50032 6457
87861833
GP
64582003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6459
6460 * MAINTAINERS: Remove duplicate entries in Write After Approval.
6461
de722255
CD
64622003-05-02 Chris Demetriou <cgd@broadcom.com>
6463
6eb95e99
ZW
6464 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6465 * Makefile.in: Regenerate.
de722255 6466
96c4a002
WB
64672003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
6468
6469 * MAINTAINERS (GNATS only): Add Falk Hueffner.
6470
55b15a11
WB
64712003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
6472
6473 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6474
0c227849
DJ
64752003-04-27 Daniel Jacobowitz <drow@mvista.com>
6476
6477 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6478 * Makefile.in: Regenerated.
6479
d45148c1
WB
64802003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
6481
6482 * MAINTAINERS (Write After Approval): Upgrade myself from
6483 GNATS only to write-after-approval. Update my mail address.
6484
dce2d8b2 64852003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
6486
6487 (OS Port Maintainers: freebsd): Add myself.
6488
438f50c3
MM
64892003-04-22 Mark Mitchell <mark@codesourcery.com>
6490
6491 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6492
9074e169
KJ
64932003-04-22 Kean Johnston <jkj@sco.com>
6494
6495 * MAINTAINERS (SCO ports): Added myself.
6496
dfd39a2e
NS
64972003-04-21 Nathan Sidwell <nathan@codesourcery.com>
6498
6499 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6500
ccbae82a
KJ
65012003-04-19 Kean Johnston <jkj@sco.com>
6502
6503 * MAINTAINERS (Write After Approval): Add myself.
6504
2f50999f
GP
65052003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6506
6507 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6508 * Makefile.in: Regenerate.
6509
e9b84181
JJ
65102003-04-18 Jakub Jelinek <jakub@redhat.com>
6511
6512 * configure.in (powerpc64*-*-linux*): Remove.
6513 * configure: Rebuilt.
6514
1ca4c6e1
PE
65152003-04-17 Phil Edwards <pme@gcc.gnu.org>
6516
6517 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6518 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6519 and restrap.
6520 * Makefile.in: Regenerate.
6521
0590b963
RE
65222003-04-16 Richard Earnshaw <rearnsha@arm.com>
6523
6524 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6525 * configure: Regenerated.
6526
ff41a56f
DD
65272003-04-15 DJ Delorie <dj@redhat.com>
6528
6529 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6530
50d440bc
NC
65312003-04-13 Nick Clifton <nickc@redhat.com>
6532
6533 * config-ml.in: Remove support for --disable-aix removing
6534 call-aix multilibs.
6535
b1e0a93e
AO
65362003-04-10 Alexandre Oliva <aoliva@redhat.com>
6537
6538 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6539 * */configure: Rebuilt.
6540
71fb704d
JS
65412003-04-08 Joel Sherrill <joel@oarcorp.com>
6542
6543 * MAINTAINERS: Add my email address.
6544
3897ea90
OH
65452003-03-17 Olivier Hainque <hainque@act-europe.fr>
6546
6547 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 6548
93c834b7
NN
65492003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6550
6551 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6552 * Makefile.in: Regenerate.
6553
82c34dcb
MC
65542003-03-14 Michael Chastain <mec@shout.net>
6555
6556 * Makefile.in: Regenerate with correct Makefile.def.
6557
73458fb7
NN
65582003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6559
6560 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6561 Make macro.
6562 * Makefile.in: Regenerate.
6563 * configure.in: Clean up gxx_include_dir logic.
6564 * configure: Regenerate.
6565
32cf27e5
AE
65662003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
6567
6568 * MAINTAINERS (Write After Approval): Add myself.
6569
c727e7a0
BE
65702003-03-10 Ben Elliston <bje@wasabisystems.com>
6571
6572 * MAINTAINERS: Update my mail address.
6573
9a27ac7a
FS
65742003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6575
6576 * configure.in (gxx_include_dir): Fix typo.
6577 * configure: Regenerated.
6578
3aa83176
NN
65792003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6580
6581 * Makefile.tpl: Reindent.
6582 * Makefile.in: Regenerate.
6583 * configure.in: Reindent. Don't set unused variables.
6584 * configure: Regenerate.
6585
9124bc53
DJ
65862003-03-04 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * configure.in: Include $(build_tooldir)/sys-include in
6589 FLAGS_FOR_TARGET.
6590 * configure: Regenerated.
6591
cb543528
NN
65922003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6593
c858bf1e
NN
6594 * Makefile.tpl: Always pass down RANLIB.
6595 * Makefile.in: Regenerate.
6596
aa9c3ab4
NN
6597 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6598 * Makefile.in: Regenerate.
6599 * configure.in: Remove unused logic relating to --enable-shared
6600 and --enable-threads. Remove bogus comments. Remove redundant
6601 noconfigdirs.
6602 * configure: Regenerate.
6603
cb543528
NN
6604 * configure.in: Replace ${libstdcxx_version} by its value.
6605 Remove reference to mh-dgux.
6606 * configure: Regenerate.
6607
53f70c1b
KB
66082003-03-03 Kevin Buettner <kevinb@redhat.com>
6609
6610 * MAINTAINERS (Write After Approval): Add myself.
6611
df0f0674
NN
66122003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6613
6614 * Makefile.tpl: Rearrange.
6615 * Makefile.in: Regenerate.
6616
dce2d8b2 66172003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
6618
6619 * configure.in: Add support for kaOS as cross build target system.
6620 * configure: Regenerated.
6621
a7a287eb
SB
66222003-02-24 Steven Bosscher <steven@gcc.gnu.org>
6623
6624 * MAINTAINERS (Write after approval): Add myself.
6625
ff00c8a2
JW
66262003-02-21 James E Wilson <wilson@tuliptree.org>
6627
6628 * MAINTAINERS: Update my email address.
6629
abb2db7a
ZW
66302003-02-21 Zack Weinberg <zack@codesourcery.com>
6631
6632 * MAINTAINERS: Add self to blanket write privs. section.
6633
e9f2dc3b
SM
66342003-02-20 Sean McNeil <sean@blue.mcneil.com>
6635
6636 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6637 configure-target-* as some target builds may require additional
6638 flags for preprocessor tests.
6639 * Makefile.in: Regenerated.
6640
ee03dc5e
AO
66412003-02-19 Alexandre Oliva <aoliva@redhat.com>
6642
11856278
AO
6643 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6644 * ltconfig: Handle it.
6645 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6646 auto-detecting it.
6647
274aef32
AO
6648 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6649 it is used as argument to $CC.
6650 * ltcf-gcj.sh: Likewise.
6651
ee03dc5e
AO
6652 * configure.in: Introduce --enable-maintainer-mode.
6653 * configure: Rebuilt.
6654 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6655 for maintainer mode.
6656 * Makefile.in: Rebuilt.
6657
30db8e17
JM
66582003-02-18 Jason Merrill <jason@redhat.com>
6659
6660 * Makefile.tpl (check-c++): Allow parallelism.
6661
cab60ac6
GP
66622003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6663
6664 * MAINTAINERS: Remove John Carr (who never actually had access to
6665 gcc.gnu.org).
6666
c8e5d1af
GK
66672003-02-15 Geoffrey Keating <geoffk@apple.com>
6668
6669 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6670 don't configure target-libobjc.
6671 * configure: Regenerate.
6672
70f91f50
RO
66732003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6674
6675 * Makefile.tpl (RANLIB): Define.
6676 * Makefile.in: Regenerate.
6677
669e9062
LB
66782003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
6679
6680 * MAINTAINERS: Update my email.
abb2db7a 6681
61b56b2e
KS
66822003-02-06 Keith R Seitz <keiths@redhat.com>
6683
6684 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6685 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6686 * Makefile.in: Regenerated.
6687 * configure.in: Remove all traces of snavigator, db, and grep.
6688 * configure: Regenerated.
6689
a1ba6e15
GP
66902003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6691
6692 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6693 After Approval.
6694
f5f2cce5
CC
66952003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6696
6697 * MAINTAINERS (Write after approval): Add myself.
6698
ba49f6f1
FCE
66992003-01-31 Frank Ch. Eigler <fche@redhat.com>
6700
6701 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6702 * Makefile.in: Regenerated.
6703
ccf9f10c
RS
67042003-01-30 Roger Sayle <roger@eyesopen.com>
6705
6706 * config.guess: Updated to 2003-01-30's version.
6707 * config.sub: Updated to 2003-01-28's version.
6708
a693735b
AO
67092003-01-30 Alexandre Oliva <aoliva@redhat.com>
6710
6711 * config.if: If gcc_version is already set, just use it. Don't set
6712 gcc_version_trigger if it's already set, otherwise set it to
6713 gcc/version.c, but only if the file exists. If it is not set and
6714 gcc/version.c does not exist, try to extract the version number from
6715 $CC.
6716
204c43d6
AT
67172003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
6718
abb2db7a 6719 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 6720
842e91ec
PE
67212003-01-27 Phil Edwards <pme@gcc.gnu.org>
6722
6723 * configure.in: Revert 24Jan change.
6724 * configure: Regenerate.
6725
6b99984e
GP
67262003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6727
6728 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
6729 entry of HJ Lu.
6730
806e0935
NN
67312003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * configure.in: Revert previous change.
6734 * configure: Regenerate.
6735
307a9864
NN
67362003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6737
6738 * configure.in: Make rda native-only.
6739 * configure: Regenerate.
6740
02ba6302
VR
67412003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6742
6743 * MAINTAINERS: Move myself from GNATS-only-accounts to
6744 write-after-approval.
6745
77d187bc
NN
67462003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6747
6748 * configure.in: Add missing \.
6749 * configure: Rebuilt.
6750
a94a2d4c
JJ
67512003-01-17 Jakub Jelinek <jakub@redhat.com>
6752
6753 * configure.in (baseargs): Avoid using \| in sed regular
6754 expressions.
6755 * configure: Rebuilt.
6756
73f84924
JJ
67572003-01-16 Jakub Jelinek <jakub@redhat.com>
6758
6759 * configure.in (baseargs): Remove all supported forms of
6760 --cache-file, --srcdir, --host, --build and --target options
6761 from argument lists.
6762 * configure: Rebuilt.
6763
8c12fc63
JZ
67642003-01-15 Josef Zlomek <zlomekj@suse.cz>
6765
6766 * MAINTAINERS: Add myself to write-after-approval list.
6767
7c005a3a
AO
67682003-01-15 Alexandre Oliva <aoliva@redhat.com>
6769
6770 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6771 * configure: Rebuilt.
6772
3dfabf63
NN
67732003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6774
6775 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6776 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6777 * Makefile.in: Regenerate.
6778 * configure: Regenerate.
6779
cf53ae10
AO
67802003-01-09 Alexandre Oliva <aoliva@redhat.com>
6781
6782 * configure.in: Remove Makefile in build, host and target modules
6783 unless configure was run with --no-recursion.
6784 * configure: Rebuilt.
6785
3fbe8e4a
CC
67862003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6787
6788 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6789 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6790 * Makefile.in: Regenerate.
6791
66e2aa7d
CD
67922003-01-08 Chris Demetriou <cgd@broadcom.com>
6793
6794 * config.guess: Update to 2003-01-03 version.
6795 * config.sub: Update to 2003-01-03 version.
6796
b5038cfb
CF
67972003-01-07 Christopher Faylor <cgf@redhat.com>
6798
6799 * configure: Regenerate with proper autoconf 2.13.
6800
d02c69be
CF
68012003-01-07 Christopher Faylor <cgf@redhat.com>
6802
6803 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 6804 * configure: Regenerate.
d02c69be 6805
e914a571
AC
68062003-01-06 Andrew Cagney <ac131313@redhat.com>
6807
6808 * configure.in (GDB_TK): Add tcl directories conditional on
6809 gdb/gdbtk directory being present.
6810 * configure: Regenerate.
abb2db7a 6811
dce2d8b2 68122003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 6813
dce2d8b2
EB
6814 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
6815 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
6816 * configure: Rebuilt.
6817
89a7012a
TT
68182002-12-31 Tom Tromey <tromey@redhat.com>
6819
6820 * Makefile.in: Rebuilt.
6821 * Makefile.def (target_modules) [libffi]: Allow installation.
6822
3f4f56e2
AS
68232002-12-31 Andreas Schwab <schwab@suse.de>
6824
6825 * configure.in: Fix use of $program_transform_name.
6826 * configure: Regenerated.
6827
6c1b8d0a
DJ
68282002-12-30 Daniel Jacobowitz <drow@mvista.com>
6829
6830 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 6831 * configure: Regenerated.
6c1b8d0a 6832
c5120911
AO
68332002-12-29 Alexandre Oliva <aoliva@redhat.com>
6834
6835 * Makefile.tpl (local-distclean): Don't remove...
6836 (multilib.ts): ... this. Moved into...
6837 (multilib.out): ... this. Don't use sub-make.
6838 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6839 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6840 (configure-build-[+module+], configure-[+module+],
6841 configure-target-[+module+], configure-gcc): ... these. Test
6842 for Makefile existence. Drop config.status from dependencies.
6843 * Makefile.in: Rebuilt.
6844 * configure.in: Move gcc-version-trigger to the end of
6845 ac_configure_args. Add comments to maybedep.tmp and
6846 serdep.tmp. Introduce --disable-serial-configure. Remove
6847 nonopt from baseargs, matching and removing corresponding
6848 whitespace while at it.
6849 * configure: Rebuilt.
6850
e245b0ea
AO
68512002-12-28 Alexandre Oliva <aoliva@redhat.com>
6852
903de295
AO
6853 * configure.in (host_configargs): Replace reference to
6854 no-longer-defined buildopts with --build=${build_alias}.
6855 * configure: Rebuilt.
6856
e245b0ea
AO
6857 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6858 program_transform_name to standard idiom.
6859 (AUTOGEN, AUTOCONF): Define.
6860 (Makefile.in): Use $(AUTOGEN).
6861 (Makefile): Depend on config.status, and use autoconf-style rule to
6862 build it. Move original commands to...
6863 (config.status): ... this new target.
6864 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6865 $(AUTOCONF).
6866 * Makefile.in: Rebuilt.
6867
671aa708
NN
68682002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6869
53fbfb58
NN
6870 * Makefile.tpl: Fix dramatic bustage due to change in
6871 program_transform_name.
6872 * Makefile.in: Regenerate.
6873
6874 * configure.in: Remove unnecessary PATH setting.
6875 * configure: Regnerate.
6876
6877 * configure.in: Don't default to unprefixed tools unless
6878 the native tools will work.
6879 * configure: Regenerate.
6880
671aa708
NN
6881 * configure.in: Convert to autoconf script. Blow away lots
6882 of now-redundant Makefile fragments.
6883 * configure: Generate using Autoconf.
6884 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6885 * Makefile.in: Regenerate.
6886
57f40826
NN
68872002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6888
3fedb745
NN
6889 * configure: Fix stupid bug where RANLIB was mistakenly included.
6890
abb2db7a 6891 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
6892 (build_configargs, host_configargs, target_configargs).
6893
6894 * configure.in: Move logic out of sed statement.
6895
abb2db7a 6896 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
6897 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6898
315fa0f4
SS
68992002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
6900
6901 * config.sub: Import from master repository
6902 * config.guess: Ditto
6903
45aff44f
AS
69042002-12-24 Andreas Schwab <schwab@suse.de>
6905
6906 * Makefile.tpl (multilib.out): Fix missing space.
6907 * Makefile.in: Regenerate.
6908
88b5521b
NN
69092002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6912 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6913 * Makefile.in: Regenerate.
6914 * configure.in: Remove unnecessary leftovers.
6915
2a726918
GK
69162002-12-21 Geoffrey Keating <geoffk@apple.com>
6917
6918 * configure.in (extra_ranlibflags_for_target): New variable.
6919 (*-*-darwin): Add -c to ranlib commands.
6920 * configure (tooldir): Handle extra_ranlibflags_for_target.
6921
aace3269 69222002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
6923
6924 * Makefile.tpl: Revert HJL's change.
6925 * Makefile.in: Regenerated.
6926 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6927 always.
6928
f0895142
AS
69292002-12-19 Andreas Schwab <schwab@suse.de>
6930
6931 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6932 * Makefile.in: Regenerate.
6933
dce2d8b2 69342002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
6935
6936 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6937 * Makefile.in: Regenerated.
6938
6939 * configure.in (build_prefix): New. Substitute.
6940
212f6dd0
NN
69412002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6942
79308c5d
NN
6943 * Makefile.tpl: Don't let real targets depend on phony targets.
6944 * Makefile.in: Regenerate.
6945
212f6dd0
NN
6946 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6947 * Makefile.in: Regenerate.
6948
ab17919f
SS
69492002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6950
6951 * config.sub: Import from master repository
6952 * config.guess: Ditto
6953
5ecf91d1
JM
69542002-12-16 Jason Merrill <jason@redhat.com>
6955
6956 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6957 previous 'make bootstrap'.
6958 * Makefile.in: Regenerate.
6959
d8437e1b
HPN
69602002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6961
6962 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6963
4977bab6
ZW
69642002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6965
6966 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6967 * Makefile.in: Regenerate.
6968
0edcfdcb
JM
69692002-12-13 Jason Merrill <jason@redhat.com>
6970
6248218a 6971 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
6972 library tests.
6973 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
6974 * Makefile.in: Regenerate.
6975
4977bab6
ZW
69762002-12-12 Alexandre Oliva <aoliva@redhat.com>
6977
6978 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6979 * Makefile.in: Rebuilt.
6980
f87505dd
AO
69812002-12-12 Alexandre Oliva <aoliva@redhat.com>
6982
6983 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6984
4977bab6
ZW
69852002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6986
6987 * configure: Fix bug put in by gremlins.
6988
6989 * Makefile.tpl: Substitute more autoconfily.
6990 * configure: Substitute more autoconfily.
6991 * Makefile.in: Regenerate.
6992
7f0db92a
SS
69932002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
6994
6995 * config.sub: Import from master repository
6996 * config.guess: Ditto
6997 * MAINTAINERS: Added Svein Seldal under write after approval
6998
4977bab6
ZW
69992002-12-08 Andrew Cagney <ac131313@redhat.com>
7000
7001 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7002 * Makefile.in (all-sim): Ditto.
7003
70042002-12-06 DJ Delorie <dj@redhat.com>
7005
7006 * Makefile.tpl: Change configure dependencies to not have real
7007 targets depend on phony targets.
7008
70092002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7010
7011 * configure.in: Revert unintentional change.
7012
7013 * Makefile.tpl: Change dependency for */multilib.out so that
7014 it works when gcc isn't in the tree.
7015
7016 * configure.in: Substitute more.
7017 * configure: Run subconfigures from the Makefile.
7018 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7019 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7020
67f1b906
GP
70212002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7022
7023 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7024
4977bab6
ZW
70252002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7028 and corresponding dependencies.
7029 * Makefile.in: Regenerate.
7030
7031 * configure.in (host_tools): Order binutils, gas and ld for
7032 convenience in running the testsuites.
7033
7034 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7035 * Makefile.in: Regenerate.
7036 * configure.in: Introduce rules to serialize subconfigure runs.
7037
7038 * configure.in: Introduce BASE_CC_FOR_TARGET.
7039 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7040 Realize configure-build-* targets. Realize configure-target-* targets.
7041 * Makefile.in: Regenerate.
7042
70432002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7044
7045 * configure: Move gcc_version_trigger stuff from here...
7046 * configure.in: ...to here.
7047
7048 * configure.in: Separate subconfigure options added by this file from
7049 options given by the user. Add machinery to put args for host
7050 subconfigures into the Makefile.
7051
7052 * Makefile.tpl: Remove 'vault' targets.
7053 * Makefile.tpl: Reorder and comment dependencies.
7054 * Makefile.in: Regenerate.
7055
70562002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7057 * configure.in: Fix my broken commit of previous patch. (sigh)
7058
743f054e
GK
70592002-11-28 Geoffrey Keating <geoffk@apple.com>
7060
7061 * configure.in: Move host-specific darwin noconfigdirs into
7062 the host-specific section.
7063
4977bab6
ZW
70642002-11-28 Geoffrey Keating <geoffk@apple.com>
7065
7066 * configure.in: Move host-specific darwin noconfigdirs into
7067 the host-specific section.
7068
70692002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
7070
7071 * configure: Remove skip-this-dir support.
7072 * Makefile.tpl: Remove skip-this-dir support.
7073
7074 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7075 subdirectories.
7076 * Makefile.in: Regenerate.
7077
7078 * Makefile.tpl: Strip out useless setting of 'dir'.
7079 * Makefile.in: Regenerate.
7080
70812002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
7082
7083 * configure.in: Fix deeply stupid bug.
7084
7085 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7086 shell code in CXX_FOR_TARGET
7087 * Makefile.def: Introduce raw_cxx.
7088 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7089 RAW_CXX_FOR_TARGET.
7090 * Makefile.in: Regenerate.
7091
70922002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
7093
7094 * Makefile.tpl: Remove unnecessary ifs.
7095 * Makefile.in: Regenerate.
7096
7097 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7098 dependencies. Maybe-ize build-libiberty. Create dummy install
7099 targets for 'no_install' modules.
7100 * configure: Move GDB_TK substitution to configure.in. Move
7101 build_modules stuff to configure.in.
7102 * configure.in: Implement soft dependency machinery. Maybe-ize
7103 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7104 * Makefile.in: Regenerate.
7105
71062002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * Makefile.tpl: Make all-target, install-target behave similarly
7109 to all, install (only hitting configured targets). Eliminate
7110 unused macro defintions.
7111
7112 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7113 build != host.
7114
7115 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7116
7117 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7118
7119 * configure.in: Produce lists of subdir targets we're actually
7120 configuring. Remove references to "dosrel".
7121 * Makefile.tpl: Let configure set which subdir targets are hit.
7122 Remove install-cross; clean up install; remove ALL. Remove
7123 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7124 Autogenerate host module targets. Remove empty dependency lines
7125 and redundant dependency; rearrange slightly.
7126 * Makefile.def: Add host-side libtermcap, utils.
7127
7128 * Makefile.in: Regenerate.
7129
e6226a2f
RO
71302002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7131
7132 * ltconfig (osf[345]): Append $major to soname_spec.
7133 Reflect this in library_names_spec.
7134 * ltmain.sh (osf): Prefix $major with . for use as extension.
7135
3b75d237
AJ
71362002-11-19 Andreas Jaeger <aj@suse.de>
7137
7138 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7139 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7140 and sparc64 GNU/Linux systems.
7141
809108de
NS
71422002-11-19 Nathan Sidwell <nathan@codesourcery.com>
7143
7144 * MAINTAINERS: Update email.
7145
e7e0de7e
GP
71462002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7147
7148 * MAINTAINERS: Complete James Dennett's entry.
7149
f7109dea
EB
71502002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
7151
7152 * MAINTAINERS (Write After Approval): Add myself.
7153
d3ac17c9
BK
71542002-11-13 Bruce Korb <bkorb@gnu.org>
7155
7156 * Makefile.tpl: syntactic cleanup
7157
dce2d8b2 71582002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
7159
7160 * MAINTAINERS: Add myself to write-after-approval list.
7161
4977bab6
ZW
71622002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * Makefile.def: Add list of recursive targets to autogenerate.
7165 Add build_modules.
7166 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7167 targets. Autogenerate *-build-* targets.
7168 * Makefile.in: Regenerate.
7169
71702002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
7171
7172 * configure: More autoconf-style substitutions.
7173 * Makefile.tpl: More autoconf-style substitutions.
7174 * Makefile.in: Regenerate.
7175
71762002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
7177
7178 * configure: Substitute more variables in a more autoconf-friendly
7179 way. Simplify slightly.
7180 * Makefile.tpl: Make more variables substitutable in an
7181 autoconf-friendly way.
7182 * Makefile.in: Regenerate.
7183
d4783999
JW
71842002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
7185
7186 * MAINTAINERS (Write After Approval): Add myself.
7187
4977bab6
ZW
71882002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
7189
7190 * configure.in (v810*): Remove special setting of tools.
7191
7192 * configure: Add support for extra required flags for ar or nm.
7193 * configure.in (aix4.3+): Use above support for target-specific
7194 issues, rather than using config/mt-aix43.
7195
71962002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
7197
7198 * configure: Remove 'removing', which doesn't work. Replace $subdir
7199 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7200 with $srcdir. Reformat indentation. Substitute some variables
7201 formerly hard-coded in the Makefile for build=host.
7202 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7203 * Makefile.def: Autogenerate more.
7204 * Makefile.in: Regenerate.
7205
1c9c903e
AN
72062002-11-04 Adam Nemet <anemet@lnxw.com>
7207
7208 * MAINTAINERS (Write After Approval): Add myself.
7209
40673d2b
KB
72102002-11-04 Kevin Buettner <kevinb@redhat.com>
7211
7212 * Makefile.def (host_modules): Add rda.
7213 * Makefile.in: Regenerate.
7214 * configure.in (target_tool): Add target-rda to list.
7215
42e650ae
GP
72162002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7217
7218 * MAINTAINERS: Remove "co-maintainer" note for web pages.
7219
e004b81f
PE
72202002-10-25 Phil Edwards <pme@gcc.gnu.org>
7221
7222 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7223 and restrap targets to this rule.
7224 * Makefile.in: Regenerate.
7225
06bd49b1
GP
72262002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7227
7228 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7229 GNATS only accounts.
7230
d0af82b0
HPN
72312002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7232
7233 * configure.in (i[3456]86-*-linux*): Add check to disable
7234 ${libgcj} for glibc1.
7235
10782654
DC
72362002-10-24 Denis Chertykov <denisc@overta.ru>
7237
7238 * MAINTAINERS: Add myself as ip2k port maintainer.
7239
a5a438f5
SS
72402002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7241
7242 * configure.in: Add tic4x target.
7243
fe3d5b7f
NN
72442002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7245
aba8a494
NN
7246 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7247 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7248 * Makefile.in: Regenerate.
7249
fe3d5b7f
NN
7250 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7251 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7252 * Makefile.in: Regenerate.
7253
a6ad79e7
JJ
72542002-10-02 Janis Johnson <janis187@us.ibm.com>
7255
7256 * MAINTAINERS: Add myself as web pages co-maintainer.
7257
6a8a9058
NN
72582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7259
7260 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7261 * Makefile.in: Regenerate.
7262
327d975a
ZW
72632002-10-02 Zack Weinberg <zack@codesourcery.com>
7264
7265 * MAINTAINERS: Add myself and Nathan Sidwell
7266 <nathan@codesourcery.com> as VxWorks maintainers.
7267
a5ae8f19 72682002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
7269
7270 * Makefile.def: Remove order dependency comments.
7271 * Makefile.tpl: Add explicit install-install dependencies.
7272 * Makefile.in: Regenerate.
d0f6c823 7273
34c6040c 7274 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 7275 * Makefile.in: Regenerate.
34c6040c 7276
d0f6c823
NN
7277 * Makefile.tpl: Add configure-target (for src-release in src)
7278 * Makefile.in: Regenerate.
7279
50bd210b
NC
72802002-09-30 Nick Clifton <nickc@redhat.com>
7281
7282 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7283
ca25149e
UW
72842002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * configure.in (s390*-*-linux*): Enable libgcj.
7287
dd30b57d
NN
72882002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7289
9e60a678
NN
7290 * configure: Revert accidentally applied changes.
7291
dd30b57d
NN
7292 * Makefile.tpl: Make more autoconf-friendly.
7293 * Makefile.in: Regenerate.
7294 * configure: Make substitution more autoconf-like.
7295
5831424e
RE
72962002-09-28 Richard Earnshaw <rearnsha@arm.com>
7297
7298 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7299 single entry to handle all these.
7300 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7301 libjava on arm-*-elf.
7302
b7f3b15b
GK
73032002-09-27 Geoffrey Keating <geoffk@apple.com>
7304
7305 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7306 things that depend on them.
7307
0dffceed
NN
73082002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7309
7310 * Makefile.tpl: Make subsituted variables more autoconfy.
7311 * Makefile.in: Regenerate.
7312 * configure: Make seds more autoconfy.
7313
1db75a86 73142002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
7315
7316 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7317 * Makefile.in: Regenerate.
7318 * configure.in: Rewrite sed statements to look autoconfy.
7319
1db75a86
NN
7320 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7321 all-target-foo on configure-target-foo.
7322 * Makefile.def: Ditto.
7323 * Makefile.in: Rebuild.
7324
741a4e89
AH
73252002-09-25 Andrew Haley <aph@redhat.com>
7326
7327 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7328
95ddd785
NN
73292002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7330
7331 * Makefile.def: New file.
7332 * Makefile.tpl: New file.
7333 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7334 * contrib/gcc_update: Note that Makefile.in is a generated file.
7335
7336 * configure.in: Minor rearrangement. Simplify tests.
7337
65a824f6
JT
73382002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
7339
7340 * configure.in (with_headers): Skip copy if value is "yes".
7341 (with_libs): Likewise.
7342
51270f0a 73432002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
7344
7345 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7346 * configure.in (sh*-*-pe*): Ditto.
7347 * configure.in (mips*-*-pe*): Ditto.
7348 * configure.in (*arm-wince-pe): Ditto.
7349
8f89dbf4
NN
7350 * configure.in: Rearrange.
7351
c1b8db3f
KH
73522002-09-14 Kazu Hirata <kazu@cs.umass.edu>
7353
7354 * MAINTAINERS: Update my email address.
7355
341f0575
PK
73562002-08-30 Paul Koning <pkoning@equallogic.com>
7357
7358 * MAINTAINERS: (Write After Approval): Add myself.
7359
d2e06980
GK
73602002-08-29 Geoffrey Keating <geoffk@redhat.com>
7361
7362 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7363
4906d5d8
GK
73642002-08-24 Geoffrey Keating <geoffk@redhat.com>
7365
7366 * MAINTAINERS: Change my mailing address.
7367
e9a25cc8
PC
73682002-08-21 Paolo Carlini <pcarlini@unitus.it>
7369
7370 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 7371 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 7372
dce2d8b2 73732002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
7374
7375 * MAINTAINERS (Write After Approval): Remove myself.
7376 (Various Maintainers: c++ runtime libs): Add myself.
7377
5ce6f47b
EC
73782002-08-15 Eric Christopher <echristo@redhat.com>
7379
7380 * config.sub: Import from master repository.
7381 * config.guess: Ditto.
7382
7f9317f0
AO
73832002-08-19 Alexandre Oliva <aoliva@redhat.com>
7384
7385 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7386 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7387 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7388
7aecca3d
AH
73892002-08-16 Aldy Hernandez <aldyh@redhat.com>
7390
7391 * MAINTAINERS: Add self to rs6000 vector extensions.
7392
8ea4b195
AO
73932002-08-15 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * libiberty/configure: Reverted unintended yesterday's check in.
7396
f5cc59a7
AO
73972002-08-14 Alexandre Oliva <aoliva@redhat.com>
7398
7399 * boehm-gc/configure, libf2c/configure: Rebuilt.
7400 * libffi/configure, libiberty/configure: Ditto.
7401 * libjava/configure, libobjc/configure: Ditto.
7402 * libstdc++-v3/configure, zlib/configure: Ditto.
7403 Merged from binutils:
7404 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7405 From Steve Ellcey <sje@cup.hp.com>:
7406 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7407 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7408 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7409 IA64.
7410 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7411 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7412 soname_spec, sys_lib_search_path_spec): Ditto.
7413
dce2d8b2 74142002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
7415
7416 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7417
2ff34870
L
74182002-08-04 H.J. Lu (hjl@gnu.org)
7419
7420 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7421
a014f2fe
KW
74222002-08-02 Krister Walfridsson <cato@df.lth.se>
7423
7424 * MAINTAINERS (Write After Approval): Add myself.
7425
c01d477a
AM
74262002-07-31 Alan Modra <amodra@bigpond.net.au>
7427
7428 * configure.in: Move generic linux case to end. Copy generic
7429 linux noconfigdirs to mips*-*-linux* entry and new
7430 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7431
68cd2524
MM
74322002-07-19 Michael Matz <matz@suse.de>
7433
7434 * MAINTAINERS: Add myself as ra* maintainer.
7435
e2d83b8c
CD
74362002-07-16 Chris Demetriou <cgd@broadcom.com>
7437
7438 * config.guess: Update to 2002-07-09 version.
7439 * config.sub: Update to 2002-07-03 version.
7440
cece4f1d
HPN
74412002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
7442
7443 * MAINTAINERS: Fix typo in a maintainer email address.
7444
bb654703
NN
74452002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7446
7447 * configure.in: Remove two redundant tests.
7448
789b7de5
RO
74492002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7450
7451 * configure.in (mips*-*-irix6*o32): Enable stabs.
7452
e1da1089
NN
74532002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7454
f3970bba
NN
7455 * configure.in: Don't build grez.
7456 * Makefile.in: Ditto.
7457
e1da1089
NN
7458 * Makefile.in: Remove references to bsp, cygmon, libstub.
7459 * configure.in: Ditto.
7460
7461 * configure.in: Remove leftover reference to gdbtest.
7462
57c905fa
PE
74632002-07-08 Phil Edwards <pme@gcc.gnu.org>
7464
7465 * configure.in (gxx_include_dir): Change to match versioned
7466 C++ headers if --enable-version-specific-runtime-libs is used.
7467
a0af94a7 74682002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 7469
a0af94a7
SE
7470 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7471
423ce3eb
NN
74722002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7473
7474 * configure.in: Make --without-x work.
7475
98186934
NN
74762002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7477
c3b7d169
NN
7478 * configure.in: Rearrange target Makefile fragment collection.
7479
98186934
NN
7480 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7481 cvs[src].
7482 * configure.in: Ditto.
7483
eebd288a
MK
74842002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
7485
7486 * MAINTAINERS (Write After Approval): Update my e-mail address.
7487
3ab36f05
NN
74882002-06-24 Ben Elliston <bje@redhat.com>
7489
7490 * configure.in (host_tools): Remove cgen.
7491
7492 * Makefile.in (all-cgen): Remove; runs from its source directory.
7493 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 7494 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
7495 (all-sim): Likewise.
7496
dce2d8b2 74972002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
7498
7499 * Makefile.in: Eliminate 'apache' targets.
7500 * configure.in: Eliminate 'apache' targets.
7501
55380b08
NN
7502 * configure.in: Eliminate redundant tests. Reorganize.
7503
9a5c1b9d
NN
7504 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7505
5fd3853a
NN
7506 * config-ml.in: Eliminate references to Cygnus configure.
7507
cfefc434
NN
7508 * Makefile.in: Eliminate references to building emacs.
7509
2fe93885
GS
75102002-06-28 Graham Stott <graham.stott@btinternet.com>
7511
7512 * MAINTAINERS: Update my email address.
7513
53c40185
BK
75142002-06-26 Benjamin Kosnik <bkoz@redhat.com>
7515
7516 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 7517 (cxx_incdir): Remove.
53c40185 7518
97679694
NN
75192002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
7520
7521 * MAINTAINERS (Write After Approval): Add self.
7522
b03bcd37
DC
7523Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
7524
7525 * configure.in: Add support for ip2k.
7526
6bd12129
NN
75272002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7528
7529 * configure.in: Fix AIX configury bug.
7530
e0d98a92
SE
75312002-06-20 Steve Ellcey <sje@cup.hp.com>
7532
7533 * MAINTAINERS (Write After Approval): Add self.
7534
ba3292db
NN
75352002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7536
ef40bc65
NN
7537 * configure.in: replace ${topsrcdir} with ${srcdir}
7538
7a0be465
NN
7539 * configure.in: Move definition of libstdcxx_flags
7540 right above usage, rather than waaay earlier.
7541
e1848dde
NN
7542 * configure.in: Pull definition of is_cross_compiler earlier.
7543
8bc2fff1
NN
7544 * configure.in: Rearrange a little.
7545
ba3292db
NN
7546 * configure.in: Remove references to librx.
7547 * Makefile.in: Remove references to librx.
7548
11d8b408
DC
7549Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
7550
7551 * config.sub: Add support for avr target.
7552 Import from master sources, rev 1.255
5ce6f47b 7553
93da8339
PE
75542002-06-19 Phil Edwards <pme@gcc.gnu.org>
7555
7556 * configure, .cvsignore: Revert previous change...
7557 * Makefile: ...delete.
7558
b4caab5c
NN
75592002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7560
7561 * configure.in: Eliminate ${gasdir} variable.
7562
ee777171
DB
75632002-06-18 Dave Brolley <brolley@redhat.com>
7564
7565 * configure.in: Add support for frv.
7566 * config.sub: Add support for frv.
7567
26e4af54
PE
75682002-06-18 Phil Edwards <pme@gcc.gnu.org>
7569
7570 * configure: Remove garbage from previous commit.
7571
bb20b7da
PE
75722002-06-18 Phil Edwards <pme@gcc.gnu.org>
7573
7574 * configure: For in-source builds, make a subdir and re-exec there.
7575 * Makefile: New file. Pass targets through to build directory.
7576 * .cvsignore: No longer ignore "Makefile".
7577
9d321f6c
DR
75782002-06-16 Douglas Rupp <rupp@gnat.com>
7579
7580 * MAINTAINERS (Write After Approval): Add self.
7581
c8eb2bc0
KG
75822002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7583
7584 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7585
f210d239
JT
75862002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7587
7588 * configure.in (vax-*-netbsd*): Re-enable gas.
7589
e9667b3c
NN
75902002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7591
efe1f357
NN
7592 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7593 BUILD_PREFIX_1, to correct nomenclature.
7594 * configure: Likewise.
7595
e9667b3c
NN
7596 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7597 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7598
fe2fe497
OH
75992002-05-31 Olaf Hering <olh@suse.de>
7600
7601 * config-ml.in: Propogate DESTDIR also.
7602
dcf7f0dd
JT
76032002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7604
7605 * configure.in (vax-*-netbsd*): Don't build gas for this
7606 platform.
7607
6ff14f32
MM
76082002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7609
7610 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7611 and libgcj for AVR.
7612
397de1ff
KK
76132002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
7614
7615 * MAINTAINERS (Write After Approval): Add myself.
7616
ac30211c
JT
76172002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7618
7619 * config.guess: Update to 2002-05-22 version.
7620 * config.sub: Likewise.
7621
1e6347d8
RO
76222002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7623
7624 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7625 * config-ml.in: Likewise.
7626 * configure: Likewise.
7627 * configure.in: Likewise.
7628
e5ce1d6d
SC
76292002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7630
7631 * MAINTAINERS: Update my email address.
7632
6cdef75d
NN
76332002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7634
4a87f061
NN
7635 * configure.in: Simplify makefile fragment collection.
7636
7637 * configure.in: Remove code to build emacs.
603606e7 7638
e254d6b5
NN
7639 * configure.in : Remove --srcdir argument from targargs and buildargs
7640 (it's always overridden in the Makefile anyway). Rearrange a bit.
7641
7642 * configure: Move some logic to configure.in.
7643 * configure.in: Move some logic from configure.
6cdef75d 7644
1d6006fe
TT
76452002-05-11 Tom Tromey <tromey@redhat.com>
7646
7647 * MAINTAINERS: Reflect libgcj reality.
7648
b70b3534
FS
76492002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
7650
7651 * Makefile.in: Honour DESTDIR.
7652
4434687a
MM
76532002-05-08 Mark Mitchell <mark@codesourcery.com>
7654
7655 * config.guess: Import 2002-03-20 version.
7656 * config.sub: Import 2002-04-26 version.
7657
a89e49c7
RO
76582002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7659
7660 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7661
44e55536
TJ
76622002-05-07 Tim Josling <tej@melbpc.org.au>
7663
7664 * MAINTAINERS: Add self.
7665
dce2d8b2 76662002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
7667
7668 * ltmain.sh: Detect and handle object name conflicts
7669 while piecewise linking a static library.
7670
b7c13625
AO
76712002-05-05 Alexandre Oliva <aoliva@redhat.com>
7672
7673 * configure.in (noconfigdirs): Don't disable libgcj on
7674 sparc64-*-solaris* and sparcv9-*-solaris*.
7675
4182d9fa
AO
76762002-05-03 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7679
7bebf279
TF
76802002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7681
7682 * configure.in (FLAGS_FOR_TARGET): Do not add
7683 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7684 on i[3456]86-*-linux*.
7685
9a06dc7d
TF
76862002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7687
7688 * configure.in (noconfigdirs): Replace [ ] with test.
7689
7690 * configure.in (noconfigdirs): Do not add target-newlib if
7691 target == i[3456]86-*-linux*, and host == target.
7692
a51a07fa
NN
76932002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7694
9e7facd6
DD
7695 * configure.in: delete reference to absent file
7696
aeaa0f2f
NN
7697 * configure.in: replace '[' with 'test'
7698
4bb98828
NN
7699 * configure.in: Eliminate references to gash.
7700 * Makefile.in: Eliminate references to gash.
7701
64791664
NN
7702 * configure.in: remove useless references to 'pic' makefile fragments.
7703
3ed57cf4
NN
7704 * configure.in: (*-*-windows*) Finish removing.
7705
a51a07fa
NN
7706 * configure.in: Eliminate redundant test for libgui.
7707
8552f6f1
RS
77082002-04-29 Roger Sayle <roger@eyesopen.com>
7709
7710 * MAINTAINERS: Add self and realphabetize. Update entries
7711 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
7712 entry for a29k port maintainer.
7713
dce2d8b2 77142002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
7715
7716 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7717 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7718
704c9a14
NN
77192002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7720
7721 * configure.in: remove references to dead files
7722
7bff5059
MM
77232002-04-19 Mark Mitchell <mark@codesourcery.com>
7724
7725 * MAINTAINERS: Add information about purpose of this file.
7726
0c7c67f0
TT
77272002-04-18 Tom Tromey <tromey@redhat.com>
7728
7729 * configure.in: Disallow configuring libgcj when it is already
7730 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7731 Solaris 2.8 by default. For PR libgcj/6158.
7732
63501e91
NN
77332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7734
7735 * configure.in: Move default CC setting out of config/mh-* fragments
7736 directly into here.
7737
701afd4d
NN
77382002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7739
7740 * configure.in: don't even try to configure or make a subdirectory
7741 if there's no configure script for it.
7742
07cdae91
MM
77432002-04-15 Mark Mitchell <mark@codesourcery.com>
7744
7745 * MAINTAINERS: Remove chill maintainers.
7746 * Makefile.in (CHILLFLAGS): Remove.
7747 (CHILL_LIB): Remove.
7748 (TARGET_CONFIGDIRS): Remove libchill.
7749 (CHILL_FOR_TARGET): Remove.
7750 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7751 CHILL_LIB.
7752 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7753 (CHECK_TARGET_MODULES): Likewise.
7754 (INSTALL_TARGET_MODULES): Likewise.
7755 (CLEAN_TARGET_MODULES): Likewise.
7756 (configure-target-libchill): Remove.
7757 (all-target-libchill): Remove.
7758 * configure.in (target_libs): Remove target-libchill.
7759 Do not compute CHILL_FOR_TARGET.
7760 * libchill: Remove directory.
5ce6f47b 7761
ab50d72b
DD
77622002-04-11 DJ Delorie <dj@redhat.com>
7763
7764 * Makefile.in, configure.in: Sync with binutils, entries
7765 follow...
7766
0a1e123a
DD
77672002-04-07 Andrew Cagney <ac131313@redhat.com>
7768
7769 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7770 (do-tar, do-bz2): New rules.
7771 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7772 (gdb-tar): New rule.
7773 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7774 (insight_dejagnu.tar): New rule.
7775 (insight.tar): New rule.
7776 (gdb+dejagnu.tar): New rule.
7777 (gdb.tar): New rule.
7778
ab50d72b
DD
77792002-02-01 Mo DeJong <supermo@bayarea.net>
7780
7781 * Makefile.in: Add all-tix to deps for all-snavigator
7782 so that tix is built when building snavigator.
7783
77842002-01-11 Steve Ellcey <sje@cup.hp.com>
7785
7786 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7787 ld and gdb are not supported.
7788
77892002-01-07 Mark Salter <msalter@redhat.com>
7790
7791 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7792 Allow target-libgloss to be built for arm, strongarm, and xscale.
7793
77942001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7795
7796 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7797 options for i[3456]86-pc-linux* native builds.
7798
77992001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7800
7801 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7802 files from .po files for a distribution.
7803
78042001-09-03 Jeff Holcomb <jeffh@redhat.com>
7805
7806 * configure.in: Enable libstdc++-v3 for h8300 targets.
7807
78082001-06-19 Alan Modra <amodra@bigpond.net.au>
7809
7810 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7811 version from bfd/.
7812
7813Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7814
7815 * Makefile.in (VER): When present, extract the version number from
7816 the file version.in.
7817
dce2d8b2 78182001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
7819
7820 * configure.in : enable ld for aix
7821
78222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7823
7824 * config.guess: Add linux target for S/390.
7825
78262000-11-07 Philip Blundell <pb@futuretv.com>
7827
7828 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7829
78302000-11-03 Philip Blundell <pb@futuretv.com>
7831
7832 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7833 files.
7834
78352001-01-15 Ben Elliston <bje@redhat.com>
7836
7837 * configure.in (host_tools): Add sid.
7838 Always configure cgen.
7839
78402000-11-24 Nick Clifton <nickc@redhat.com>
7841
7842 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7843
7844
78452000-08-20 Doug Evans <dje@casey.transmeta.com>
7846
7847 * Makefile.in (ALL_MODULES): Add all-cgen.
7848 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7849 (all-cgen): New target.
7850 (all-opcodes,all-sim): Depend on all-cgen.
7851 * configure.in (host_tools): Add cgen.
7852 Only configure cgen if --enable-cgen-maint.
7853
dce2d8b2 78542002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
7855
7856 * configure.in: Add *-*-freebsd* configurations.
7857
90def2b2
TT
78582002-04-08 Tom Tromey <tromey@redhat.com>
7859
7860 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7861 Fixes PR libgcj/6068.
7862
320d7e7a
KW
78632002-03-30 Krister Walfridsson <cato@df.lth.se>
7864
7865 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7866
18b467f1
RO
78672002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7868
7869 * configure.in (alpha*-dec-osf*): Enable libgcj.
7870
dce2d8b2 78712003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
7872
7873 * MAINTAINERS (Write After Approval): Add myself.
7874
56ae9405
NC
78752002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7876
7877 Fix for: PR bootstrap/3591, target/5676
7878 * configure.in (mcore-pe): Disable the configuration of
7879 libstdc++-v3 since exceptions are not supported.
7880
f18d9a0c
AG
78812002-03-20 Anthony Green <green@redhat.com>
7882
7883 * configure.in: Enable libgcj for xscale-elf target.
7884
dce2d8b2 7885Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
7886
7887 * MAINTAINERS: Update my email address.
7888
28eca9e8
AO
78892002-03-16 Alexandre Oliva <aoliva@redhat.com>
7890
7891 * ltmain.sh (relink_command): Fix typo in previous change.
7892
e67e72c7
AO
78932002-03-15 Alexandre Oliva <aoliva@redhat.com>
7894
7895 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7896 (relink_command): Added --tag flags.
7897 (mode=install): If relinking fails; error out.
7898
c2273204
RH
78992002-03-12 Richard Henderson <rth@redhat.com>
7900
7901 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7902 .NOTPARALLEL tag.
7903 (do-check): Rename from check.
7904 (check): Allow parallel check.
7905
bcb64245
BW
79062002-03-12 Bob Wilson <bob.wilson@acm.org>
7907
7908 * MAINTAINERS: Add myself as maintainer for xtensa port.
7909 Fix alphabetical order in CPU port maintainer list.
7910 Remove myself from Write After Approval list.
7911
63adb4ff
RH
79122002-03-11 Richard Henderson <rth@redhat.com>
7913
7914 * Makefile.in (.NOTPARALLEL): Add fake tag.
7915
9bec4bf0
L
79162002-03-07 H.J. Lu (hjl@gnu.org)
7917
7918 * configure.in: Enable gprof for mips*-*-linux*.
7919
c7fc1f84
DS
79202002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
7921
7922 * MAINTAINERS (Write After Approval): Add myself.
7923
6bff33fb
AO
79242002-02-28 Alexandre Oliva <aoliva@redhat.com>
7925
7926 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7927 libjava.
7928 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7929
0210b33b
AO
79302002-02-23 Alexandre Oliva <aoliva@redhat.com>
7931
7932 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7933 because its Makefile is there; test for the executable instead.
7934
fcc0a3ef
AO
79352002-02-22 Alexandre Oliva <aoliva@redhat.com>
7936
7937 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7938 libstdc++-v3 and libjava.
7939
dce2d8b2 79402002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
7941
7942 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7943 boehm-gc
5ce6f47b 7944
40fe0ec3
AO
79452002-02-09 Alexandre Oliva <aoliva@redhat.com>
7946
7947 * config.guess: Updated to 2002-01-30's version.
7948 * config.sub: Updated to 2002-02-01's version.
7949 Contribute sh64-elf.
7950 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7951 * configure.in: Added sh64-*-*.
7952
694d53ee
CD
79532002-02-08 Chris Demetriou <cgd@broadcom.com>
7954
7955 * MAINTAINERS: Belatedly add myself to write after approval list.
7956
a9ca50b1
JH
7957Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
7958
7959 * MAINTAINERS: Put self in as maintainer for x86-64 port.
7960 Remove self as Write After Approval.
7961
5ffc3500
GK
79622002-01-31 Geoffrey Keating <geoffk@redhat.com>
7963
7964 * MAINTAINERS: Put self in as maintainer for contrib/regression
7965 directory.
7966
4ceaf7fb
PE
79672002-01-28 Phil Edwards <pme@gcc.gnu.org>
7968
7969 * MAINTAINERS: Update my email address.
7970
51584787
JT
79712002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7972
5ce6f47b
EC
7973 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7974 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
7975 libraries if not supported for NetBSD on target CPU.
7976
5701d273
DR
79772002-01-25 Douglas B Rupp <rupp@gnat.com>
7978
7979 * install-sh: Use _inst.$$_ for temp file name.
7980
b299a075
JT
79812002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
7982
7983 * MAINTAINERS (Write After Approval): Move my contact info
7984 from here...
7985 (OS Port Maintainers): ...to here (netbsd).
7986
51fe14b5
BW
79872002-01-22 Bob Wilson <bob.wilson@acm.org>
7988
7989 * MAINTAINERS (Write After Approval): Add myself.
7990
dce2d8b2 79912002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
7992
7993 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7994 (all-target-fastjar): Also depend on all-target-libiberty.
7995
3cd87679
L
79962002-01-16 H.J. Lu (hjl@gnu.org)
7997
7998 * config.guess: Import from master sources, rev 1.225.
7999 * config.sub: Import from master sources, rev 1.238.
8000
969a6d8f
KH
80012002-01-16 Kazu Hirata <kazu@hxi.com>
8002
8003 * MAINTAINERS (Write After Approval): Remove myself.
8004
366f6a52
FW
80052001-12-19 Florian Weimer <fw@deneb.enyo.de>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
f02240b6
JM
80092001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
8010
8011 * MAINTAINERS: Add self as docs co-maintainer.
8012
5d08dc39
MK
80132001-12-11 Matthias Klose <doko@debian.org>
8014
8015 * MAINTAINERS (Write After Approval): Add myself.
8016
39e790d5
ZW
80172001-12-09 Zack Weinberg <zack@codesourcery.com>
8018
8019 * MAINTAINERS: Update my email address.
8020
4519d6a3
TC
80212001-12-07 Turly O'Connor <turly@apple.com>
8022 * MAINTAINERS (Write After Approval): Add myself.
8023 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8024 (rs6000_initialize_trampoline): Call __trampoline_setup for
8025 ABI_DARWIN too.
8026 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 8027 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 8028
21cf0a73
PC
80292001-12-07 Paolo Carlini <pcarlini@unitus.it>
8030
8031 * MAINTAINERS (Write After Approval): Add myself.
8032
4ee43206
DR
8033Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8034
8035 * configure, configure.in: Use temp file for long sed commands.
8036
251931f3
LG
80372001-12-03 Laurent Guerby <guerby@acm.org>
8038
8039 * config.sub: Update to version 1.232 on subversion.
8040
03777dd7
BE
80412001-12-03 Ben Elliston <bje@redhat.com>
8042
8043 * MAINTAINERS: Update mail address for config.* patches.
8044
dce2d8b2 80452001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
8046 Zack Weinberg <zack@codesourcery.com>
8047
8048 When build != host, create libiberty for the build machine.
8049
8050 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8051 CONFIG_ARGUMENTS.
8052 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8053 New variables.
8054 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8055 and rules.
8056 (all.normal): Depend on ALL_BUILD_MODULES.
8057 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8058 (all-build-libiberty): Depend on configure-build-libiberty.
8059
8060 * configure: Calculate and substitute proper value for
8061 ALL_BUILD_MODULES.
8062 * configure.in: Create the build subdirectory.
8063 Calculate and substitute TARGET_CONFIGARGS (formerly
8064 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8065
04075e8f
ZL
80662001-11-26 Ziemowit Laski <zlaski@apple.com>
8067
8068 * MAINTAINERS (write-after-approval): Add self.
8069
ed19322d
CR
80702001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
8071
8072 * MAINTAINERS (GNATS only accounts): Remove self.
8073
90a12988
HPN
80742001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8075
8076 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8077 libf2c.
8078
77e653ad
CR
80792001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
8080
8081 * MAINTAINERS (Write After Approval): Add self.
8082
64adad99
DB
80832001-11-12 David O'Brien <obrien@FreeBSD.org>
8084
8085 * MAINTAINERS: mips and s390 are also CPU ports.
8086
834a28c7
DB
80872001-11-12 David O'Brien <obrien@FreeBSD.org>
8088
8089 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8090
ef94239f
DB
80912001-11-11 David O'Brien <obrien@FreeBSD.org>
8092
8093 * MAINTAINERS: Alphabetize.
8094
beda0427
KH
80952001-11-09 Kazu Hirata <kazu@hxi.com>
8096
8097 * MAINTAINERS (Various maintainers: h8 port): Add myself.
8098
6ca224d3
JDA
80992001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
8100
8101 * MAINTAINERS (Various maintainers: hppa port): Added myself.
8102
132e4bd7
PE
81032001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8104
8105 * configure.in (--enable-languages): Be more permissive about
8106 syntax. Check for empty lists better. Warn about $LANGUAGES.
8107
c6243b4c
GK
81082001-11-08 Geoffrey Keating <geoffk@redhat.com>
8109
8110 * config.sub: Import from master sources, rev. 1.230.
8111 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8112
abbb9e76
LG
81132001-11-07 Laurent Guerby <guerby@acm.org>
8114
8115 * MAINTAINERS (Write After Approval): Add self.
8116
53cdb27a
HPN
81172001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8118
8119 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8120
dd3a88c9
HPN
81212001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
8122
8123 * config.sub: Import from master sources, rev 1.226.
8124 * config.guess: Import from master sources, rev 1.216.
8125
d344dce9
HPN
81262001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8127
8128 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8129 * MAINTAINERS: Add self as maintainer of MMIX port.
8130 Remove old after-approval entry.
8131
63f6bcd7
JM
81322001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
8133
8134 * ChangeLog, configure: Fix spelling errors.
8135
84f92638
BK
81362001-10-20 Brendan Kehoe <brendan@zen.org>
8137
8138 * MAINTAINERS: Tweak my address.
8139
dce2d8b2 8140Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
8141
8142 * MAINTAINERS: Update my email address.
8143
1567080c 81442001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 8145
f48a3b5c 8146 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 8147 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 8148
30106886
GB
81492001-10-10 Geert Bosch <bosch@gnat.com>
8150
e490616e 8151 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
8152 Added Robert Dewar.
8153
dce2d8b2 81542001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
8155
8156 * MAINTAINERS (Write After Approval): Added self
8157
d1c3e709
GB
81582001-10-02 Geert Bosch <bosch@gnat.com>
8159
8160 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8161
50f5f793
JM
81622001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8163
8164 * configure: Handle temporary files securely using mkdir.
8165
7fddf9a9
AO
81662001-09-29 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8169
dce2d8b2 81702001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
8171
8172 * configure.in (*-*-linux*): Disable configuration of target-newlib
8173 and target-libgloss.
e490616e 8174
0c055e34
AO
81752001-09-26 Alexandre Oliva <aoliva@redhat.com>
8176
8177 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8178 RANLIB.
8179
759bfa90
AO
81802001-09-21 Alexandre Oliva <aoliva@redhat.com>
8181
8182 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8183 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8184 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8185 avoid quotes nesting problems.
8186 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8187 (DO_X): Export only variables that are set.
8188
1dc4a750
BE
81892001-09-19 Ben Elliston <bje@redhat.com>
8190
8191 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8192 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8193 semantics. Use the shell built-in "type" command instead.
8194
898c7238
AO
81952001-08-31 Alexandre Oliva <aoliva@redhat.com>
8196
8197 Merged from gcc-3_0-branch:
8198 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8199 * ltcf-c.sh: Use $objext, not $ac_objext.
8200 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8201 * ltcf-cxx.sh: Add support for GNU.
8202 2001-07-22 Timothy Wall <twall@redhat.com>
8203 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8204 default settings if using GNU tools with that configuration.
8205 * ltcf-cxx.sh: Ditto.
8206 * ltcf-gcj.sh: Ditto.
8207 2001-07-21 Michael Chastain <chastain@redhat.com>
8208 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8209 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8210 * ltmain.sh: Mark as gcc-local.
8211
8fa0a32e
EC
82122001-08-30 Eric Christopher <echristo@redhat.com>
8213 Jason Eckhardt <jle@redhat.com>
8214
8215 * config.guess: Merge from master sources.
8216 * config.sub: Merge from master sources, add support for mipsisa32.
8217
32f30f91 82182001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
8219 * config.sub: Merge from master sources, rev 1.219.
8220 * MAINTAINERS: Add self as contact for stormy16 port.
8221
f6084f99
ZW
82222001-08-14 Zack Weinberg <zackw@panix.com>
8223
8224 * config.sub: Merge from master sources, rev 1.218.
8225 * config.guess: Merge from master sources, rev 1.209.
8226
91b54f7f
GS
82272001-08-11 Graham Stott <grahams@redhat.com>
8228
8229 * Makefile.in (check-c++): Add missing semicolon.
8230
e5b3941e
JH
8231Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
8232
32f30f91 8233 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 8234
6387a56e
EC
82352001-07-30 Eric Christopher <echristo@redhat.com>
8236
8237 * MAINTAINERS (Various maintainers: mips port): Added myself.
8238
53b475f0
AH
82392001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8240
e490616e 8241 * configure.in (sh-*-linux*): New.
53b475f0 8242
2a08c780
RH
82432001-07-27 Richard Henderson <rth@redhat.com>
8244
8245 * .cvsignore: Add LAST_UPDATED.
8246
bfa79422
UW
82472001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
8248
8249 * MAINTAINERS (Various maintainers: s390 port): Added myself.
8250
0ae85492
AH
82512001-07-16 Aldy Hernandez <aldyh@redhat.com>
8252
e490616e 8253 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 8254
8e1ab0fe
NP
8255Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
8256
8257 * MAINTAINERS (Write After Approval): Added myself.
8258
2b997990
SC
82592001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8260
8261 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8262 and libgcj on m68hc11/m68hc12.
8263
d920e825
L
82642001-06-27 H.J. Lu (hjl@gnu.org)
8265
8266 * Makefile (CFLAGS_FOR_BUILD): New.
8267 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8268
d425a1e0
JM
82692001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
8270
8271 * README: Remove version number.
8272
5b5b4207
GP
82732001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8274
8275 * INSTALL/README: Update wrt. to the installation instructions now
8276 residing in gcc/doc/install.texi.
8277
be839b69
JM
82782001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
8279
8280 * README: Replace with a cut-down and updated version of gcc/README.
8281
fe2ee7c4
DE
82822001-06-12 David Edelsohn <edelsohn@gnu.org>
8283
8284 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8285 multilibs to be disabled.
8286
4f5d646c
DB
82872001-06-11 Daniel Berlin <dan@cgsoftware.com>
8288
8289 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 8290
818f0c85
AO
82912001-06-09 Alexandre Oliva <aoliva@redhat.com>
8292
8293 * config.guess: Import CVS version 1.195.
8294 * config.sub: Import CVS version 1.212.
8295
e9a8af10
AO
82962001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8297
8298 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8299 gcc/xgcc is built, use -print-prog-name to find out the program
8300 name to use.
8301
ae3ca0a9
PE
83022001-06-04 Phil Edwards <pme@sources.redhat.com>
8303
8304 * config.guess: Import CVS version 1.194. All gcc-local changes
8305 appear to also be in the master copy.
8306 * config.sub: Import CVS version 1.211.
8307
066bd40d
MM
8308Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
8309
8310 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8311 with_gcc]: Use `gcc -shared' to build a shared library.
8312
4aef4f33
JDA
8313Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
8314
8315 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8316 archives.
8317
c386f00f
RO
8318Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8319
8320 * MAINTAINERS (Write After Approval): Add myself.
8321
2ae5cea5
HPN
83222001-06-01 Hans-Peter Nilsson <hp@axis.com>
8323
8324 * configure.in (libstdcxx_flags): Do not try to execute
8325 libstdc++-v3/testsuite_flags until it exists.
8326
c3766183
AM
83272001-06-01 Alan Modra <amodra@bigpond.net.au>
8328
8329 * MAINTAINERS: Update my email address.
8330
9b337833
GS
83312001-05-31 Graham Stott <grahams@redhat.com>
8332
8333 * MAINTAINERS (Write After Approval): Add myself.
8334
dce2d8b2 83352001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
8336
8337 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8338 libraries when using g++ with native linker.
8339
5f7de4b8
AO
83402001-05-28 Alexandre Oliva <aoliva@redhat.com>
8341
8342 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8343
a7bc0fbb
AO
83442001-05-22 Alexandre Oliva <aoliva@redhat.com>
8345
8346 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8347 [aix4*|aix5*]: Prepend blank.
8348
33456445
AO
83492001-05-20 Alexandre Oliva <aoliva@redhat.com>
8350
8351 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8352 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8353 of subdir/configure scripts to use the new libtool.m4.
8354
e48d3d00
MK
83552001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
8356
8357 * MAINTAINERS (Write After Approval): Add myself.
8358
9e0e191b
BK
83592001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8360
8361 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8362
3f19b439
BE
83632001-05-11 Ben Elliston <bje@redhat.com>
8364
8365 * Makefile.in (all-sid): New target.
8366 (check-sid, clean-sid, install-sid): Likewise.
8367
6ebe3121
JO
83682001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8369
8370 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8371
ca3667c4
AO
83722001-05-03 Alexandre Oliva <aoliva@redhat.com>
8373
8374 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8375 libgcj.
8376
83772001-05-03 Alexandre Oliva <aoliva@redhat.com>
8378
8379 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8380 gcc/xgcc is built, use -print-prog-name to find out the program
8381 name to use.
8382
b2964d63
AO
83832001-04-26 Alexandre Oliva <aoliva@redhat.com>
8384
b1bb2302
AO
8385 * configure.in (noconfigdirs): Don't reset it from scratch in the
8386 target case; only append to it.
6387a56e 8387
b2964d63
AO
8388 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8389 sparc-*-solaris2.8]: Disable ${libgcj}.
8390
8343765d
AO
83912001-04-25 Alexandre Oliva <aoliva@redhat.com>
8392
8393 * configure.in (libgcj_saved): Copy from $libgcj.
8394 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8395 --disable-libgcj.
8396
ddbb6d43
GRK
83972001-04-25 Gavin Romig-Koch <gavin@redhat.com>
8398
8399 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 8400 C front end maintainer.
ddbb6d43 8401
3fa03ff9
AG
8402Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8403
8404 * configure.in: Move *-chorusos target case to the proper switch.
8405 Disable libgcj.
8406
99ffe40f
AO
84072001-04-12 Alexandre Oliva <aoliva@redhat.com>
8408
8409 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8410 1.641.2.228.
8411
78faa32d
FS
84122001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8413
8414 * Makefile.in (STAGE1_CFLAGS): Pass down.
8415
cdbff0ab
AM
84162001-04-13 Alan Modra <amodra@one.net.au>
8417
8418 * config.guess: Add hppa64-linux support. Note for next import that
8419 this is already in the master file.
8420 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8421
75b9074c
AO
84222001-04-12 Alexandre Oliva <aoliva@redhat.com>
8423
8424 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8425 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8426
125404c5
SS
84272001-04-11 Stan Shebs <shebs@apple.com>
8428
8429 * MAINTAINERS: Add self as Darwin port maintainer.
8430
876684fe
AM
84312001-04-11 Alan Modra <amodra@one.net.au>
8432
8433 * MAINTAINERS: Update my email address.
8434
06729913
LR
84352001-04-10 Loren J. Rittle <ljrittle@acm.org>
8436
8437 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8438 recent versions of FreeBSD (release 3 or later).
8439 * ltconfig: On FreeBSD, -lc must not be provided when building
8440 a shared library or else the standard -pthread gcc option is
8441 rendered worthless to later users of the built library.
8442
67916302
JM
84432001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
8444
8445 * MAINTAINERS: Add self and RTH as C front end maintainers.
8446
d2bc0628
AO
84472001-04-05 Alexandre Oliva <aoliva@redhat.com>
8448
e490616e
ZW
8449 * config.sub: Make sure to match an already-canonicalized
8450 machine name (eg. mn10300-unknown-elf).
d2bc0628 8451
a3406c06
AO
84522001-04-01 Alexandre Oliva <aoliva@redhat.com>
8453
8454 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8455 New macros.
8456 (bootstrap, cross): Use RECURSE_FLAGS.
8457 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8458
a076f6a4
AO
84592001-03-27 Alexandre Oliva <aoliva@redhat.com>
8460
8461 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8462
e9f4fa71
CH
84632001-03-22 Colin Howell <chowell@redhat.com>
8464
7238de5c
CH
8465 * Makefile.in (DO_X): Do not backslash single-quotes in
8466 backquotes (two places).
e9f4fa71 8467
b6b14b1b
AO
84682001-03-22 Alexandre Oliva <aoliva@redhat.com>
8469
8470 Re-installed:
8471 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8472 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8473 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8474 * ltcf-cxx.sh: Likewise.
8475 * ltcf-gcj.sh: Likewise.
8476
1eb0b89d
GP
84772001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8478
8479 * MAINTAINERS: Add myself as "documentation co-maintainer".
8480
82e23236
AO
84812001-03-22 Alexandre Oliva <aoliva@redhat.com>
8482
8483 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8484 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8485
64ec27c3
TT
84862001-03-19 Tom Tromey <tromey@redhat.com>
8487
8488 * config-ml.in: Handle GCJ and GCJFLAGS.
8489
191de407
MC
84902001-03-21 Michael Chastain <chastain@redhat.com>
8491
8492 * Makefile.in: all-m4 depends on all-texinfo.
8493
fed4dede
LR
84942001-03-20 Loren J. Rittle <ljrittle@acm.org>
8495
8496 * MAINTAINERS: Add myself to write after approval list.
8497
085072bb
LB
84982001-03-18 Laurynas Biveinis <lauras@softhome.net>
8499
8500 * Makefile.in (DO_X): Quote nested quotes.
8501
5af8ea3f
AM
85022001-03-18 Alan Modra <alan@linuxcare.com.au>
8503
8504 * MAINTAINERS: Add myself to write after approval list.
8505
69e23037
LB
85062001-03-15 Laurynas Biveinis <lauras@softhome.net>
8507
8508 * Makefile.in (DO_X): Use double quotes for quoting
8509 "RANLIB=$${RANLIB}".
8510
2b9650f4
OP
85112001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
8512
8513 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8514
dce2d8b2 85152001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
8516
8517 * configure.in: Only use `lang_requires' for languages athat are
8518 actually enabled.
8519
f6646274
PE
85202001-03-08 Phil Edwards <pme@sources.redhat.com>
8521
8522 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
8523
c9a54638
AO
85242001-03-08 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8527
6a556ad6
TT
85282001-03-07 Tom Tromey <tromey@redhat.com>
8529
8530 * configure.in: Allow config-lang.in to set `lang_requires' to list
8531 of other required languages.
8532
6822468a
LB
85332001-03-06 Laurynas Biveinis <lauras@softhome.net>
8534
8535 * Makefile.in: Remove RANLIB definition. Use RANLIB
8536 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8537 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 8538
f04885d3 85392001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 8540 Alexandre Oliva <aoliva@redhat.com>
6387a56e 8541
f04885d3
BK
8542 * Makefile.in (check-c++): Use tabs, not spaces.
8543
288edf47 85442001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 8545
288edf47
LB
8546 * MAINTAINERS: add myself to Write After Approval list.
8547
3d55d2f8 85482001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 8549
e490616e 8550 * Makefile.in (check-c++): New rule.
6387a56e 8551
4d88a68a
BK
8552 * configure.in (target_libs): Remove libg++.
8553 (noconfigdirs): Remove libg++.
8554 (noconfigdirs): Same.
8555 (noconfigdirs): Same.
8556 (noconfigdirs): Same.
8557
8558 * config-ml.in: Remove libg++ references.
8559
8560 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8561 (ALL_TARGET_MODULES): Same.
8562 (configure-target-libg++): Remove.
8563 (all-target-libg++): Remove.
8564 (configure-target-libio): Remove.
8565 (all-target-libio): Remove.
8566 (check-target-libio): Remove.
8567 (.PHONY): Remove.
8568 (libg++.tar.bz2): Remove.
8569 (all-target-cygmon): Remove libio.
8570 (all-target-libstdc++): Remove.
8571 (configure-target-libstdc++): Remove.
8572 (TARGET_LIB_PATH): Remove libstdc++.
8573 (ALL_GCC_CXX): Remove libstdc++.
8574 (all-target-gperf): Correct.
8575
2437d4ed
NC
85762001-02-16 Nick Clifton <nickc@redhat.com>
8577
8578 * configure.in (noconfigdirs): Allow configuration of texinfo
8579 for Cygwin hosts.
8580
85b99cbe
AG
85812001-02-15 Anthony Green <green@redhat.com>
8582
8583 * configure: Introduce GCJ_FOR_TARGET.
8584 * configure.in: Ditto.
8585 * Makefile.in: Ditto.
8586
7b18790c
AS
85872001-02-13 Andreas Schwab <schwab@suse.de>
8588
8589 * MAINTAINERS: Update mail address.
8590
c4880c99
MS
85912001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8592
8593 * config.guess: Add linux target for S/390.
8594 * config.sub: Likewise.
8595
dce2d8b2 85962001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
8597
8598 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 8599 target-libgloss.
e31ae6db 8600
7739adfb
BE
86012001-02-06 Ben Elliston <bje@redhat.com>
8602
8603 * configure: Output host type to stdout, not stderr.
8604
36ca672c
MM
86052001-02-05 Mark Mitchell <mark@codesourcery.com>
8606
e40f2829 8607 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
8608 * ltcf-cxx.sh: Likewise.
8609
36ca672c
MM
8610 * config.if: Assume enable_libstdcxx_v3 is defined.
8611
22fdd65e
MM
86122001-02-04 Mark Mitchell <mark@codesourcery.com>
8613
8614 Remove V2 C++ library.
8615 * configure.in: Remove --enable-libstdcxx_v3 support.
8616
3b60dd8e
BM
86172001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
8618
8619 * include/demangle.h: Add prototype for java_demangle_v3.
8620
42c0c80a
PE
86212001-01-29 Phil Edwards <pme@sources.redhat.com>
8622
8623 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
8624
0be25992
RH
86252001-01-27 Richard Henderson <rth@redhat.com>
8626
8627 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8628
8a8de62d
MS
86292001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8630
8631 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8632 Don't unset, it's non-portable and no longer necessary, set to empty
8633 instead.
8634
92769744
MS
86352001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8636
8637 * ltconfig: Shell portability fix for the tagname validity check.
8638
88a1c0ab
AO
86392001-01-27 Alexandre Oliva <aoliva@redhat.com>
8640
8641 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8642 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8643
45291dd5
MS
86442001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8645
8646 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8647
1ace7e15
TT
86482001-01-26 Tom Tromey <tromey@redhat.com>
8649
8650 * configure.in: Allow libgcj to be built on Sparc Solaris.
8651
0ef8b11b
DE
86522001-01-25 David Edelsohn <edelsohn@gnu.org>
8653
8654 * ltcf-c.sh: Add aix5 case.
8655 * ltcf-cxx.sh: Likewise.
8656 * ltconfig: Likewise.
8657
0006091e
AO
86582001-01-24 Alexandre Oliva <aoliva@redhat.com>
8659
9bad11e1
AO
8660 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8661 keep at least one of build_libtool_libs or build_old_libs set to
8662 yes.
8663
0006091e
AO
8664 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8665 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8666
7c01b2b5
BM
86672001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8668
8669 * configure.in: Enable libgcj on several additional platforms.
8670
d340e0ac
BM
86712001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8672
8673 * configure.in: Enable libgcj for linux targets.
8674
5baf8c37
MS
86752001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8676
8677 * MAINTAINERS (Write After Approval): Add myself.
8678
10a0ba84
JDA
86792001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
8680
8681 * MAINTAINERS: Add myself as vax port maintainer.
8682
357c6a4b
FH
86832001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
8684
8685 * MAINTAINERS: Add myself as Mercury front-end maintainer.
8686
6e2d9a7a
MS
86872001-01-09 Mike Stump <mrs@wrs.com>
8688
8689 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8690 failures of subdirectories.
8691
b6b14b1b 86922001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 8693
b6b14b1b 8694 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 8695 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
8696 * ltcf-cxx.sh: Likewise.
8697 * ltcf-gcj.sh: Likewise.
8698 * ltconfig.sh: Fix typo.
976b230d 8699
07109110
LB
87002001-01-02 Laurynas Biveinis <lauras@softhome.net>
8701
8702 * configure: handle DOS-style absolute paths.
8703
1da5b8fc
LB
87042001-01-02 Laurynas Biveinis <lauras@softhome.net>
8705
8706 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8707
4c2f5b4f
MM
87082000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
8709
8710 * MAINTAINERS: Add myself as avr port co-maintainer.
8711
bc53668e
BE
87122000-12-28 Ben Elliston <bje@redhat.com>
8713
8714 * MAINTAINERS: Add myself under ``Write After Approval''.
8715
c387606f
JM
87162000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
8717
8718 * texinfo: Remove directory from GCC.
8719
2cb5082c
JM
87202000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8721
8722 * COPYING: Update to current
8723 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8724 to 19yy as example year in copyright notice).
8725
cc330df9
BK
87262000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8727
6387a56e 8728 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
8729 (libstdcxx_incdir): Pass down.
8730 * config.if: Remove expired bits for cxx_interface, add stub.
8731 (libstdcxx_incdir): Add variable for g++ include directory.
8732 * configure.in (gxx_include_dir): Use it.
6387a56e 8733
4c6b2835
AO
87342000-12-18 Alexandre Oliva <aoliva@redhat.com>
8735
8736 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
8737 with old-email address from ``Write After Approval''.
8738
3896f13e
AJ
87392000-12-15 Andreas Jaeger <aj@suse.de>
8740
8741 * configure.in: Handle lang_dirs.
8742
87432000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 8744
ad46e881
TT
8745 * MAINTAINERS: Removed brads.
8746
90a10418
TT
8747 * MAINTAINERS: Added gcj developers.
8748
41dfe3a2 87492000-12-13 Anthony Green <green@redhat.com>
6387a56e 8750
41dfe3a2 8751 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
8752 listed. Disable libgcj for x86 and Alpha Linux until compatible
8753 with g++ abi.
6387a56e 8754
e2f601da
MS
87552000-12-13 Mike Stump <mrs@wrs.com>
8756
8757 * Makefile.in (local-distclean): Also remove fastjar.
8758
70030c01
RB
87592000-12-12 Rodney Brown <RodneyBrown@mynd.com>
8760
8761 * contrib/gcc_update: Add fastjar --touch entries.
8762
2a50f859
AO
87632000-12-12 Alexandre Oliva <aoliva@redhat.com>
8764
8765 * configure.in: Disable language-specific target libraries for
8766 languages that aren't enabled.
8767
7743113b
AG
87682000-12-10 Anthony Green <green@redhat.com>
8769
8770 * configure.in: Define libgcj. Disable libgcj target libraries for
8771 most targets.
8772
92e061a6
NB
87732000-12-10 Neil Booth <neilb@earthling.net>
8774
8775 * MAINTAINERS: Update mail address, remove from WAA list.
8776
f34ff6d6
APB
87772000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8778
8779 * libjava: Imported from /cvs/java.
8780 * libffi: Likewise.
8781 * Boehm-gc: Likewise.
8782
d82a33c6
APB
87832000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8784
8785 * configure.in (target_libs): Revert 2000-12-08 patch.
8786 (noconfigdirs): Added target-libjava.
8787
e14f8e28
LB
87882000-12-09 Laurynas Biveinis <lauras@softhome.net>
8789
8790 * djunpack.bat: removed.
8791
fc26516b
LB
87922000-12-09 Laurynas Biveinis <lauras@softhome.net>
8793
8794 * Makefile.in: handle DOS-style absolute paths.
8795 * config-ml.in: likewise.
8796 * symlink-tree: likewise.
8797
bd8757b3
APB
87982000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8799
8800 * fastjar: Imported.
8801
81522a1f
APB
88022000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8803
8804 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8805 libjava.
8806 * configure.in (target_libs): Removed `target-libjava'.
8807
5db1f7ed
APB
88082000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8809
8810 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8811 (ALL_MODULES): Added fastjar.
8812 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8813 (all-target-libjava): all-fastjar replaces all-zip.
8814 (all-fastjar): Added.
8815 (configure-target-fastjar, all-target-fastjar): Likewise.
8816 * configure.in (host_tools): Added fastjar.
8817
5e59997c
MS
88182000-12-07 Mike Stump <mrs@wrs.com>
8819
8820 * Makefile.in (local-distclean): Remove leftover built files.
8821
0a534f40
NC
88222000-11-24 Nick Clifton <nickc@redhat.com>
8823
8824 * configure.in (xscale-elf): Add target.
8825 (xscale-coff): Add target.
8826
7686cadf
LR
88272000-11-22 Loren J. Rittle <ljrittle@acm.org>
8828
e490616e
ZW
8829 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8830 recent versions of FreeBSD (release 3 or later).
8831 * ltconfig: On FreeBSD, -lc must not be provided when building
8832 a shared library or else the standard -pthread gcc option is
8833 rendered worthless to later users of the built library.
7686cadf 8834
fff01699
FF
88352000-11-16 Fred Fish <fnf@be.com>
8836
8837 * configure.in (enable_libstdcxx_v3): Fix typo,
8838 libstd++ -> libstdc++.
8839
4dc16355
KL
88402000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8841
8842 * MAINTAINERS: Add self to Write After Approval list.
8843
bf6fc7b2
BS
88442000-11-21 Bernd Schmidt <bernds@redhat.com>
8845
8846 * MAINTAINERS: Update my email address. Add myself to global write
8847 privs list.
8848
ce8e06b1
AO
88492000-11-18 Alexandre Oliva <aoliva@redhat.com>
8850
6e2a4843
AO
8851 * Makefile.in: Merge with src and libgcj.
8852 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8853 configure-target-<library> when their configure scripts need the C
8854 or C++ library to have already been built to work properly.
8855 (do_proto_toplev): Set them to an empty string.
8856
ce8e06b1
AO
8857 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8858 (REALLY_SET_LIB_PATH): Use them.
8859
c003f378
SS
88602000-11-17 Stan Shebs <shebs@apple.com>
8861
8862 * MAINTAINERS: Add self to Write After Approval list.
8863
cc1e60ea
JM
88642000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8865
8866 * configure: Provide the original toplevel configure arguments
8867 (including $0) to subprocesses in the environment rather than
8868 through gcc/configargs.h.
8869
1173593d
JM
88702000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8871
8872 * MAINTAINERS: Remove references to cccp. Change C9X reference to
8873 C99. Alphabetise "Write After Approval" list.
8874
520907ee
MM
88752000-11-12 Mark Mitchell <mark@codesourcery.com>
8876
34f6fbdb
MM
8877 * configure: Turn on libstdc++ V3 by default.
8878
520907ee
MM
8879 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8880 if we've got GCC.
8881
0bbd37ed
PB
88822000-11-11 Philip Blundell <philb@gnu.org>
8883
8884 * MAINTAINERS: Add self to Write After Approval list.
8885
7ca0e6d9
DE
88862000-11-09 David Edelsohn <edelsohn@gnu.org>
8887
8888 * ltcf-c.sh (aix4): Improve shared library configuration; require
8889 exporting symbols.
8890 * ltcf-cxx.sh (aix4): Define.
8891 * ltconfig (aix4): Define library and soname specs appropriate for
8892 AIX. Define command to create export symbols list.
8893
dce2d8b2 8894Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
8895
8896 * config.sub: Add support for Sun Chorus
8897
fc05d516
NC
88982000-10-31 Nick Clifton <nickc@redhat.com>
8899
8900 * MAINTAINERS: Rename <name>@cygnus.com addresses to
8901 <name>@redhat.com. Also installed new email address for Clint
8902 Popetz.
6387a56e 8903
90a0e73f
JM
89042000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
8905
8906 * etc: Remove directory from GCC.
8907
a5e1b548
MM
89082000-10-16 Michael Meissner <meissner@redhat.com>
8909
8910 * configure (gcc/configargs.h): Only create if there is a build GCC
8911 directory created.
8912
6387a56e
EC
89132000-10-16 Matthias Klose <doko@debian.org>
8914
be1db873
MK
8915 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8916 when configured for libstdc++-v3.
8917
f5fa9a5b
PE
89182000-10-05 Phil Edwards <pme@gcc.gnu.org>
8919
8920 * configure: Save configure arguments to gcc/configargs.h.
8921
61a77fea
PT
89222000-10-04 Philipp Thomas <pthomas@suse.de>
8923
8924 * config.guess: Import CVS version 1.157.
8925 * config.sub: Import CVS version 1.181.
8926
3a4fee66
AP
89272000-10-04 Andris Pavenis <pavenis@latnet.lv>
8928
8929 * Makefile.in (bootstrap): avoid recursion if subdir missing
8930 (cross): ditto
8931 (do-proto-toplev): ditto
8932
3dd7094e
AO
89332000-09-30 Alexandre Oliva <aoliva@redhat.com>
8934
de710532
AO
8935 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8936 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8937
3dd7094e
AO
8938 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8939 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8940 all affected `configure' scripts.
8941
e592386f
NB
8942Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
8943
8944 * MAINTAINERS: Add self as cpplib co-maintainer.
8945
fba54939
AH
89462000-09-24 Aldy Hernandez <aldyh@redhat.com>
8947
8948 * MAINTAINERS: Add self to Write After Approval list.
8949
2bd429f4
GP
89502000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8951
8952 * INSTALL/README: egcs -> GCC update.
8953
dce2d8b2 8954Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
8955
8956 * MAINTAINERS: Add myself to Write After Approval list.
8957
d7ce9a83
KH
89582000-09-15 Kazu Hirata <kazu@hxi.com>
8959
8960 * MAINTAINERS: Add myself to Write After Approval list.
8961
18a53ffe
JL
8962Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8963
e490616e
ZW
8964 * configure.in: Do not build byacc for hppa64. Provide paths to the
8965 X11 libraries for hppa64.
18a53ffe 8966
f246ff23
SC
89672000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8968
8969 * MAINTAINERS: Add myself as 68hc11 port maintainer.
8970
06298abd
AO
89712000-09-06 Alexandre Oliva <aoliva@redhat.com>
8972
4b92758a
AO
8973 * Makefile.in (all-zlib): Added dummy target.
8974
06298abd
AO
8975 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8976 ltcf-gcj.sh: Updated from libtool multi-language branch.
8977
4d73d07a
AO
89782000-09-05 Alexandre Oliva <aoliva@redhat.com>
8979
8980 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8981 (bootstrap*): Depend on all-bootstrap.
8982
05d52d78
PT
89832000-09-05 Philipp Thomas <pthomas@suse.de>
8984
8985 * config.guess: Import CVS version 1.156.
8986 * config.sub: Import CVS version 1.179.
8987
3c809ba4
AG
89882000-09-02 Anthony Green <green@cygnus.com>
8989
8990 * Makefile.in (all-gcc): Depend on all-zlib.
8991 (CLEAN_MODULES): Add clean-zlib.
8992 (ALL_MODULES): Add all-zlib.
8993 * configure.in (host_libs): Add zlib.
8994
10ad78a0 89952000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
8996
8997 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8998 crosses, but add gcc/include to the header search path for them.
8999
b36a9ce3
DB
90002000-08-04 David E. O'Brien <obrien@FreeBSD.org>
9001
9002 * MAINTAINERS: Add self to Write After Approval list.
9003
cb011248
FS
90042000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9005
9006 * config.guess: Import CVS version 1.152.
9007 * config.sub: Import CVS version 1.177.
9008
db310af0
AO
90092000-08-25 Alexandre Oliva <aoliva@redhat.com>
9010
7965440a
AO
9011 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9012 $targargs to tell whether newlib is going to be built.
9013
db310af0
AO
9014 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9015 $$r/TARGET_SUBDIR/libio for _G_config.h.
9016
e7977565
AO
90172000-08-23 Alexandre Oliva <aoliva@redhat.com>
9018
9019 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9020
126bb9ed
DD
90212000-08-22 DJ Delorie <dj@redhat.com>
9022
9023 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9024
5b0e9d29
AO
90252000-08-22 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9028 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9029 sub-configures.
9030
4f3e904e
DD
90312000-08-21 DJ Delorie <dj@redhat.com>
9032
9033 * MAINTAINERS: Add self as a libiberty maintainer
9034
c9635443
AO
90352000-08-16 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * configure.in (libstdcxx_flags): Use
9038 libstdc++-v3/src/libstdc++.INC.
9039
8b2100ba
AO
90402000-08-15 Alexandre Oliva <aoliva@redhat.com>
9041
9042 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9043
57119aa9
ZW
90442000-08-14 Zack Weinberg <zack@wolery.cumb.org>
9045
eeb943b0
ZW
9046 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9047
6387a56e 9048 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
9049 explicit. Substitute enable_threads into generated Makefiles.
9050 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9051 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9052
acffa7c4
GK
90532000-08-13 Geoff Keating <geoffk@cygnus.com>
9054
9055 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9056
808d8c41
AO
90572000-08-12 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * config-ml.in (CC): Remove bogus duplicate quotation mark from
9060 previous delta.
9061
1fc8c51c 90622000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 9063
1fc8c51c
JM
9064 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9065 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9066 (FLAGS_FOR_TARGET): Not here.
9067 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 9068
25698887
AO
90692000-08-11 Alexandre Oliva <aoliva@redhat.com>
9070
9071 * config-ml.in (CC, CXX): Don't introduce a leading space.
9072
10120687
DD
90732000-08-07 DJ Delorie <dj@delorie.com>
9074
9075 * MAINTAINERS: Add self as a DJGPP maintainer
9076
15c758e9
DD
90772000-08-07 DJ Delorie <dj@redhat.com>
9078
9079 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9080 "if we're also building gcc, and it's a gcc that will run on the
9081 build machine, we want to use its includes instead of the system's
9082 default includes".
9083
2d0de245
JM
90842000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9085
9086 * MAINTAINERS: Add self to Write After Approval list.
9087
e81b330a
AO
90882000-08-03 Alexandre Oliva <aoliva@redhat.com>
9089
83440c1e
AO
9090 * configure.in (libstdcxx_flags): Don't use `"'.
9091
e81b330a
AO
9092 * config-ml.in: Adjust multilib search paths to the
9093 appropriate multilib tree.
9094
cf95c847
AO
90952000-08-02 Alexandre Oliva <aoliva@redhat.com>
9096
9097 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9098 commas in $LANGUAGES.
9099
9e9af119
MH
91002000-08-02 Manfred Hollstein <manfredh@redhat.com>
9101
9102 * configure.in: Re-enable all references to libg++ and librx.
9103
606ce391
AO
91042000-08-01 Alexandre Oliva <aoliva@redhat.com>
9105
89820b43
AO
9106 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9107 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
9108 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9109 * ltcf-cxx.sh (need_lc): Set based on postdeps.
9110
606ce391
AO
9111 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9112
04179d4a
AO
91132000-07-31 Alexandre Oliva <aoliva@redhat.com>
9114
9115 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9116 CXX_FOR_TARGET for sed.
9117
d4eb109c
AO
91182000-07-30 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9121 Do not override if already set in the environment or in configure.
9122 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9123 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9124
4f4caf92
AO
91252000-07-28 Alexandre Oliva <aoliva@redhat.com>
9126
9127 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9128 the libtool CVS tree multi-language branch.
9129 * ltconfig, ltmain.sh: Updated.
6387a56e 9130
b87487b6
AO
91312000-07-27 Alexandre Oliva <aoliva@redhat.com>
9132
1670d1ea
AO
9133 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9134 (clean-target): Depend on it.
9135
b87487b6
AO
9136 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9137 (GCC_FOR_TARGET): Use it.
9138 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9139 * configure.in: ... here.
9140 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9141 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9142
4e81ae98
EC
91432000-07-24 Eric Christopher <echristo@cygnus.com>
9144
9145 * MAINTAINERS: Add self to Write After Approval list.
9146
059ae32c
AO
91472000-07-24 Alexandre Oliva <aoliva@redhat.com>
9148
5b28edd4
AO
9149 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9150 (configure-target-libchill, configure-target-libobjc): Likewise.
9151
059ae32c
AO
9152 * configure.in: Use the same cache file for all target libs.
9153 * config-ml.in: But different cache files per multilib variant.
9154
1adcd149
MS
91552000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9156
9157 * configure (topsrcdir): Don't use dirname.
9158
2d573dff
JO
91592000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
9160
9161 * MAINTAINERS: Add self to Write After Approval list.
9162
d207ebef
JM
91632000-07-20 Jason Merrill <jason@redhat.com>
9164
9165 * configure.in: Remove all references to libg++ and librx.
9166
9167 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9168
91692000-07-20 Hans-Peter Nilsson <hp@axis.com>
9170
9171 * config.sub: Update to subversions version 2000-07-06.
9172
7b7792d5
AH
91732000-07-12 Andrew Haley <aph@cygnus.com>
9174
9175 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9176 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9177
3abaac67
PE
91782000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9179
9180 * symlink-tree: Check number of arguments.
9181
34be2b36
JW
91822000-07-05 Jim Wilson <wilson@cygnus.com>
9183
9184 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9185 search path for a g++ extracted from the build tree. This
9186 will allow link tests run by configure scripts in
9187 subdirectories to succeed.
9188
d207ebef
JM
91892000-07-01 Koundinya K <kk@ddeorg.soft.net>
9190
e490616e 9191 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 9192
0900331b
MH
91932000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9194
9195 * MAINTAINERS: Add myself as loop discovery maintainer.
9196
d207ebef
JM
91972000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9198
9199 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9200 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9201
92022000-06-19 Timothy Wall <twall@cygnus.com>
9203
9204 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9205 * config.sub: Add tic54x target.
9206
11a27a76
TM
9207Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
9208
9209 * MAINTAINERS: Add self as Fortran maintainer,
9210 remove Craig Burley.
9211
d207ebef 9212Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 9213
d207ebef
JM
9214 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9215 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 9216
7758b73f
PT
9217Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
9218
9219 * MAINTAINERS: Add self as i18n maintainer
9220
d207ebef
JM
922120000-05-21 H.J. Lu (hjl@gnu.org)
9222
e490616e
ZW
9223 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9224 directory are used if they exist. Make sure
9225 $(build_tooldir)/include is searched for header files,
9226 $(build_tooldir)/lib/ for library files.
d207ebef 9227 (GCC_FOR_TARGET): Likewise.
e490616e 9228 (CXX_FOR_TARGET): Likewise.
d207ebef 9229
bae29210
JL
9230Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
9231
9232 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9233
d207ebef 9234Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
9235
9236 * Makefile.in (configure-target-libiberty): Depend on
9237 configure-target-newlib.
9238
aab0d19d
AO
92392000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9240
9241 * configure.in, Makefile.in: Merge all libffi-related
9242 configury stuff from the libgcj tree.
9243
d207ebef
JM
9244Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
9245
9246 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9247 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9248
9249Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9250
9251 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9252 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 9253 current version information. Add to proto-toplev directory.
d207ebef
JM
9254 (gdb-taz): Build do-djunpack.
9255
758c7bd4
DE
92562000-05-15 David Edelsohn <edelsohn@gnu.org>
9257
9258 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9259
1888228d
AC
9260Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
9261
9262 * MAINTAINERS: Add self to Write After Approval list.
9263
d207ebef
JM
92642000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9265
9266 * ltmain.sh: Preserve in relink_command any environment
9267 variables that may affect the linker behavior.
9268
2d7cc2fe
JL
9269Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
9270
d207ebef
JM
9271 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9272
9273Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
9274
9275 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9276
92772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9278
9279 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 9280 with the version name.
2d7cc2fe 9281
ee455968
JE
9282Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
9283
9284 * MAINTAINERS: Add self as bb-reorder maintainer.
9285
73b97e5c
BK
92862000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9287
9288 * config.if: Tweak.
9289
d207ebef
JM
92902000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * djunpack.bat: New file.
9293
9294Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
9295
9296 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
9297 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9298 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9299 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 9300
954869eb
DP
93012000-04-16 Dave Pitts <dpitts@cozx.com>
9302
e490616e
ZW
9303 * config.sub (case $basic_machine): Change default for "ibm-*"
9304 to "openedition".
954869eb 9305
eaabe541
AJ
93062000-04-13 Andreas Jaeger <aj@suse.de>
9307
9308 * MAINTAINERS: Added myself.
9309
d207ebef
JM
9310Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9311
9312 * Makefile.in (gdb-taz): New target. GDB specific archive.
9313 (do-md5sum): New target.
9314 (MD5PROG): Define.
9315 (PACKAGE): Default to TOOL.
9316 (VER): Default to a shell script.
9317 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 9318 md5 checksum generation.
d207ebef
JM
9319 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9320 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9321 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 9322 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
9323
9324Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
9325
9326 * configure (warn_cflags): Delete.
9327
0ea6d60c
PDM
9328Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
9329
9330 * MAINTAINERS: Added myself.
9331
17090313 93322000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 9333 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 9334
e490616e
ZW
9335 * configure.in (enable_libstdcxx_v3): Add.
9336 (target_libs): Add bits here to switch between libstdc++-v2 and
9337 libstdc++-v3.
9338 * config.if: And this file too.
9339 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 9340
76b78517
MM
93412000-04-05 Michael Meissner <meissner@redhat.com>
9342
9343 * config.sub (d30v): Add d30v as a basic machine type.
9344
ad242caf
JM
93452000-03-29 Jason Merrill <jason@casey.cygnus.com>
9346
9347 * configure.in: -linux-gnu*, not -linux-gnu.
9348
d4537148
TM
9349Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
9350
9351 * MAINTAINERS: Add self in write-after-approval section.
9352
f152e9d4
JW
9353Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
9354
9355 * MAINTAINERS: Add self as ia64 port maintainer.
9356
6a5fcef1
NB
93572000-03-08 Neil Booth <NeilB@earthling.net>
9358
9359 * MAINTAINERS: Add self in write-after-approval section.
9360
d207ebef 9361Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 9362
d207ebef
JM
9363 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9364 (do-tar-bz2): Replace TOOL with PACKAGE.
9365 (gdb.tar.bz2): Remove GDBTK from GDB package.
9366 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 9367 dejagnu.tar.bz2): New packages.
d207ebef
JM
9368
93692000-02-27 Andreas Jaeger <aj@suse.de>
9370
9371 * configure.in: Add entry for mips*-*-linux*, move catch all
9372 *-*-*linux* entry below this one.
9373
93742000-02-27 Ian Lance Taylor <ian@zembu.com>
9375
9376 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 9377
521fe9d0
NC
93782000-02-24 Nick Clifton <nickc@cygnus.com>
9379
9380 * config.sub: Support an OS of "wince".
9381
d207ebef
JM
9382Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
9383
9384 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 9385 version.
d207ebef 9386
dce2d8b2 93872000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
9388
9389 * config.sub: Add support for Linux/IBM 370.
9390 * configure.in: Likewise.
9391
3a685f6f
NC
93922000-02-22 Nick Clifton <nickc@cygnus.com>
9393
9394 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9395
dce2d8b2 93962000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 9397
d207ebef 9398 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 9399
4746ee26
KG
94002000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9401
9402 * configure (gcc_version): When setting, narrow search to
9403 lines containing `version_string'.
9404
ba96c72d
DC
94052000-02-15 Denis Chertykov <denisc@overta.ru>
9406
9407 * config.sub: Add support for avr target.
9408
77f16a66
NC
94092000-02-14 Nick Clifton <nickc@cygnus.com>
9410
9411 * MAINTAINERS: Add maintainers for MCore port.
9412
784a3a80
HPN
9413Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
9414
9415 * config.sub: Add mmix-knuth-mmixware.
9416
719dd4fa
KG
94172000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9418
9419 * MAINTAINERS: Pair cccp with cpplib maintainership.
9420
dce2d8b2 94212000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
9422
9423 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9424 structure stuff to -L library search.
9425 (CXX_FOR_TARGET): Ditto.
9426 (CROSS_CHECK_MODULES): Fix spelling mistake.
9427
7a53e94b
MM
94282000-01-24 Mark Mitchell <mark@codesourcery.com>
9429
9430 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9431 the C++ compiler.
9432
0da3b5a7
RH
94332000-01-12 Richard Henderson <rth@cygnus.com>
9434
9435 * configure.in: Don't build some bits for beos.
9436
02368d6d
JS
94372000-01-12 Joel Sherrill (joel@OARcorp.com)
9438
9439 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9440 as include files.
9441
2e76d35c
ZW
94422000-01-11 Zack Weinberg <zack@wolery.cumb.org>
9443
9444 * Add self as cpplib maintainer, as requested by Jason
9445 Merrill. Correct my e-mail address.
9446
4c25fdcf
GK
94472000-01-06 Geoff Keating <geoffk@cygnus.com>
9448
9449 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9450 not mh-aix43.
9451
188e3966
HPN
9452Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
9453
9454 * MAINTAINERS: Add myself to "write after approval" list.
9455
c2f5d030
RH
94561999-12-14 Richard Henderson <rth@cygnus.com>
9457
9458 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9459 * config.sub: Accept alphaev[78], alphaev8.
9460
eeda916a
AO
94611999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9462
9463 * config.guess, config.sub: Update from autoconf.
9464
b3bd7820
BK
94651999-11-29 Bruce Korb <autogen@linuxbox.com>
9466
2c290989 9467 * MAINTAINERS: update my playtime e-address.
b3bd7820 9468
1882b2b1
RO
9469Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9470
9471 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9472 necessary libraries are missing.
9473
dce2d8b2 9474Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
9475
9476 * MAINTAINERS: Add new 'write after approval' maintainer.
9477
1e25de97
APB
9478Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
9479
9480 * MAINTAINERS: Add new Java maintainer.
9481
1722c704
AS
94821999-10-25 Andreas Schwab <schwab@suse.de>
9483
9484 * configure: Fix quoting inside arguments of eval.
9485
8141abe8
NC
94861999-10-21 Nick Clifton <nickc@cygnus.com>
9487
9488 * config-ml.in: Allow suppression of some ARM multilibs.
9489
0b77644a
LV
9490Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9491
9492 * config.guess: Add OS/390 match pattern.
9493 * config.sub: Add mvs, openedition targets.
9494 * configure.in (i370-ibm-opened*): New.
9495
d207ebef
JM
94961999-09-04 Steve Chamberlain <sac@pobox.com>
9497
9498 * config.sub: Add support for configuring for pj.
9499
95001999-08-31 Nick Clifton <nickc@cygnus.com>
9501
9502 * config.sub (maybe_os): Add support for configuring for fr30.
9503
af13ebe9
NC
95041999-08-25 Nick Clifton <nickc@cygnus.com>
9505
9506 * configure.in: Do not configure or build ld for AIX
9507 platforms. ld is known to be broken on these platforms.
9508
1250c760
RO
9509Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9510
9511 * config-ml.in: Pass compiler flag corresponding to multidirs to
9512 subdir configures.
9513
d207ebef
JM
95141999-08-09 Ian Lance Taylor <ian@zembu.com>
9515
9516 * Makefile.in (LDFLAGS): Define.
9517
95181999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9519
9520 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9521 noconfigdirs.
9522 (*-*-cygwin*): Likewise.
9523
95241999-08-08 Ian Lance Taylor <ian@zembu.com>
9525
9526 * mkdep: New file.
9527 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9528 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9529
9530 From Eli Zaretskii <eliz@is.elta.co.il>:
9531 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9532 long file name when using DJGPP on MS-DOS.
9533
dbd83e11
JL
9534Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9535
9536 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9537
d207ebef
JM
95381999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9539
9540 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9541 dependency as this causes "make check" to globally "make all"
9542
cd1f4c2c
TT
9543Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9544
9545 * configure.in (target_libs): Added target-zlib.
9546 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9547 (CONFIGURE_TARGET_MODULES): Likewise.
9548 (CHECK_TARGET_MODULES): Likewise.
9549 (INSTALL_TARGET_MODULES): Likewise.
9550 (CLEAN_TARGET_MODULES): Likewise.
9551 (configure-target-zlib): New target.
9552 (all-target-zlib): Likewise.
9553 (all-target-libjava): Depend on all-target-zlib.
9554 (configure-target-libjava): Depend on configure-target-zlib.
9555
9556 * Makefile.in (configure-target-libjava): Depend on
9557 configure-target-newlib.
9558 (configure-target-boehm-gc): New target.
9559 (configure-target-qthreads): New target.
9560
e490616e
ZW
9561 * configure.in (target_libs): Added target-qthreads.
9562 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9563 (CONFIGURE_TARGET_MODULES): Likewise.
9564 (CHECK_TARGET_MODULES): Likewise.
9565 (INSTALL_TARGET_MODULES): Likewise.
9566 (CLEAN_TARGET_MODULES): Likewise.
9567 (all-target-qthreads): New target.
9568 (configure-target-libjava): Depend on configure-target-qthreads.
9569 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
9570
9571 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9572 (CONFIGURE_TARGET_MODULES): Likewise.
9573 (CHECK_TARGET_MODULES): Likewise.
9574 (INSTALL_TARGET_MODULES): Likewise.
9575 (CLEAN_TARGET_MODULES): Likewise.
9576 (all-target-libjava): New target.
9577 (all-target-boehm-gc): Likewise.
9578 * configure.in (target_libs): Added libjava, boehm-gc.
9579
d207ebef
JM
95801999-07-22 Ian Lance Taylor <ian@zembu.com>
9581
9582 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9583 configure.bat in SUPPORT_FILES.
9584 (gas+binutils.tar.bz2): Likewise.
9585
9586 * makeall.bat: Remove; obsolete.
9587
95881999-07-21 Ian Lance Taylor <ian@zembu.com>
9589
9590 From Mark Elbrecht:
9591 * configure.bat: Remove; obsolete.
9592
95931999-07-11 Ian Lance Taylor <ian@zembu.com>
9594
9595 * configure: Add -W -Wall to the default CFLAGS when compiling with
9596 gcc.
9597
9598Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9599
9600 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9601
96021999-06-30 Mark Mitchell <mark@codesourcery.com>
9603
9604 * configure.in: Build ld on IRIX6.
9605
96061999-06-12 Ian Lance Taylor <ian@zembu.com>
9607
9608 * Makefile.in: Change distribution targets to use bzip2 instead of
9609 gzip.
9610 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9611 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9612
96131999-06-04 Nick Clifton <nickc@cygnus.com>
9614
9615 * config.sub: Add mcore target.
9616
26d088fa
CD
9617Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
9618
9619 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9620
c2c08b29
L
9621Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
9622
9623 * config.guess (dummy): Changed to $dummy.
9624
671d0648
NC
96251999-05-24 Nick Clifton <nickc@cygnus.com>
9626
9627 * config.sub: Tidied up case statements.
9628
b1345c72
BE
96291999-05-22 Ben Elliston <bje@cygnus.com>
9630
51ccbd8d
BE
9631 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9632 <jiro@din.or.jp>.
9633
b1345c72
BE
9634 * config.guess: Merge with FSF version. Future changes will be
9635 more accurately recorded in this ChangeLog.
9636 * config.sub: Likewise.
9637
2caf864f
SM
9638Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
9639
9640 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9641
d207ebef
JM
96421999-04-30 Tom Tromey <tromey@cygnus.com>
9643
9644 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9645
90fb0c24
TT
96461999-04-23 Tom Tromey <tromey@cygnus.com>
9647
9648 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9649
d207ebef
JM
96501999-04-20 Drew Moseley <dmoseley@cygnus.com>
9651
9652 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9653 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9654 Bad merge removed these two changes.
9655
3516940d 9656Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 9657 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
9658
9659 * config.guess (interix Alpha): Add.
9660
d207ebef
JM
96611999-04-11 Richard Henderson <rth@cygnus.com>
9662
9663 * configure.in (i?86-*-beos*): Do config gperf; don't config
9664 gdb, newlib, or libgloss.
9665
e891fbfe 9666Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9667
e891fbfe
AO
9668 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9669 link a trivial program with -mabi=64. If it fails, remove mabi=64
9670 from multidirs.
9671
f9ae47d6
PT
9672Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
9673
9674 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9675
d207ebef
JM
96761999-04-08 Nick Clifton <nickc@cygnus.com>
9677
9678 * config.sub: Add support for mcore targets.
9679
96801999-04-07 Michael Meissner <meissner@cygnus.com>
9681
9682 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9683 not mt-ospace, in order to shut up assembler warning about using
9684 symbols that are named the same as registers.
9685
96861999-04-07 Drew Moseley <dmoseley@cygnus.com>
9687
9688 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9689 dependency list for all-target-cygmon.
9690
96911999-04-05 Doug Evans <devans@casey.cygnus.com>
9692
9693 * config-ml.in: Check $host, not $target, for selective multilibs.
9694 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9695 thumb interworking, and underscore prefix multilibs.
9696
96971999-04-04 Ian Lance Taylor <ian@zembu.com>
9698
9699 * missing: Update to version from current automake.
9700
88101ab9
L
9701Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9702
9703 * configure (gxx_include_dir): Removed.
9704
9705 * configure.in (gxx_include_dir): Handle it.
9706 * Makefile.in: Likewise.
9707
d207ebef
JM
97081999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9709
9710 * config.sub (mips64vr4111,mips64vr4111el) Add.
9711
97121999-03-21 Ben Elliston <bje@cygnus.com>
9713
e490616e 9714 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 9715
8dc91cbe
ME
9716Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9717
8dc91cbe
ME
9718 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9719 config/mh-djgpp.
9720
d207ebef
JM
9721Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9722
9723 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9724 all-target-newlib to dependency list for all-target-bsp.
9725
926bb5ed
MK
9726Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9727
9728 * config.sub: Add i386-uwin support.
9729 * config.guess: Likewise.
9730
4a6e3000
FS
9731Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9732
9733 * configure.in: cleanup, add mh-*pic handling for arm, special
9734 case powerpc*-*-aix*
9735
d207ebef
JM
9736Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9737
9738 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9739 can be built.
9740
9741Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9742
9743 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 9744 targets.
d207ebef 9745
71c91078
NC
97461999-03-02 Nick Clifton <nickc@cygnus.com>
9747
9748 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9749
282e5df8
GN
9750Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
9751
9752 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9753
1de558ee
NC
97541999-02-24 Nick Clifton <nickc@cygnus.com>
9755
9756 * config.sub: Fix typo in arm recognition.
9757
d207ebef
JM
9758Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
9759
9760 * configure.in (noconfigdirs): Changed target_configdirs to
9761 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9762 rather than m68k-*-* since it is not known to work on
9763 m68k-aout. Ditto for arm-*-*oabi.
9764
9765Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
9766
9767 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
9768
97691999-02-19 Ben Elliston <bje@cygnus.com>
9770
9771 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9772 Smart and improved by Andrew Cagney.
9773
fab7445a
ME
9774Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
9775
9776 * config.guess: Recognize openbsd-*-hppa.
9777
8ccdc228
L
9778Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
9779
9780 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9781 only if it is not empty.
9782
3b7265ff
NC
97831999-02-17 Nick Clifton <nickc@cygnus.com>
9784
9785 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 9786
d207ebef 9787 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
9788
9789 * config.sub: Modified to recognize uname's armv* syntax.
9790
d207ebef
JM
97911999-02-17 Mark Salter <msalter@cygnus.com>
9792
9793 * configure.in: Added target-bsp for sparclite.
9794
9795Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
9796
9797 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9798
97991999-02-08 Nick Clifton <nickc@cygnus.com>
9800
9801 * configure.in: Add support for strongarm port.
9802 * config.sub: Add support for strongarm target.
9803
c48dd3f5 9804Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 9805
c48dd3f5
MK
9806 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9807 the old name config/mh-cygwin32.
9808 Enable texinfo.
9809
d207ebef
JM
9810Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
9811
9812 * configure.in: Do build ld for ix86 Solaris.
9813
ecd62820
JW
9814Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
9815
9816 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9817 $AR_FOR_TARGET. Likewise for RANLIB.
9818
bbd8fa7f 9819Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 9820
e490616e
ZW
9821 * config.sub (oabi): Recognize.
9822 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 9823
0397442c
RL
9824Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
9825
9826 * config.guess: Improve detection of i686 on UnixWare 7.
9827
c9ffaa63
MK
9828Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
9829
9830 * config.guess: Add support for i386-pc-interix.
9831 * config.sub: Likewise.
9832 * configure.in: Likewise.
c9ffaa63 9833
d207ebef
JM
9834Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
9835
9836 * Makefile.in: Remove unneeded all-target-libio from
9837 from all-target-winsup target since it is now unneeded.
9838 Add all-target-libtermcap in its place since it is now
9839 needed.
9840
9841Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
9842
9843 * configure.in: makefile stub for cygwin target is probably
9844 unnecessary. Remove it for now.
d207ebef
JM
9845
9846Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
9847
9848 * configure.in: libtermcap.a should be built when cygwin is the
9849 target as well as the host.
9850 * config.guess: Allow mixed case in cygwin uname output.
9851 * Makefile.in: Add libtermcap target.
d207ebef 9852
ebe12325
JL
9853Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
9854
9855 * config.sub: Clean up handling of hppa2.0.
9856
57057b67
RB
9857Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
9858
9859 * config.guess: Use C code to identify more HP machines.
9860
f8670be1
JL
9861Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9862
9863 * config.sub: Handle hppa2.0.
9864
d207ebef
JM
9865Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9866
9867 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 9868 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
9869
98701998-12-15 Mark Salter <msalter@cygnus.com>
9871
9872 * configure.in: Added target-bsp for several target architectures.
9873
9874 * Makefile.in: Added rules for bsp.
9875
d1a09590
JL
9876Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9877
9878 * config.guess: Improve detection of hppa2.0 processors.
9879
9880Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9881
9882 * config.guess: Recognize FreeBSD using ELF automatically.
9883
71205e0b
MH
98841998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9885
9886 * configure (skip-this-dir): Add handling for new shell script, which
9887 might be created by a sub-directory's configure to indicate, this particular
9888 directory is "unwanted".
9889 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9890
d207ebef
JM
9891Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9892
9893 * ltconfig: import from libtool, after changing libtool to
9894 account for the cygwin name change.
9895
9896Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9897
9898 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9899 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9900
9901Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9902
9903 * configure.in: Add libtermcap to list of cygwin dependencies.
9904
9905Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
9906
e490616e
ZW
9907 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9908 they include winsup/include when it's a cygwin target.
d207ebef
JM
9909
99101998-11-12 Tom Tromey <tromey@cygnus.com>
9911
9912 * configure.in (host_tools): Added zip.
9913 * Makefile.in (all-target-libjava): Depend on all-zip.
9914 (all-zip): New target.
9915 (ALL_MODULES): Added all-zip.
9916 (NATIVE_CHECK_MODULES): Added check-zip.
9917 (INSTALL_MODULES): Added install-zip.
9918 (CLEAN_MODULES): Added clean-zip.
9919
9920Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
9921
9922 * Makefile.in: lose "32" from comment about cygwin.
9923
9924Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
9925
9926 * configure.in: Use -Os to build target libraries for the fr30.
9927
9928Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
9929
9930 * config.sub: Add fr30.
9931
9932Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
9933
e490616e 9934 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
9935 cygwin* instead of cygwin32*.
9936 * config.sub: Check cygwin* instead of cygwin32*.
9937
d2ec8b39
RL
9938Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
9939
9940 * config.guess: Match any version of Unixware7.
9941
d207ebef
JM
99421998-10-20 Syd Polk <spolk@cygnus.com>
9943
9944 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9945 if desired.
9946
35cd2565
JL
9947Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
9948
9949 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9950 these if the appropriate directories and files to not exist.
9951
52d4e5b7
JL
9952Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
9953
9954 * Makefile.in (DEVO_SUPPORT): Add config.if.
9955
38ada91e
MH
9956Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
9957
9958 * configure: Add pattern to replace "build_tooldir"'s
9959 definition in the generated Makefile with "tooldir"'s
9960 actual value.
9961
e44e84da
JL
9962Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9963
56a8387f
JL
9964 * config.sub: Bring back lost sparcv9.
9965
e44e84da
JL
9966 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9967
5cb95c7a
JL
9968Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9969
9970 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9971 CC_FOR_TARGET and friends.
9972
9973Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9974
ceff9b14
AO
9975 * Makefile.in (build_tooldir): New variable, same as tooldir.
9976 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9977 -B$(build_tooldir)/bin/.
9978 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 9979
f2d11dcd
GP
9980Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9981
9982 * README: Remove installation instructions and refer to the
9983 INSTALL directory instead.
9984
73a6d2e7 9985Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 9986
73a6d2e7
RL
9987 * config.sub: Add support for i[34567]86-pc-udk.
9988 * configure.in: Likewise.
9989
5d4a5ee6
JL
9990Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9991
9992 * Makefile.in: add bzip2 package building bits for user
9993 tools module
9994 * configure.in: ditto
9995
6fc19d6d
JL
9996Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9997
9998 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9999 (ALL_TARGET_MODULES): Add all-target-libobjc.
10000 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10001 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10002 (all-target-libchill): Add dependencies.
10003 * configure.in (target_libs): Add libchill.
4e81ae98 10004
f653f0ab
MH
100051998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10006
10007 * configure.in (target_subdir): Remove duplicate line.
10008
5d4a5ee6
JL
10009Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10010
10011 * Makefile.in (all-automake): fix dependencies.
10012
494933e4
JL
10013Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10014
10015 * configure.in: Minor cleanups for building in the $(target_alias)
10016 subdir.
10017
f6b58262
JW
100181998-09-22 Jim Wilson <wilson@cygnus.com>
10019
10020 * Makefile.in (bootstrap): Set r and s before make all. Use
10021 BASE_FLAGS_TO_PASS in make all.
10022 (cross): Likewise.
10023
27c7a08d
MM
100241998-09-20 Mark Mitchell <mark@markmitchell.com>
10025
10026 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10027
e67afd1e
RH
10028Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10029
10030 * config.sub: Fix typo in last change.
10031
8e44ac71
MH
100321998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10033
10034 * config.sub: Add support for C4x target.
10035 * configure.in: Likewise.
10036
d7496fbb
DM
100371998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10038
10039 * config.sub: Recognize sparcv9 just like sparc64.
10040
22097bd1
RL
10041Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10042
10043 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10044
4b877abd
JL
10045Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10046
2c8ec9a2
JL
10047 * config.guess: Correctly identify Pentium II sco boxes.
10048
4b877abd
JL
10049 * config.guess: Fix "tr" code. From Weiwen Liu.
10050
ab03db52
JH
10051Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10052
10053 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10054 stabs.
10055
b54db294
JL
10056Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10057
10058 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10059 (ALL_TARGET_MODULES): Add all-target-libchill.
10060 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10061 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10062 (all-target-libchill): Add dependencies.
10063 * configure.in (target_libs): Add libchill.
10064
bf48dd73
LW
10065Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10066
10067 * config.guess: Avoid assumptions about "tr" behaves when
10068 LANG is set to something other than English.
10069
a3cbd105
L
10070Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10071
10072 * configure (gxx_include_dir): Changed to
10073 '${prefix}/include/g++'-${libstdcxx_interface}.
10074
10075 * config.if: New to determine the interfaces.
10076
c4acd909
MK
10077Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10078
10079 * config.guess: Detect and handle MPE/IX.
10080 * config.sub: Deal with MPE/IX.
10081
9ea97665
DE
10082Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10083
10084 * configure.in: Use mh-aix43.
10085
0ce065bd
MH
100861998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10087
10088 * configure: Fix --without/--disable cases for gxx-include-dir.
10089
5d4a5ee6
JL
10090Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10091
10092 * mdata-sh: Imported. Needed for automake support.
10093
10094Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10095
10096 * Makefile.in (taz): Try "chmod -R og=u ." before
10097 "chmod og=u `find . -print`".
10098
10099Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10100
10101 * configure.in: Add arm-elf and thumb-elf support.
10102
10103Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10104
10105 * Makefile.in: Undo previous patch.
10106
10107Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10108
10109 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10110 to here ...
10111 (install-no-fixedincludes): and here
10112 (INSTALL_MODULES): ... from here.
10113
466456d9
ILT
10114Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * config.sub: Merge with FSF.
10117
1b409d25
ILT
10118 * config.guess: Merge with FSF.
10119
d207ebef
JM
10120Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10121
10122 * configure (extraconfigdirs): New variable.
10123 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10124 * Makefile.in (all): Move higher in file.
10125 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10126 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10127 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10128 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10129 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10130
101311998-07-23 Brendan Kehoe <brendan@cygnus.com>
10132
10133 * Makefile.in (all-target-libjava): Depend on all-gcc and
10134 all-target-newlib.
10135 (configure-target-libjava): Depend on $(ALL_GCC).
10136
7f1937c1
RL
10137Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10138
10139 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10140 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10141
2ada2bd6
ML
10142Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
10143
10144 * INSTALL/README: Fix typo.
10145
1e025bde
ML
10146Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10147
5d4a5ee6
JL
10148 * ylwrap: Change absolute path checks to check for DOS style path
10149 names.
1e025bde 10150
5d4a5ee6
JL
10151 * ylwrap: Don't use a full path name if the source file is in the
10152 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 10153
6755ff73
ILT
10154 * config-ml.in: Default to being verbose, to match Feb 18 change to
10155 configure.
10156
5d4a5ee6
JL
10157Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10158
10159 Brought over from egcs:
10160
10161 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10162
10163 * configure.in (target_subdir): Set to ${target_alias} instead
10164 of "libraries".
10165
10166 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10167
10168 * configure.in (target_subdir): Set to libraries if enable_multilib.
10169
10170Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10171
10172 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10173 multilibs, force reconfiguration the first time we create
10174 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10175
10176Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10179 avoid confusion with --no-recursion.
10180
10181Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10182
10183 * configure.in: Win32 hosts shouldn't use install -x
10184 * install-sh: remove -x option, and special .exe-handling
10185 hack.
10186
d207ebef
JM
10187Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10188
10189 * config.guess: Recognize i586-pc-beos.
10190 * configure.in: Don't build some bits for beos.
10191
fbd836fc
ILT
10192Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10193
5d4a5ee6
JL
10194 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10195 CFLAGS default to -O2.
10196
fbd836fc
ILT
10197 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10198 when using GNU ld.
10199
10200Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * ltmain.sh: Correct install when using a different shell.
10203
10204Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10205
10206 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10207
d207ebef
JM
10208Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10209
10210 * makefile.vms: Update to build binutils/makefile.vms. Add install
10211 target.
fbd836fc
ILT
10212
10213Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10214
10215 * ltconfig: Update to correct AIX handling.
10216
69b471bc
JL
10217Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10218
81241b5e
JL
10219 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10220
69b471bc
JL
10221 * configure.in (target_subdir): Set to ${target_alias} instead
10222 of "libraries".
10223
bedf82df
MH
102241998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10225
10226 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10227 (Makefile): Depend on $(gcc_version_trigger).
10228
10229 * configure (gcc_version): Change default initializer to empty
10230 string.
10231 (gcc_version_trigger): New variable; pass this variable down
10232 to subdir configures to enable them checking gcc's version
10233 themselves. Emit make macros for both gcc_version vars.
10234 (topsrcdir): Initialize reliably.
10235 (recursion line): Remove --with-gcc-version=${gcc_version}.
10236
28e449d8
MH
102371998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10238
10239 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
10240 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10241 in $(libsubdir); emit definition in each generated Makefile.
10242 (gxx_include_dir): Initialize depending on
10243 $enable_version_specific_runtime_libs.
28e449d8 10244
50c4c9f7
MH
102451998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10246
10247 * configure (gcc_version): Initialize properly depending on
10248 how and where configure is started.
10249 (recursion line): Pass a --with-gcc-version=${gcc_version}
10250 to configures in subdirs.
10251
d207ebef
JM
10252Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10253
10254 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 10255 cygmon
d207ebef 10256
5d4a5ee6
JL
10257Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10258
10259 * configure.in: Add cygmon and libstub support for mn10200.
10260
2f96399b
MH
102611998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10262
10263 * configure (gcc_version): Add new variable describing the
10264 particular gcc version we're building.
10265 * Makefile.in (libsubdir): Add new macro for the directory
10266 in which the compiler finds executables, libraries, etc.
10267 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10268 and libsubdir.
10269
c4137c50
AO
10270Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10271
ceff9b14
AO
10272 * Makefile.in (local-clean): Remove *.log.
10273 (warning.log): Built with warn_summary from build.log.
10274 (mail-report.log): Run test_summary.
10275 (mail-report-with-warnings.log): Run test_summary including
10276 warning.log in the report.
c4137c50 10277
276d5ee0
RL
10278Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10279
10280 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10281
5d4a5ee6
JL
10282Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10283
10284 * Makefile.in (grep): Grep no longer depends on libiberty.
10285
10286Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10287
10288 * Makefile.in: all-snavigator needs all-libgui.
10289
10290Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10291
10292 * configure.in: Add cygmon and libstub support for mn10300.
10293
8af14275
ILT
10294Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10295
10296 * missing: Update to version from automake 1.3.
10297
fbd836fc
ILT
10298 * ltmain.sh: On installation, don't get confused if the same name
10299 appears more than once in the list of library names.
10300
466456d9
ILT
10301Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10302
10303 * config.sub: Accept m68060 and m5200 as CPU names.
10304
5d4a5ee6
JL
10305Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10306
10307 * configure: Use && rather than using -a in test, because odd
10308 strings can confuse test.
10309 * configure.in: Likewise.
10310
fbd836fc
ILT
10311Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10312
10313 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10314
f0983958
AO
10315Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10316
10317 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 10318 bootstrap4-lean): New targets.
f0983958 10319
bfed1ea0
JL
10320Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10321
10322 * mpw-* Delete. Not used.
10323
5d4a5ee6
JL
10324Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10325
10326 * COPYING.LIB: Update FSF address.
10327
bfed1ea0
JL
10328Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10329
10330 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10331
5d4a5ee6
JL
10332 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10333 GAS_SUPPORT_DIRS.
10334
bfed1ea0
JL
10335Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10336
10337 * ltconfig, ltmain.sh: Avoid producing a version number if
10338 -version-info was not used.
10339
5d4a5ee6
JL
10340Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10341
10342 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10343 building with newlib.
10344
103451998-04-30 Paul Eggert <eggert@twinsun.com>
10346
d207ebef 10347 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 10348 Solaris `make' causes it to continue to next definition.
d207ebef
JM
10349
10350Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10351
10352 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10353 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
10354
10355Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10356
10357 * configure.in: Change alpha to alpha* in several places.
10358
d207ebef
JM
10359Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10360
10361 * config.sub: Recognize sparc86x.
10362
77be0cab
MM
10363Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10364
10365 * configure.in (--enable-target-optspace): Remove debug echo.
10366
62441128
JW
10367Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10368
10369 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10370
bfed1ea0
JL
10371Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10372
10373 * ltconfig: Update cygwin32 support.
10374
5d4a5ee6
JL
10375 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10376 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10377 (GDB_SUPPORT_DIRS): Likewise.
10378
3f4ea1de
MM
10379Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10380
10381 * configure.in (target_makefile_frag): If --enable-target-optspace,
10382 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
10383 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10384 not used.
10385 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 10386
5d4a5ee6
JL
10387Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10388
10389 * Makefile.in (all-bfd): Depend on all-intl.
10390 (all-binutils): Likewise.
10391 (all-gas): Likewise.
10392 (all-gprof): Likewise.
10393 (all-ld): Likewise.
10394
103951998-04-19 Brendan Kehoe <brendan@cygnus.com>
10396
10397 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10398
bfed1ea0
JL
10399Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10400
5d4a5ee6
JL
10401 * Makefile.in (all-bfd): Depend upon all-libiberty.
10402
bfed1ea0
JL
10403 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10404
5d4a5ee6
JL
10405Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10406
10407 * Makefile.in: Add libstub.
10408
10409 * configure.in: Ditto. Build libstub for targets that have cygmon
10410 support.
10411
10412Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10415
10416Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10417
10418 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10419 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10420
ec8d6ddc
KW
10421Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10422
10423 * configure: Define DEFAULT_M4 by searching PATH.
10424 * Makfile.in: Use DEFAULT_M4.
10425
bfed1ea0
JL
10426Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * ltconfig: Add cygwin32 support.
10429
5d4a5ee6
JL
10430 * Makefile.in, configure.in: Add libtool as a native only directory
10431 to configure and build.
10432
547a6183
JL
10433Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10434
10435 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10436
5d4a5ee6 10437Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 10438
5d4a5ee6
JL
10439 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10440
10441Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10442
10443 * Makefile.in: add ash make rules
10444 * configure.in: add ash to native_only and host_tools lists
10445
10446Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10447
10448 * Makefile.in (all-gettext, all-intl): New targets.
10449 (ALL_MODULES): Added all-gettext, all-intl.
10450 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10451 (INSTALL_MODULES): Added install-gettext, install-intl.
10452 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10453
10454 * configure.in (host_tools): Added gettext.
10455 (native_only): Likewise.
10456 (noconfigdirs) [various cases]: Likewise.
10457 (host_libs): Added intl.
10458
d207ebef
JM
10459Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10460
10461 * configure: Do not disable building gdbtk for cygwin32 hosts.
10462
e98e406f
NC
10463Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10464
10465 * configure.in: Add thumb-coff target.
10466 * config.sub: Add thumb-coff target.
10467
5d4a5ee6
JL
10468Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10469
10470 * Makefile.in: Revert yesterday's change.
10471 (all-target-winsup): all-target-librx stays out of here.
10472
10473Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10474
10475 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10476 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10477 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10478 Remove references to librx and libg++.
10479
10480Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10481
10482 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10483 recursive makes
10484
bfed1ea0
JL
10485Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 10488 for newlib directory.
bfed1ea0
JL
10489 (CXX_FOR_TARGET): Likewise.
10490
10491Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10492
10493 * ltconfig: Update after libtool/ltconfig.in change for
10494 hpux11.
10495
10496Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10497
10498 * ltconfig, ltmain.sh: Update to libtool 1.2.
10499
3cd730af
MH
10500Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10501
10502 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10503 (install-gcc-cross): Instead, override LANGUAGES here.
10504
80564603
DL
105051998-03-18 Dave Love <d.love@dl.ac.uk>
10506
10507 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10508 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10509
d207ebef
JM
10510Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10511
10512 * configure.in: Add Thumb-pe target.
10513
5d4a5ee6 10514Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 10515
5d4a5ee6
JL
10516 * Makefile.in - changed sn targets to snavigator
10517 * configure.in - changed sn targets to snavigator
10518
2d4a0558
MH
10519Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10520
10521 * config-ml.in: After building symlink tree call make distclean
10522 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10523 to be the case for libiberty.
10524
04b93567
L
10525Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10526
10527 * configure: When making link, also check the current
10528 directory. The configure scripts may create one.
10529
9a06b842
RH
10530Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10531
10532 * config.sub: Accept alphapca56 and alphaev6 properly.
10533
217fc4e6
FS
10534Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10535
10536 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10537
3e07bdbd 10538Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 10539
e490616e 10540 * config.sub (sco5): Fix typo.
3e07bdbd 10541
5d4a5ee6
JL
10542Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10545 install-itcl.
10546 (install-itcl): Remove dependency on install-tcl.
10547
10548Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10549
10550 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10551
10552Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure.in: Don't build libgui for a cygwin32 target when not on
10555 a cygwin32 host.
10556
10557Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10558
10559 * configure (redirect): Set to null, so default behavior of
10560 configure is now --verbose.
10561
ce0d965c
DL
105621998-02-16 Dave Love <d.love@dl.ac.uk>
10563
10564 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10565 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10566
3acd1fd0
MH
10567Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10568
10569 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10570 this change to sync Makefile.in with its ChangeLog entries.
10571
5d4a5ee6
JL
10572Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10573
10574 * ltmain.sh (mkdir): Check that the directory doesn't exist
10575 before we exit with error, so that we don't get races during
10576 parallel builds.
10577
bfed1ea0
JL
10578Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10581
4e77e8f1
MH
10582Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10583
10584 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10585 PICFLAG_FOR_TARGET.
10586 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10587
10588 * configure: Emit a definition for the new macro enable_shared
10589 into each Makefile.
10590
5d4a5ee6
JL
10591Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10592
10593 * configure.in (host_tools, native_only): Add libtool.
10594
10595Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10596
10597 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10598 Fix typo in ming config comment.
10599
bfed1ea0
JL
10600Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10601
10602 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10603
5d4a5ee6
JL
10604Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * config.sub: Add tic30 cases, and map c30 to tic30.
10607
8821a725
RH
10608Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10609
10610 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10611 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10612 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10613 (CLEAN_TARGET_MODULES): Similarly
10614 (all-target-libf2c): Add dependences.
4e81ae98 10615 * configure.in (target_libs): Add libf2c.
8821a725 10616
5d4a5ee6
JL
10617Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10618
10619 * configure.in: Remove expect from noconfigdirs when target
10620 is cygwin32. OK to build expect and dejagnu with Canadian
10621 Cross.
10622
0aadd657
ILT
10623Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10624
5d4a5ee6
JL
10625 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10626 host.
10627
0aadd657
ILT
10628 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10629 and mingw32.
10630
d0a8352c
MH
10631Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10632
10633 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10634 here as it is not defined in the toplevel Makefile.
10635
59739e3c
MH
10636Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10637
10638 * configure (package_makefile_rules_frag): New variable, which names
10639 a file with generic rules, ...
10640 Change comment to mention we now have FIVE parts.
10641 * configure: Undo last change.
10642
228197ee
LT
10643Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10644
10645 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 10646 * config.sub: More accurate determination of HP processor types.
228197ee 10647
efd4c0ba
MH
10648Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10649
10650 * configure (package_makefile_frag): Move inserting the
10651 ${package_makefile_frag} to where it should be according
10652 to the comment.
10653
6eef3189
PB
10654Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10655
10656 * config.guess: Add support for Linux/ARM.
10657
d207ebef
JM
10658Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10659
10660 * .cvsignore: Remove *-info and *-install since they match
10661 release-info and mpw-install, which we don't want to just ignore.
10662
48464ebf
RH
10663Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10664
10665 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10666
803462a7
PN
10667Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10668
10669 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10670 local_prefix to sub-make invocations.
10671
520ab477
L
10672Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10673
10674 * configure.in: Check makefile fragments in the source
10675 directory.
10676
4bcdb76d
AO
10677Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10678
ceff9b14
AO
10679 * configure.in: Check whether host and target makefile
10680 fragments exist before adding them to *_makefile_frag.
4bcdb76d 10681
5d4a5ee6
JL
10682Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10683
10684 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10685
10686Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10687
10688 * configure.in: Make sure we only replace RPATH_ENVVAR on
10689 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10690 regexp to sed.
10691
10692 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10693 to sub-makes.
10694
0d3e11a5
LI
106951998-01-13 Lee Iverson (leei@ai.sri.com)
10696
10697 * config-ml.in (multi-do): LDFLAGS must include multilib
10698 designator.
10699
d45b3d87 10700Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
10701
10702 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10703
d39cd7a1
MK
10704Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10705
10706 * config.sub: Add mingw32 support.
10707 * configure.in: Likewise.
d39cd7a1 10708
6decbc24
FS
10709Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10710
10711 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10712
5d4a5ee6
JL
10713Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10714
10715 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10716 * configure (gxx_include_dir): Provide a definition for subdirs
10717 which do not use autoconf.
10718
10719Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10720
10721 * config.guess: Sync with egcs. Picks up new alpha support,
10722 BeOS & some additional linux support.
10723
d3d1907a
JL
10724Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10725
10726 * config.guess: HP 9000/803 is a PA1.1 machine.
10727
b104e095
RH
10728Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10729
10730 * configure.in: It's alpha*-...
10731
aca823c1
L
10732Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10733
10734 * configure.in (host_makefile_frag, target_makefile_frag):
10735 Handle multiple config files.
10736 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10737 alpha-*-*.
10738
d207ebef
JM
10739Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10740
10741 * mkdep: New file.
10742
10743Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10744
10745 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10746
5d4a5ee6
JL
10747Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10748
10749 * Makefile.in: Add libgui directory.
10750 (GDB_TK): Add all-libgui.
10751 * configure.in: Add libgui directory.
10752 * configure: Add all-libgui to GDB_TK.
10753
10754Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10755
10756 * config-ml.in (multidirs): Add m32r to multilib list.
10757
10758Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10759
10760 * Makefile.in (all-target-gperf): Change dependency to
10761 all-target-libstdc++.
10762
baf55877
FF
10763Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10764
10765 * config.guess: Add BeOS support.
10766
5d4a5ee6
JL
10767Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10768
10769 Source directory cvs renamed to cvssrc:
10770 * configure.in (host_tools): Change cvs to cvssrc.
10771 (native_only): Likewise.
10772 (noconfigdirs) [various cases]: Likewise.
10773 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10774 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10775 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10776 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10777 (all-cvssrc): Rename target from all-cvs.
10778
f2d76545
JL
10779Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10780
10781 * configure (gxx_include_dir): Fix thinko.
10782
205cba53
JL
10783Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10784
10785 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10786 (install-cross, install-gcc-cross): New targets.
10787
5d4a5ee6
JL
10788Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10789
10790 * configure.in (noconfigdirs): Add support for Thumb target.
10791
10792 * config.sub (maybe_os): Add support for Thumb target.
10793
10794Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10795
10796 * Makefile.in: Add rules for cygmon.
10797
10798 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10799
96b0f1fc
JL
10800Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10801
10802 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10803 * configure (gxx_include_dir): Provide a definition for subdirs
10804 which do not use autoconf.
d207ebef
JM
10805
10806Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10807
10808 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 10809 11/18/97 build
d207ebef 10810
7dfef6ed
JL
10811Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10812
10813 * From Franz Sirl.
10814 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10815 found on RedHat Linux systems.
96b0f1fc 10816
83cfe7c0
JL
10817Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10818
10819 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10820 guesses.
10821
7dfef6ed
JL
10822Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10823
10824 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10825
5d4a5ee6
JL
10826Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10827
10828 * ltmain.sh: If mkdir fails, check whether the directory was created
10829 anyhow by some other process.
10830
d207ebef
JM
10831Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10832
10833 * configure.in (d30v-*-*): Configure all directories.
10834
10835Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10836
10837 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10838 for the D30V.
10839
10840Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10841
10842 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10843
5d4a5ee6
JL
10844Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10845
e490616e
ZW
10846 * include/libiberty.h: Add extern "C" { so it can be used with C++
10847 progrms.
10848 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10849 programs.
5d4a5ee6 10850
d207ebef
JM
10851Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10852
10853 * configure.in (d30v-*-*): Configure GCC now.
10854
5d4a5ee6
JL
10855Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10856
10857 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10858 is no longer needed.
10859
c9670e62
JM
10860Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10861
10862 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10863
cc71c0ca
MH
10864Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10865
10866 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10867 targets using "$@" to provide support for similar but not identical
10868 targets without having to duplicate code.
10869
d207ebef
JM
10870Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10871
10872 * makefile.vms: Fix to work with DEC C.
10873
10874Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10875
10876 * config.sub: Add mips-tx39-elf to marketing names.
10877
10878Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * ltmain.sh: Handle symlinks in generated script.
10881
10882Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10883
10884 * configure: Handle autoconf style directory options: --bindir,
10885 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10886 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10887 --sysconfdir.
10888 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10889 (sharedstatedir, localstatedir, oldincludedir): New variables.
10890 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10891 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10892 sbindir, sharedstatedir, and sysconfdir.
10893
b1e3ddfd
AJ
10894Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10895
10896 * Makefile.in (bootstrap-lean): New target.
10897
d207ebef
JM
10898Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10899
10900 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 10901 sn, and gnuserv from noconfigdirs.
d207ebef
JM
10902
10903Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10904
10905 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10906
09f97c1e
JL
10907Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10908
10909 * Makefile.in (cross): New target.
10910
335d0ab2
AO
10911Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10912 Jeff Law <law@cygnus.com>
10913
10914 * Makefile.in (bootstrap2, bootstrap3): New targets.
10915 (all-bootstrap): Remove outdated and confusing target.
339c9b00 10916 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 10917
d207ebef
JM
10918Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10919
10920 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 10921 windows. Consistent with gdb/configure.
d207ebef 10922
e693cc28
UD
109231997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10924
e693cc28
UD
10925 * configure.in: Name Linux target fragment.
10926
10927 * configure: Rewrite so that project Makefile fragment is inserted
10928 first and appears last in the resulting Makefile.
10929
d207ebef
JM
10930Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * Makefile.in (install-itcl): Install tcl first.
10933
5d4a5ee6
JL
10934Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10935
10936 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10937
f401679e
JW
10938Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10939
10940 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10941
10942 * configure.in (skipdirs): Add target-librx for Linux.
10943 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10944
ec20b1b9
JL
10945Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10946
10947 * Makefile.in (bootstrap): New target.
10948
becdcf6d
JL
10949Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10950
63f6bcd7 10951 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 10952
d207ebef
JM
10953Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * config.guess: Merge with FSF.
10956
0c82f6bf
FF
10957Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10958
10959 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10960
d207ebef
JM
10961Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10962
10963 * config.sub: Add "marketing-names" patch.
10964
3fbc0b70
JS
10965Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10966
e490616e 10967 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 10968
e20d4801
JL
10969Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10970
10971 * config.sub: Handle v850-elf.
10972
fe181f78 10973Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
10974
10975 * .cvsignore (*-install): Remove.
10976
bfed1ea0
JL
10977Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10978
10979 * ltconfig: Set CONFIG_SHELL in libtool.
10980 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10981
558a1e7c
JW
10982Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10983
10984 * configure.in (target_subdir): Set to libraries if enable_multilib.
10985
7818d6fc
JW
10986Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10987
10988 * config.guess: Update from gcc directory.
10989
d207ebef
JM
10990Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10991
10992 * Makefile.in (all-sim): Depends on all-readline.
10993
6599da04
JM
10994Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10995
10996 * Makefile.in (BISON, YACC): Use $$s.
10997 (all-bison): Depend on all-texinfo.
10998
10999Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11000
11001 * Makefile.in (BISON): Add -L flag.
11002 (YACC): Likewise.
11003
d207ebef
JM
11004Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11005
4e81ae98
EC
11006 * configure.in (noconfigdirs): Add support for v850e target.
11007
d207ebef
JM
11008 * config.sub (maybe_os): Add support for v850e target.
11009
11010Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11011
4e81ae98
EC
11012 * configure.in (noconfigdirs): Add support for v850ea target.
11013
d207ebef
JM
11014 * config.sub (maybe_os): Add support for v850ea target.
11015
6599da04
JM
11016Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11017
11018 * config.sub: Add mipstx39. Delete r3900.
11019
11020Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11021
11022 * Makefile.in (all-autoconf): Depends on all-texinfo.
11023
11024Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11025
11026 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11027 eabi targets.
11028
11029Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11030
11031 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11032
11033 * configure: When handling a Canadian Cross, handle YACC as well as
11034 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 11035 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
11036
11037Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11038
11039 * Makefile.in (BISON): bison, not byacc or bison -y.
11040 (YACC): bison -y or byacc or yacc.
11041 (various): Add *-bison as appropriate.
11042 (taz): No need to mess with BISON anymore.
11043
11044Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * configure: If OSTYPE matches *win32*, try to find a good value for
11047 CONFIG_SHELL.
11048
11049Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11050
11051 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11052 configure.in if it is present.
11053
11054Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11055
11056 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11057
11058Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11059
11060 * config.sub: Recognize `arc' cpu.
11061 * configure.in: Likewise.
11062 * config-ml.in: Likewise.
11063
11064Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11067
11068Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11069
11070 * configure: Changed sed delimiter from ':' to '|' when
11071 attempting to substitute ${config_shell} for SHELL. On
11072 NT ${config_shell} may contain a ':' in it.
11073
11074Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11075
11076 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11077
11078Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11079
11080 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11081
11082Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11085
11086 * ylwrap: If the program is a relative path, force it to be
11087 absolute.
11088
11089Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11090
11091 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11092
11093Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11094
11095 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
11096 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11097 for libraries.
6599da04
JM
11098
11099Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11100
11101 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 11102 separated by spaces.
6599da04
JM
11103
11104Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11105
11106 * ylwrap: New file.
11107 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11108
11109 * ltmain.sh: Handle /bin/sh at start of install program.
11110
11111 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11112
11113 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11114 * missing: New file, from automake 1.2.
11115
11116Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11119 check-tk to CHECK_X11_MODULES.
11120
11121Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11122
11123 * config.sub: Merge with FSF.
11124
11125Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * config.guess: Merge with FSF.
11128
11129Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11130
11131 * configure: Treat msdosdjgpp like go32.
11132 * configure.in: Likewise. Don't remove gprof for go32.
11133
11134 * configure: Change Makefile.tem2 to Makefile.tm2.
11135
11136Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11137
11138 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11139
11140Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11141
11142 * install-sh (chmodcmd): Set to null if the DST directory already
11143 exists. Same as Nov 11th change.
11144
11145Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11146
4e81ae98 11147 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
11148
11149Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11150
11151 * config.guess: Update from FSF.
11152
11153Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11154
11155 * Makefile.in (GDB_TK): Depend on itcl and tix.
11156
11157Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11158
11159 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11160 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11161 (INSTALL_SCRIPT): New variable.
11162 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11163 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11164 to -x.
11165 * install-sh: Add support for -x option.
11166
11167Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * configure.in, Makefile.in: Treat tix like itcl.
11170
11171Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * Makefile.in (WINDRES): New variable.
11174 (WINDRES_FOR_TARGET): New variable.
11175 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11176 (EXTRA_HOST_FLAGS): Add WINDRES.
11177 (EXTRA_TARGET_FLAGS): Add WINDRES.
11178 (EXTRA_GCC_FLAGS): Add WINDRES.
11179 ($(DO_X)): Pass down WINDRES.
11180 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11181 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11182 DLLTOOL_FOR_TARGET.
11183
11184Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11185
11186 * configure.in: configure sim before gdb for win32-x-ppc
11187
11188Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11189
11190 Move gperf into the toplevel, from libg++.
11191 * configure.in (target_tools): Add target-gperf.
11192 (native_only): Add target-gperf.
11193 * Makefile.in (all-target-gperf): New target, depend on
11194 all-target-libg++.
11195 (configure-target-gperf): Empty rule.
11196 (ALL_TARGET_MODULES): Add all-target-gperf.
11197 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11198 (CHECK_TARGET_MODULES): Add check-target-gperf.
11199 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11200 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11201
11202Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 11203
6599da04
JM
11204 * config.sub (mn10200): Recognize new basic machine.
11205
11206Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11207
11208 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11209 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11210
11211Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11212
11213 * configure.in: If we're building mips-sgi-irix6* native, turn on
11214 ENABLE_MULTILIB and set TARGET_SUBDIR.
11215
11216Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11217
11218 * Makefile.in (all-sn): Depend on all-grep.
11219
11220Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11223
11224 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11225 Makefile. From Jeff Makey <jeff@cts.com>.
11226 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11227
11228 * Makefile.in (DISTBISONFILES): Remove.
11229 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11230 $(DEFAULT_YACC).
11231
11232 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 11233 cygwin32.
6599da04
JM
11234
11235 * Makefile.in (LD): New variable.
11236 (EXTRA_HOST_FLAGS): Pass down LD.
11237 ($(DO_X)): Likewise.
11238
11239Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11240
11241 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11242
11243Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11244
11245 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 11246 before adding our own. Always add --build.
6599da04
JM
11247
11248Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11249
11250 * configure.in (targargs): Pass --build if we're doing
11251 a cross-compile.
11252
11253Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11254
ca236658 11255 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
11256 sed. Otherwise sed chokes on NT path names with drive
11257 designators. Also look for "?:*" as the leading characters in an
11258 absolute pathname.
11259
11260Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11261
11262 * config.sub: Support for r3900.
11263
11264Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11265
11266 * configure.in: Use install-sh, not install.sh.
11267
11268Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11269
11270 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11271 apply it twice.
11272
11273Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11276 install-binutils.
11277
11278Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11279
11280 * Makefile.in: Add automake targets.
11281 * configure.in (host_tools): Add automake.
11282
11283Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * configure: Default CXX to c++, not gcc.
11286 * Makefile.in (CXX): Set to c++, not gcc.
11287 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11288
11289Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11290
11291 * install-sh: try appending a .exe if source file doesn't
11292 exist
11293
11294Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11295
11296 * configure.in: Turn on multilib by default.
11297 (cross_only): Remove target-libiberty.
11298
11299 * Makefile.in (all-gcc): Don't depend on libiberty.
11300
11301Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11302
11303 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11304
11305Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11308 (DISTBISONFILES): Add ld/Makefile.in
11309
11310Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11311
11312 * configure.in: if target is cygwin32 but host isn't cygwin32,
11313 don't configure gdb tcl tk expect, not just gdb.
11314
11315Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11316
11317 * configure.in: Added gnuserv everywhere sn appears.
11318
11319 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11320 (CROSS_CHECK_MODULES): Added check-gnuserv.
11321 (INSTALL_MODULES): Added install-gnuserv.
11322 (CLEAN_MODULES): Added clean-gnuserv.
11323 (all-gnuserv): New target.
11324
11325Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11326
11327 * config.guess: Fixes for MIPS OpenBSD systems.
11328
11329Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (INSTALL_XFORM): Remove.
11332 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11333
11334 * mkinstalldirs: New file, copied from automake.
11335 * Makefile.in (installdirs): Rename from install-dirs. Use
11336 mkinstalldirs. Change all users.
11337 (DEVO_SUPPORT): Add mkinstalldirs.
11338
11339Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11340
11341 * install-sh: Rename from install.sh.
11342 * Makefile.in (INSTALL): Change install.sh to install-sh.
11343 (DEVO_SUPPORT): Likewise.
11344
11345 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11346 Graichen <graichen@rzpd.de>.
11347
11348Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11349
11350 * config.guess: Recognize OpenBSD systems correctly.
11351
11352Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11353
11354 * README, Makefile.in (ETC_SUPPORT): Remove references to
11355 cfg-paper*, configure.{texi,man,info*}._
11356
11357Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11358
11359 * Makefile.in (all.normal): Ensure that gcc is built after all
11360 the x11 - ie gdb - targets.
11361
11362Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11363
11364 * makefile.vms: Don't run conf-a-gas.
11365
11366Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11367
e490616e 11368 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 11369
d207ebef
JM
11370Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11371
11372 * configure.in: Remove noconfigdirs case since gdb also
11373 configures and builds for tic80-coff.
11374
6599da04
JM
11375Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * configure: Set cache_file to config.cache.
11378 * Makefile.in (local-distclean): Remove config.cache.
11379
11380Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * COPYING: Update FSF address.
11383
d207ebef
JM
11384Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11385
11386 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11387 noconfigdirs.
11388
6599da04
JM
11389Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11390
11391 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11392 MAKEDIRS, is empty.
11393
11394Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11395
11396 * config.sub: Tweak mn10300 entry.
11397
11398Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11399
11400 * configure.in (host_tools): Put sim before gdb, so gdb's
11401 configure.tgt can determine if the simulator was configured.
11402
11403Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11404
11405 * config.sub: Move BeOS $os case to be with other Cygnus
11406 local cases.
11407
11408Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11409
11410 * config.sub: Remove misplaced comment that broke Linux.
11411
11412Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11413
11414 * config.sub: Add BeOS support.
11415
11416Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11417
11418 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11419
11420Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11421
11422 * configure.in (noconfigdirs): Remove tcl and tk from
11423 noconfigdirs for cygwin32 builds.
11424
d207ebef
JM
11425Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11426
11427 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11428
6599da04
JM
11429Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11430
11431 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11432 make-all.com, use makefile.vms instead.
11433
11434Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11435
11436 * config.sub: Accept -lnews*.
11437
d207ebef
JM
11438Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11439
11440 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 11441 target-examples and target-libiberty for d30v.
d207ebef
JM
11442
11443Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11444
11445 * configure.in (noconfigdirs): Enable ld for d30v.
11446
11447Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11448
11449 * configure.in (tic80-*-*): Build compiler.
11450
11451Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11452
11453 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 11454 unsupported d30v directories
d207ebef
JM
11455
11456Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11457
4e81ae98
EC
11458 * config.sub, configure.in: Add d30v target cpu.
11459
6599da04
JM
11460Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11461
11462 * makefile.vms: New file.
11463 * make-all.com: Remove.
11464
11465Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11466
11467 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11468
11469Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11470
11471 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11472
11473Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11474
11475 * Makefile.in (ALL_MODULES): Added all-db.
11476 (CROSS_CHECK_MODULES): Addec check-db.
11477 (INSTALL_MODULES): Added install-db.
11478 (CLEAN_MODULES): Added clean-db.
11479
11480Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * config.guess: Merge with latest FSF sources.
11483
11484Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11485
11486 * Makefile.in (ALL_MODULES): Added all-itcl.
11487 (CROSS_CHECK_MODULES): Added check-itcl.
11488 (INSTALL_MODULES): Added install-itcl.
11489 (CLEAN_MODULES): Added clean-itcl.
11490
11491Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11492
11493 * configure.in: build gdb for mn10200
11494
11495Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11496
11497 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11498
d207ebef
JM
11499Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11500
11501 * configure.in (tic80-*-*): Turn off most targets right now.
11502
6599da04
JM
11503Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11504
11505 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11506 rather than the makeinfo program.
11507 (do-info): Depend upon all-texinfo.
11508
11509Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * configure.in: Remove uses of config/mh-linux.
11512
11513 * config.sub, config.guess: Merge with latest FSF sources.
11514
d207ebef
JM
11515Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11516
11517 * config.sub (case $basic_machine): Add tic80 entries.
11518
6599da04
JM
11519Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * config.sub, config.guess: Merge with latest FSF sources.
11522
11523Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11524
11525 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11526 * mpw-config.in: Test for NewFolderRecursive.
11527 * mpw-install: Use symbolic name for startup filename.
11528 * mpw-README: Add various additional details.
11529
11530Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11531
11532 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11533
11534Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11535
11536 * configure.in: Do build gcc and the target libraries for
11537 the mn10200.
11538
11539Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11540
11541 * configure.in: don't avoid building gdb for mn10300 any more
11542 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11543 instead of single-quoting it.
11544
11545Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11546
11547 * configure.in: Don't use --with-stabs on IRIX 6.
11548
11549Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11550
11551 * configure.in (m32r): Build gdb, libg++ now.
11552
11553Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11554
11555 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11556 directories from noconfigdirs.
11557
11558Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11559
11560 * config.sub (basic_machine): added mips16 configuration
11561
11562Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11563
11564 * config.sub: Handle d10v-unknown.
11565
d207ebef
JM
11566Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11567
11568 * config.sub: Handle v850-unknown.
11569
6599da04
JM
11570Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11571
11572 * Makefile.in: add findutils
11573 * configure.in: add findutils to list of host_tools
11574
11575Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11576
11577 * config.sub: Handle mn10200 and mn10300.
11578
11579Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11580
11581 * configure.in (d10v-*): Do not build librx.
11582
11583Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11584
11585 * configure.in (mn10300): Build everything except gdb & libgloss.
11586
11587Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11588
11589 * config.guess: Patch for Dansk Data Elektronik servers,
11590 from Niels Skou Olsen <nso@dde.dk>.
11591
11592 For ncr, use /bin/uname rather than uname, since GNU uname does not
11593 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11594
11595 Patch for MIPS R4000 running System V,
11596 from Eric S. Raymond <esr@snark.thyrsus.com>.
11597
11598 Fix thinko for nextstep.
11599
11600 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11601
11602 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11603 * config.guess: Guess mips-dec-mach_bsd4.3.
11604
11605 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11606 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11607 release numbers.
11608 * config.guess (mips-mips-riscos*): Emit just enough of the
11609 release number.
11610
11611 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11612 * config.guess (sparc-auspex-sunos*): Added.
11613 (f300-fujitsu-*): Added.
11614
11615 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11616 * config.guess: Recognize a Tadpole as a sparc.
11617
11618Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11619
11620 * config.guess: Don't assume that NextStep version is either 2 or
11621 3. NextStep 4 (aka OpenStep 4) has come out now.
11622
11623Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11624
11625 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11626 From Rik Faith <faith@cs.unc.edu>.
11627
11628Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11629
11630 * config.sub: Contributions from bug-gnu-utils to:
11631 Support plain "hppa" (no version given) architecture, reported by
11632 OpenStep.
11633 OpenBSD like NetBSD.
11634 LynxOs is not a hardware supplier.
11635
11636 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 11637 OpenBSD like NetBSD.
6599da04
JM
11638 Stratus systems.
11639 More Pyramid systems.
11640 i[n>4]86 Intel chips.
11641 M680[n>4]0 Motorola chips.
11642 Use unknown instead of lynx for hardware manufacturer.
11643
11644Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11645
11646 * install.sh (chmodcmd): Set to null if the DST directory already
11647 exists.
11648
11649Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11650
11651 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11652 not use mt-ppc target Makefile fragment any more.
11653
11654Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11655
11656 * configure.in (*-*-windows): Exclude everything but those dirs
11657 needed to build windows.
11658
11659Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11660
11661 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11662
11663Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11664
11665 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
11666
11667Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11668
11669 * Undo my previous change.
11670
11671Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11674 unconditionally.
11675 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11676
11677Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11678
11679 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11680 host to add it's own flags.
6599da04
JM
11681
11682Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11685
11686Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11689 (CXX_FOR_TARGET): Likewise.
11690 (GCC_FOR_TARGET): Define.
11691 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11692 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11693 CC_FOR_TARGET was specified on the command line.
11694 (MAKEOVERRIDES): Don't define.
11695
11696Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11697
11698 * configure.in (m32r): Fix spelling of libg++ libs.
11699
11700Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11701
11702 * config.sub (-apple*): Remove, now redundant.
11703
11704Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11705
11706 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11707
11708 * configure: Rework yesterday's sed script patch.
11709
11710 * config.sub: Merge with FSF.
11711
11712Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11713
11714 * config.guess: Merge from FSF.
11715
11716 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
11717 * config.guess: Use pc instead of unknown, for pc clone systems.
11718 Change linux to linux-gnu.
6599da04
JM
11719
11720 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 11721 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
11722
11723Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11724
11725 * test-build.mk (HOLES): Add "xargs" for gdb.
11726
11727 * configure: Avoid hpux10.20 sed bug.
11728
11729Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11730
731a8127 11731 * configure.in: Add support for windows host
6599da04
JM
11732 (that is a build done under the Microsoft build environment).
11733
11734Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11735
11736 * Makefile.in: Replace all uses of srcroot with s, to shrink
11737 command line lengths.
11738
11739 Patches from Geoffrey Noer <noer@cygnus.com>:
11740 * configure.in: If configuring for newlib, pass --with-newlib to
11741 subdirectories.
11742 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11743 -Bnewlib/ and -Lwinsup to gcc.
11744 (CXX_FOR_TARGET): Likewise.
11745
11746Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * Makefile.in (ETC_SUPPORT): Add configure.
11749
11750Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11751
4e81ae98 11752 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
11753 host configuration file.
11754
11755Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11756
11757 * configure.in: Break mn10x00 support into separate
11758 mn10200 and mn10300 configurations.
11759 * config.sub: Likewise.
11760
11761Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11762
11763 * configure.in: Add lots of stuff to noconfigdirs for
11764 the mn10x00 targets.
11765
11766 * config.sub, configure.in: Add mn10x00 support.
11767
11768Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11769
11770 * make-all.com: Call conf-a-gas, not config-a-gas.
11771
11772Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11773
11774 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 11775 targets.
6599da04
JM
11776
11777Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11778
11779 * mpw-README: Add much more detail for native PowerMac.
11780 * mpw-install: New file.
11781 * mpw-configure: Add --norecursion and --help options.
11782 * mpw-config.in: Translate readme and install files when
11783 copying to objdir.
11784 * mpw-build.in: Don't always depend on byacc and flex.
11785 (install-only-top): New action.
11786
d207ebef
JM
11787Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11788
11789 * configure.in: You can now configure GDB for the v850.
11790
6599da04
JM
11791Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11792
11793 * configure.in (noconfigdirs): Don't configure any C++ dirs
11794 if targeting D10V.
11795
11796Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * config.sub: Recognize mips64vr5000.
11799
11800Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11801
11802 * configure.in: Use a single line for host_tools and native_only.
11803
11804Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11805
11806 * config.sub, configure.in: Add entries for m32r.
11807
11808Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11809
11810 * Makefile.in (inet-install): Don't run install-gzip.
11811
11812Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11813
11814 * configure.in: Don't config lots of things for *-*-windows*.
11815
11816Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11819 (host_libs, host_tools): Copy from configure.in.
11820 * mpw-configure: Don't complain about directories not found.
11821
11822Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11823
11824 * configure.in (i[345]86): Recognize i686 for pentium pro.
11825 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11826 file.
11827
11828 * config.guess (i[345]86): Ditto.
11829
11830Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11831
11832 * configure.in (noconfigdirs): Removed gdb for D10V.
11833
d207ebef 11834Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 11835
d207ebef
JM
11836 * configure.in: Remove ld, target-libio, target-libg++, and
11837 target-libstdc++ from noconfigdirs.
5d4a5ee6 11838
6599da04
JM
11839Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11840
11841 * configure: Fix three locations where shell scripts were
11842 being run directly rather than with config_shell.
11843
d207ebef
JM
11844Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11845
11846 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11847 * config.sub (basic_machine): Recognize v850.
11848
6599da04
JM
11849Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 * mpw-configure: Handle multiple enable/disable options and
11852 pass them down recursively, handle -c and -s flags appropriately
11853 depending on choice of compiler, add escape mechanism for
11854 quoted arguments to gC.
11855
11856Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11857
11858 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11859 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11860 so that -mrelocatable-lib and -mno-eabi are used.
11861
11862 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11863 not support --print-multi-lib, don't abort.
11864
6599da04
JM
11865Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11866
11867 * make-all.com: Run config-a-gas.
11868 * setup.com: Don't copy subdirectory files around.
11869
11870Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11871
11872 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11873 target, it now compiles correctly.
11874
11875Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11876
11877 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11878
11879Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11880
4e81ae98 11881 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
11882
11883Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11884
11885 * configure.in (native_only): Add prms.
11886
11887Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11888
11889 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11890 (BINUTILS_SUPPORT_DIRS): Likewise.
11891
11892Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11895 d10v support is added.
11896
11897Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11898
11899 * configure.in (d10v-*-*): New target.
11900
11901Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11902
11903 * config.guess (HP 9000/811): Recognize this as a PA1.1
11904 machine.
11905
11906Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11907
11908 * Makefile.in (do-tar-gz): New target, split out from tail end of
11909 taz target. Run each command separately, don't use pipes.
11910 (taz): Use it.
11911
11912Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11915 * mpw-build.in: No builds should depend on building byacc or flex,
11916 they are assumed to be installed already.
11917
11918Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11921 variable that CC_FOR_TARGET needs.
11922
11923Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11924
11925 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11926 options have changed since the last time the subdirectory was
11927 configured, and if it has, reconfigure.
11928 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11929 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11930
11931Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11932
11933 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11934 CLEAN_MODULES): Add bash.
11935 (all-bash): New target.
11936
11937Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11938
11939 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11940
11941Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11942
11943 * config.sub (basic_machine): Recognize d10v as a valid processor.
11944
11945Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11946
11947 * mpw-configure: Add support for --bindir.
11948 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11949
11950Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11951
11952 * configure.in: add bash, time, gawk to list of hosttools and things
11953 to only build for native toolchains
11954
11955Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11956
11957 * Makefile.in (docdir): Remove.
11958
11959Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11960
11961 * Makefile.in (datadir): Set to $(prefix)/share.
11962
11963Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11964
11965 * configure.in: build diff and patch for cygwin32-hosted
11966 toolchains.
11967
11968Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11969
11970 * config.sub: Accept -rtems*.
11971
11972Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11973
e490616e
ZW
11974 * configure.in: enable dosrel for cygwin32-hosted builds,
11975 remove diff from the list of things not buildable
11976 via Canadian Cross
6599da04
JM
11977
11978Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11979
11980 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 11981 don't get ". ".
6599da04
JM
11982
11983Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11984
11985 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11986
11987Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11988
11989 * Makefile.in (taz): Handle case where tex3patch didn't even get
11990 checked out. Also, if it was found, put the symlink in a new util
11991 subdirectory.
11992
11993Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11994
11995 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11996
11997Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11998
11999 * config.sub: Recognize -openvms.
12000 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12001 * make-all.com, setup.com: New files.
12002
12003Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12004
12005 * Makefile.in (taz): tex3patch moved to texinfo/util.
12006
12007Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12008
12009 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12010 * configure.in: remove make from disable-if-Can-Cross list
12011 enable gdb if ${host} and ${target} are cygwin32
12012
12013Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12014
12015 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12016 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12017
12018Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12019
12020 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12021 distinguish sysv/svr4/bsd variants.
12022 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12023
12024Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12025
12026 * configure.in: Added copyright notice.
12027 * move-if-change: Added copyright notice.
12028
12029Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12030
12031 * configure.in (powerpcle-*-solaris*): Until we get shared
12032 libraries working, don't build gdb, sim, make, tcl, tk, or
12033 expect.
12034
12035Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12036
12037 * config.guess: Merge with FSF:
12038
12039 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12040 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12041
12042 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12043 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12044
12045 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12046 * config.guess: Combine two OSF1 rules.
12047 Also recognize field test versions. From mjr@zk3.dec.com.
12048 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12049 because GNU uname does not support -p. From pmr@pajato.com.
12050
12051Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12052
12053 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12054
12055Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12056
12057 * mpw-README: Document GCCIncludes.
12058
12059Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12060
12061 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12062
12063Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12066
12067Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12068
12069 * configure.in (*-*-cygwin32): Configure make.
12070
12071Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12072
12073 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12074
12075Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12076
12077 * Makefile.in (all-inet): Depend on all-perl.
12078
12079 * Makefile.in (inet-install): New target.
12080
12081 * Makefile.in (all-inet): Depend on all-tcl.
12082 (all-inet): Depend on all-send-pr.
12083
12084Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12085
12086 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12087 temporarily.
12088
12089Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12090
12091 * configure.in: Don't configure --with-gnu-ld on AIX.
12092
12093Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12094
12095 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12096
12097Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12098
12099 * Makefile.in (ALL_MODULES): Added all-inet.
12100 (CROSS_CHECK_MODULES): Added check-inet.
12101 (INSTALL_MODULES): Added install-inet.
12102 (CLEAN_MODULES): Added clean-inet.
12103 (all-indent): New target.
12104
12105 * configure.in (host_tools): Added inet.
12106 (native_only): Added inet.
12107 (noconfigdirs): Added inet.
12108
12109Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * configure.in: Don't configure libgloss if we are not configuring
12112 newlib.
12113
12114Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12115
12116 * configure.in: Don't configure libgloss for unsupported
12117 architectures.
12118
12119Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12120
12121 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12122
12123Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12124
12125 * Makefile.in (ALL_MODULES): Include all-apache.
12126 (CROSS_CHECK_MODULES): Include check-apache.
12127 (INSTALL_MODULES): Include install-apache.
12128 (all-apache): New target.
12129
12130 * configure.in: Added apache everywhere perl is seen.
12131
12132Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12133
12134 * Makefile.in: Add support for clean-{module} and
12135 clean-target-{module} rules.
12136
12137Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12138
12139 * configure.in (*-*-ose) do not build libgloss.
12140
12141Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12142
12143 * config.guess (prep*:SunOS:5.*:*): Turn into
12144 powerpele-unknown-solaris2.
12145
12146Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * configure.in: Permit --enable-shared to specify a list of
12149 directories.
12150
12151Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12152
12153 * configure.in (host==solaris): Pass only the first word of $CC
12154 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12155
12156Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12157
12158 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12159
12160Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12161
12162 * Makefile.in (ALL_MODULES): Include all-perl.
12163 (CROSS_CHECK_MODULES): Include check-perl.
12164 (INSTALL_MODULES): Include install-perl.
12165 (ALL_X11_MODULES): Include all-guile.
12166 (CHECK_X11_MODULES): Include check-guile.
12167 (INSTALL_X11_MODULES): Include install-guile.
12168 (all-perl): New target.
12169 (all-guile): New target.
12170
12171 * configure.in (host_tools): Include perl and guile.
12172 (native_only): Include perl and guile.
12173 (noconfigdirs): Don't build guile and perl; no ports have been
12174 done.
12175
12176Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12177
e490616e
ZW
12178 * configure (--enable-*): Handle quoted option lists such as
12179 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
12180
12181Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * Makefile.in ({,inst}all-target): New rule so we can make and
12184 install all of the target directories easily.
12185
12186Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12187
12188 * configure.in: Add missing global flag in sed substitution when
12189 deleting `target-' from ${configdirs}.
12190
12191Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12192
12193 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12194 option.
12195
12196 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12197 config/mh-necv4.
12198
12199 * install.sh: Correct misspelling of transformbasename.
12200
12201 * config.guess: Recognize mips-*-sysv*.
12202
12203Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12204
12205 * config.sub: Recognize mon960.
12206
12207Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * configure: Restore Canadian Cross handling of BISON and LEX,
12210 removed in Feb 20 change.
12211
12212Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12213
12214 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12215 Mention make install. Remove the old copyright date as well the
12216 clumsy and rather pointless copyright on the README file.
12217
12218Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12219
12220 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12221 Makefile after running symlink-tree, then run `make distclean' to
12222 avoid clobbering any generated files in srcdir.
12223
12224Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12225
12226 * configure.in (m68k-*-netbsd*): Build everything now.
12227
12228Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12229
12230 * Makefile.in (taz): Fix quoting.
12231
12232Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12233
12234 * configure.in (sparclet-*-*): Build everything now.
12235
12236Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12237
12238 * configure.in (m68k-*-linux*): New host.
12239
12240Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12241
12242 * configure: Check for bison before byacc.
12243
12244Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12245
12246 * Makefile.in configure: Change the way LEX and BISON/YACC are
12247 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12248 searching PATH. These are used as fallbacks by Makefile.in if
12249 flex/bison/byacc aren't in objdir.
12250
12251Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12252
12253 * Makefile.in: Make everything which depends upon all-bfd also
12254 depend upon all-opcodes, in case --with-commonbfdlib is used.
12255
12256Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12257
12258 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12259 building NT native compilers on Unix.
12260
12261Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12262
12263 * configure.in: Don't get CC from the host Makefile fragment if we
12264 can find gcc in PATH, or if this is a Canadian Cross. Move the
12265 Solaris test for /usr/ucb/cc to the post target script, just after
12266 the compiler sanity test.
12267
12268Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12269
12270 * config.sub: Merge with FSF.
12271
12272Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * Makefile.in (RPATH_ENVVAR): New variable.
12275 (REALLY_SET_LIB_PATH): Use it.
12276 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12277
12278Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12279
12280 * config.sub, configure.in: Recognize sparclet cpu.
12281
12282Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12283
12284 * config.guess: Support m68k-cbm-sysv4.
12285
12286Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12287
12288 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12289 m68k-unknown-linuxaout from linker help string. Put quotes around
12290 $ld_help_string.
12291
12292Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12293
12294 * config.guess (powerpc-harris-powerunix): Add guess for port
12295 to new target.
12296
12297Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12298
12299 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12300
12301Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12302
12303 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12304 $(REALLY_SET_LIB_PATH) in Makefile.
12305 * Makefile.in (SET_LIB_PATH): New variable.
12306 (REALLY_SET_LIB_PATH): New variable.
12307 ($(DO_X)): Use $(SET_LIB_PATH).
12308 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12309 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12310 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12311 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12312 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12313 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12314 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12315 (install-dosrel): Likewise.
12316 (all-opcodes): Depend upon all-libiberty.
12317
12318Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12319
12320 * config.guess (*:CYGWIN*): New
12321
12322Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12323
12324 * Makefile.in (all-target-winsup): All all-target-libiberty.
12325
12326Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12327
12328 * configure.in (noconfigdirs): Add missing # in front of comment.
12329
12330Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12331
12332 * configure.in: add second pass to things added to noconfigdirs
12333 so *-gm-magic can exclude libgloss properly.
12334
12335Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12336
12337 * mpw-configure (extralibs_name, rez_name): Set correctly
12338 for MWC68K compiler.
12339
12340 * mpw-README: Add more info on the necessary build tools.
12341
12342Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12343
12344 * configure.in, config.sub: Recognize cygwin32.
12345
12346Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12347
12348 * config.guess, config.sub: Recognize A/UX.
12349
12350Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * config.sub: Merge with gcc/config.sub.
12353
12354Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12355
12356 * mpw-build.in (do-binutils): Add build of stamps.
12357
12358Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12359
12360 * config.sub: Add recognition for mips64vr4100*-* targets.
12361
12362Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12363
12364 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12365 Add creation of gconfigargs with `--enable-shared' turned on.
12366 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12367 ($(host)-stamp-stage3-configured): Likewise.
12368 (HOLES): Add chatr and ldd.
12369 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12370
12371Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12372
12373 * configure: Pass --nfp to recursive configures.
12374
12375Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12376
12377 * Makefile.in (DLLTOOL): New.
12378 (DLLTOOL_FOR_TARGET): New.
12379 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12380 (EXTRA_TARGET_FLAGS): Ditto.
12381 (EXTRA_GCC_FLAGS): Ditto.
12382 (CONFIGURE_TARGET_MODULES): Ditto.
12383 (DO_X): Ditto.
12384 * configure: Add DLLTOOL.
12385
12386Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12387
12388 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12389 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12390 mh-sco, since old workarounds no longer needed, and don't
12391 build ld, since libraries have weak symbols in COFF.
12392
12393Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12394
12395 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12396
12397Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * configure.in: Make sure that ${CC} can be used to compile an
12400 executable.
12401
12402Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12403
12404 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12405 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12406 nothing depending on whether gdbtk is being built.
12407
12408Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12409
12410 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12411
12412Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12413
12414 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12415 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12416
12417Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12418
12419 * config-ml.in: Add support for
12420 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12421 Simplify setting of multidirs from --disable-foo.
12422
12423Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12424
12425 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12426 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12427 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 12428 non-empty, pass them on to the GCC make.
6599da04
JM
12429 (all-bootstrap): New rule that is like all-gcc, except it executes
12430 the GCC bootstrap rule instead of the GCC all rule.
12431
12432Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12433
12434 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12435
12436Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12437
12438 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12439 DG/UX support.
12440
12441Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12442
12443 * config.sub (i*86*) Change [345] to [3456]
12444
12445Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12446
12447 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12448 --with-gnu-ld=no.
12449
12450Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12451
12452 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12453 AIX multilibs get built.
12454
12455Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12456
12457 * configure.in (i386-win32): Don't build expect if we're not
12458 building the tcl subdir.
12459
12460Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12461
12462 * Makefile.in: (configure-target-examples, all-target-examples):
12463 New targets, configure and build example programs.
12464
12465Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12466
12467 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12468 use it as input to sedit the generated MPW makefile.
12469 * mpw-README: Add a suggestion about Gestalt.h.
12470
12471Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12472
12473 * config.sub: Accept *-*-ieee*.
12474
12475Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12476
12477 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12478 Ronald F. Guilmette <rfg@monkeys.com>.
12479
12480Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12481
12482 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12483 for powerpc-pe native.
12484 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12485 (target==powerpc-pe): duplicate i386-win32 entry.
12486
12487Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12488
12489 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12490 of vxworks, not just vxworks5.1.
12491
12492Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12493
12494 * mpw-configure: Add support for exec-prefix.
12495
12496Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12497
12498 * config.guess: Recognize HP model 816 machines as having
12499 a PA1.1 processor.
12500
12501Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Ignore new autoconf configure options.
12504
6599da04
JM
12505Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12506
12507 * config.guess: Recognize Pentium under SCO.
12508 From Robert Lipe <robertl@arnet.com>.
12509
12510Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12511
12512 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
12513
12514Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * configure.in: Don't configure gas for alpha-dec-osf*.
12517
12518Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12519
12520 * configure.in: Default to --with-stabs for some targets for which
12521 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12522 i[345]86*-*-unixware*.
12523
12524Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12527 rather than basing it on the target. Simplify handling of options
12528 controlling which directories to configure. Remove extraneous
12529 slash in multi-clean target.
12530
12531Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12532
12533 * config-ml.in: Prefix more variables with ml_ so they don't collide
12534 with configure's.
12535
12536Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12537
12538 * configure: Don't turn -v into --v.
12539
12540Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12541
12542 * configure.in (targargs): Fix typo.
12543
12544 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12545
12546Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12547
12548 * configure.in: Strip --host and --target options from
12549 CONFIG_ARGUMENTS, and always configure for --host only. Add
12550 --with-cross-host option when building with a cross-compiler.
12551 * configure: Canonicalize the arguments put into config.status by
12552 always using `=' for an option with an argument. Pass a presumed
12553 --host or --target explicitly.
12554
12555Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12558 into general OS recognition case.
12559
12560Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12561
12562 * configure.in (target_configdirs): add target-winsup only
12563 for win32 target systems.
12564
12565Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (all-target-libgloss): Depend upon
12568 configure-target-newlib, since when libgloss is built it looks to
12569 see if the newlib directory exists.
12570
12571Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12572
12573 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12574 cfg-ml-*.in.
12575
12576Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12577
12578 * configure: Handle LD and LD_FOR_TARGET when configuring a
12579 Canadian Cross.
12580
6599da04
JM
12581Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12582
12583 * configure.in (target_libs): add target-winsup.
12584 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12585 (target==ppcle-pe): remove ld from $noconfigdirs.
12586
12587Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12588
12589 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12590 Preserve relative path names in $srcdir. Build symlink tree if
12591 configuring cross target dir and srcdir=. (= no VPATH support).
12592 (configure-target-libg++): Depend on configure-target-librx.
12593 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12594 * config-ml.in: New file.
12595 * symlink-tree: New file.
12596 * configure: Ensure srcdir="." if that's what it is.
12597
12598Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12599
12600 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12601 includes and FLEX_SKELETON setting.
12602 * mpw-configure (--with-gnu-ld): New option, controls whether
12603 to use PPCLink or ld with PowerMac GCC.
12604 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12605 * mpw-config.in: Configure grez if targeting Mac.
12606
12607 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
12608 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12609 just macos.
6599da04
JM
12610 * configure.in: Configure grez resource compiler if targeting Mac.
12611 * Makefile.in (all-grez, install-grez): New targets.
12612
12613Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12614
12615 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 12616 gcc in the path, set CC to gcc -O2.
6599da04
JM
12617
12618Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12619
12620 * configure: Default ${build} correctly. Avoid picking up extra
12621 spaces when reading CC and CXX from Makefile. When doing a
12622 Canadian Cross, use plausible default values for numerous
12623 variables.
12624 * configure.in: When doing a Canadian Cross, don't try to
12625 configure tools whose configure script can't handle it.
12626
12627Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12628
12629 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12630
12631Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12632
12633 * configure: Remove dubious bug reporting address.
12634
12635Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12636
12637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12638 configure script, run that instead of this directory's configure.
12639 In either case, print a message that we're configuring the sub-dir.
12640
12641Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12642
12643 * configure.in: Before checking for the existence of various files,
12644 use sed to filter out "target-".
12645
12646Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12647
12648 * Makefile.in (DO_X): Split rule to decrease command line length
12649 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12650 (Philippe De Muyter).
12651
12652Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12653
12654 * Makefile.in (all-patch): depend on all-libiberty.
12655
12656Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12657
12658 * configure.in: If the only directory in target_configdirs which
12659 actually exists is libiberty, then set target_configdirs to empty,
12660 to avoid trying to build a target libiberty in a gas or gdb
12661 distribution.
12662
12663Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12664
12665 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
12666 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12667 systems.
6599da04
JM
12668
12669Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12670
12671 * configure.in (copy_dirs): Use sys-include instead of include
12672 for --with-headers option.
12673
12674Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12675
12676 * Makefile.in, configure.in: Make winsup builds work with
12677 new scheme.
12678
12679Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * configure.in: Build the linker on AIX.
12682
12683Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12684
12685 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12686 where needed.
12687
12688Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12689
12690 * Makefile.in (all-gcc): Fix typo.
12691
12692Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12693
12694 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12695
12696Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12697
12698 * configure.in: Rename libFOO to target-libFOO, and xiberty
12699 to target-xiberty, to provide more flexibility.
12700 (target_subdir): Define. Create if cross.
12701 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12702 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12703 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12704 check-libFOO -> check-target-libFOO, etc.
12705 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12706 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12707 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12708 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12709 allow ALL_GCC="" to only configure.
12710 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12711 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12712 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12713
12714Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12715
12716 * Makefile.in (taz): Build "info" in etc explicitly.
12717
12718Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12719
12720 * configure.in: Make sure that CC is undefined (as opposed to
12721 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12722 problem with autoconf trying to configure on a host without GCC.
12723
12724Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12725
12726 * mpw-configure: Set host alias from choice of host compiler,
12727 only use generic MPW Makefile sed if present, edit a file
12728 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12729 * mpw-README: Add problem notes about CW6 and CW7.
12730
12731Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12732
12733 * Makefile.in (taz): Use ";" instead of ";;".
12734
12735Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12736
12737 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12738 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12739 DISTDOCDIRS.
12740 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12741 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12742
12743Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12744
12745 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12746 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12747 Move bfd to DISTSTUFFDIRS.
12748
12749Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * Makefile.in (X11_LIB): Removed.
12752 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12753
12754 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12755
12756Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12757
12758 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12759 names.
12760
12761Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12762
12763 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12764
12765Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12766
12767 * configure.in (i[345]86-*-win32): Always build newlib.
12768 Don't configure cvs, autoconf or texinfo.
12769 * Makefile.in (LD_FOR_TARGET): New.
12770 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12771 Pass down LD_FOR_TARGET.
12772
12773Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12774
12775 * winsup: New directory.
12776 * Makefile.in: Build winsup.
12777 * configure.in: Winsup is configured when target is win32.
12778 Can only build win32 target GDB when native.
4e81ae98 12779
6599da04
JM
12780Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12781
12782 * config.guess: Recognize HP model 819 machines as having
12783 a PA 1.1 processor.
12784
12785Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * configure: Fix sed loop which substitutes for CC and CXX to
12788 avoid bug found in various sed implementations.
12789
12790Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12791
12792 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12793 simulator. Use standard powerpc-*-eabi*.
12794
12795Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12796
12797 * configure.in: Stop putting gas and binutils in noconfigdirs for
12798 powerpc-*-aix* and rs6000-*-*.
12799
12800Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12801
12802 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12803 -mcall-aixdesc libraries.
12804
12805Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12806
12807 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12808
12809 * config.sub (arm | armel | armeb): Fix shell syntax.
12810
12811Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12812
12813 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12814 -msoft-float and -mcpu=common support.
12815 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12816 libraries.
12817
12818Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12819
12820 * configure.in: Allow configuration and build of emacs19 for the alpha.
12821
12822Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * configure.in (CC): Get ^CC, not just any old CC, from
12825 ${host_makefile_frag}.
12826
12827Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12828
4e81ae98 12829 * configure.in (CC): Try to get CC from
6599da04
JM
12830 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12831
12832Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12833
12834 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12835 only if it exists in $(srcdir).
12836
12837Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12838
12839 * configure: If CC and CXX are not set in the environment, set
12840 them, based on either an existing Makefile or on searching for gcc
12841 in PATH. Substitute for CC and CXX in Makefile.
12842 * configure.in: Remove libm from target_libs. Separate
12843 target_configdirs from configdirs. If CC is not set in
12844 environment, try to get it from a host Makefile fragment. Rewrite
12845 changes of configdirs to use skipdirs instead. A few minor
12846 tweaks. Take directories out of target_configdirs as they are
12847 taken out of configdirs. Remove existing Makefile files from
12848 subdirectories. Substitute for TARGET_CONFIGDIRS and
12849 CONFIG_ARGUMENTS in Makefile.
12850 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12851 by configure.in.
12852 (CONFIG_ARGUMENTS): Likewise.
12853 (CONFIGURE_TARGET_MODULES): New variable.
12854 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12855 ($(CONFIGURE_TARGET_MODULES)): New target.
12856 (configure-libg++, configure-libio): New targets.
12857 (all-libg++): Depend upon configure-libg++.
12858 (all-libio): Depend upon configure-libio.
12859 (configure-libgloss, all-libgloss): New targets.
12860 (configure-libstdc++): New target.
12861 (all-libstdc++): Depend upon configure-libstdc++.
12862 (configure-librx, all-librx): New targets.
12863 (configure-newlib): New target.
12864 (all-newlib): Depend upon configure-newlib
12865 (configure-xiberty): New target.
12866 (all-xiberty): Depend upon configure-xiberty.
12867
12868Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869
12870 * configure.in (host i[345]86-*-win32): Expand the
12871 noconfigdirs again.
12872
12873Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12874
12875 * mpw-configure: Fix sed command file name.
12876
12877Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12878
4e81ae98 12879 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
12880 noconfigdirs again.
12881
12882Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12883
12884 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12885 or powerpc*-*-pe*, since they are not yet supported.
12886
12887Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12888
12889 Add PowerMac support and many other enhancements.
12890 * mpw-configure: New option --cc to select compiler to use,
12891 paste options set according to --cc into the generated
12892 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12893 if mpw-make.sed is present.
12894 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12895 add forward includes for PowerPC include files.
12896 * mpw-build.in: Build using Makefile.PPC if present.
12897 (do-byacc, etc): Remove separate version resource builds.
12898 (do-gas): Build "stamps" before "all".
12899 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12900 * mpw-README: Update to reflect --cc option, PowerMac support,
12901 and recently-reported compatibility problems.
12902
12903Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12904
12905 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12906 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12907 (--with-multilib-top): Pass to recursive invocations.
12908
12909Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12910
12911 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12912 v810-*-*.
12913
12914Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12915
12916 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12917 gdb, ld and opcodes on v810-*-*.
12918
6599da04
JM
12919Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12920
12921 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12922 (local-maintainer-clean): New target.
12923 (maintainer-clean): New target.
12924 (realclean): Just depend upon maintainer-clean.
12925
12926Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12927
12928 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12929
12930Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Build ld in mips*-*-bsd* case.
12933
12934Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12935
12936 * config.sub: Accept -lites* OS. From Ian Dall.
12937
12938Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12939
12940 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 12941 targets.
6599da04
JM
12942
12943Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12944
12945 * configure.in: treat i386-win32 canadian cross the same as
12946 i386-go32 canadian cross.
12947
12948Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12949
12950 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12951 running under the simulator to build a reduced set of libraries.
12952 (powerpc-*-eabiaix): Add fine grained multilib support added to
12953 other powerpc targets yesterday.
12954
12955Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12956
12957 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12958 -disable-softfloat, -disable-relocatable, -disable-aix, and
12959 -disable-sysv to control which multilib libraries get built.
12960
12961Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12962
12963 * configure: Add Makefile.tem to list of files to remove in trap
12964 handler.
12965
12966Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12967
12968 * config.guess (*Linux*): Add missing "exit"s.
12969 Also, need specific check for alpha-unknown-linux (uses COFF).
12970
12971Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12972
12973 * config.guess: Merge with FSF:
12974
12975 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12976 * config.guess (AIX4): More robust release numbering discovery.
12977
12978 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12979 * config.guess (i386-sequent-ptx): Properly get version number.
12980
12981 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12982 * config.guess (mips:*:4*:UMIPS): New case.
12983
12984Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12985
12986 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12987 (i386-win32 host): Likewise. Don't build readline.
12988
12989Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12990
12991 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12992 SUPPORT_FILES to submakes.
12993
12994Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12995
12996 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12997 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12998 mpw-configure.
12999
13000Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13001
13002 * configure.in (appdirs): Use =, not ==, in test expression when
13003 trying to build the text to print in the warning message for
13004 Solaris users.
13005
13006Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13007
13008 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13009
13010Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13011
13012 * config.guess: Recognize lynx-2.3.
13013
13014Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13015
13016 * config.sub (z8ksim): Deleted
13017 (z8k-*-coff): New, this is the one true name of the target.
13018
13019Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13020
13021 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13022
13023Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13024
13025 * config.guess (*:Linux:*:*): First try asking the linker what the
13026 default object file format is (elf, aout, or coff). Then if this
13027 fails, try previous methods.
13028
13029Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13030
13031 * configure.in: Don't build newlib for *-*-vxworks5.1.
13032
13033Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13034
13035 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13036 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13037
13038Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13039
13040 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13041
13042Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13043
13044 * cfg-ml-com.in: New file.
13045 * cfg-ml-pos.in: New file.
13046
13047Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13048
13049 * COPYING.NEWLIB: Add HP free copyright to list.
13050
13051Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13052
13053 * config.sub: Recognize -eabi* for the system, not just -eabi.
13054
13055Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13056
13057 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13058 * config.sub, configure.in (win32): New target and host.
13059
13060Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13061
13062 * configure.in: Add i386-pe configuration.
13063
13064Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13065
13066 * mpw-build.in (install): Install GDB after LD.
13067
13068Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13069
13070 * mpw-config.in (elf/mips.h): Always forward-include, needed
13071 for GDB to build.
13072
13073Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13074
13075 * testsuite: New directory for customer acceptance and whole tool
13076 chain tests.
13077
13078Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13079
13080 * configure: If per-host line isn't found, but AC_OUTPUT is found
13081 and a configure script exists, run it instead.
13082
13083Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13084
13085 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13086
13087Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13088
13089 * configure: Set build_{cpu,vendor,os,alias} to host values when
13090 --build isn't specified.
13091
13092Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13093
13094 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13095 (FLAGS_TO_PASS): Pass them.
13096 (EXTRA_TARGET_FLAGS): Ditto.
13097
6599da04
JM
13098Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13099
13100 * Makefile.in (all-libg++): Depend on all-libstdc++.
13101
13102Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13103
13104 * configure.in (noconfigdirs): Enable all packages for
13105 i386-unknown-netbsd.
13106
13107Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13108
13109 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13110 hosted builds (DOS builds)
13111
13112Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13113
13114 Changes for ARM based on patches from Richard Earnshaw:
13115 * config.sub: Handle armeb and armel.
13116 * configure.in: Omit arm linker only for riscix.
13117
13118Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13119
13120 * config.guess: Update from FSF.
13121
13122Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13123
63f6bcd7 13124 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
13125 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13126 powerpcle variant. Convert pentium into i586, not i486. Add p5
13127 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13128 temporarily.
13129
13130Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13131
13132 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13133
13134Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13135
13136 * config.sub: Accept -lites* as a basic system type.
13137
13138Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13139
13140 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13141 installed, and if so return linuxoldld as the system name.
13142
13143Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13144
13145 * config.guess: Add hppa1.1-hp-lites support.
13146
13147Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13148
13149 * configure.in: Don't build newlib for m68k-vxworks5.1.
13150
13151Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13152
13153 * configure.in (mips-sgi-irix6): Use mh-irix5.
13154
13155Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13156
13157 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13158
13159Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13160
13161 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 13162 OSF/1. Fix compiler flags.
6599da04
JM
13163 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13164
13165Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13166
13167 * configure.in: Recognize --with-newlib.
13168 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13169
13170Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13171
d207ebef 13172 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
13173 to *_X11_MODULES due to gdbtk needing X include files et al.
13174
13175Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 Merge in support for Mac MPW as a host.
13178 (Old change descriptions retained for informational value.)
13179
13180 * mpw-config.in: Add generic include forwards for cpu-specific
13181 include files in aout and elf directories.
13182
13183 * mpw-configure: Added copyright.
13184 * mpw-config.in: Check for presence of required build tools.
13185 (target_libs): Add newlib.
13186 (target_tools): Add examples.
13187 (Read Me): Generate as "Read Me for MPW" instead.
13188 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13189 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13190 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13191
13192 * mpw-configure: Remove subdir-specific makefile hackery,
13193 delete mk.tmp after using it.
13194
13195 * mpw-build.in (all): Display start and end times.
13196
13197 * mpw-configure (host_canonical): Set.
13198 (target_cpu): Always add to makefiles.
13199 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13200 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13201 (mpw-mh-mpw): Look for in srcdir and srcroot.
13202 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13203
13204 * mpw-build.in: (install-only): New target.
13205
13206 * mpw-configure (host_alias, target_alias): Rename from hostalias
13207 and targetalias, add into generated Makefile.
13208 (mk.tmp): If present, add into generated Makefile.
13209 * mpw-build.in (all-gas): Build config.h first before gas proper.
13210
13211 * mpw-configure (config.status): Write only if changed.
13212 * mpw-config.in (readline): Configure it (not built, just used for
13213 definitions).
13214
13215 * mpw-config.in (elf/mips.h): Add a forward include.
13216
13217 * mpw-config.in: Forward-include most .h files in include into
13218 extra-include.
13219 (readline): Don't build.
13220 mpw-build.in (install): Install GDB.
13221
13222 * mpw-configure (prefix, mpw_prefix): Handle it.
13223 * mpw-config.in (mmalloc, readline): Don't configure.
13224 * mpw-build.in (thisscript): Rename to ThisScript.
13225 Use mpw-build instead of BuildProgram everywhere.
13226 (mmalloc, readline): Don't build.
13227 * mpw-README: New file, basic documentation about the MPW port.
13228
13229 * mpw-config.in: Use forward-include to create include files.
13230
13231 * mpw-configure: Add more things to the top of each configured
13232 Makefile, including contents of config/mpw-mh-mpw.
13233 * mpw-config.in (extra-include): Create this directory and fill it
13234 with Posix-like include files when configuring.
13235
13236 * config.sub (apple, mac, mpw): Add various aliases.
13237
13238 * mpw-build.in: New file, top-level build script fragment for MPW.
13239 * mpw-configure: New file, configure script for MPW.
13240 * mpw-config.in: New file, config fragment for MPW.
13241
13242Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * configure.in (host_libs): Remove glob, since it is gone from the
13245 sources.
13246
13247Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13248
13249 * Makefile.in: define empty GDB_NLM_DEPS var.
13250
13251 * configure.in(target_makefile_frag): use config/mt-netware
13252 for netware targets.
13253
13254Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13255
13256 * config.sub: Merge in recent FSF changes. Remove linux special
13257 cases.
13258
13259Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13260
731a8127 13261 Revert this change:
6599da04
JM
13262
13263 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13264
13265 * build-all.mk: Use CC=cc -Xs on Solaris.
13266
6599da04
JM
13267Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13268
13269 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13270 stop using it.
13271 * Makefile.in: Nuke all references to glob subdirectory.
13272
13273Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13274
13275 * configure.in: Fix --enable-shared logic in per-host.
13276
13277Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13280
13281Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * configure.in (noconfigdirs): Don't build gas on AIX, for
13284 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13285
13286Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13287
13288 * configure: Fix --cache-file to work if the file argument is a
13289 relative path.
13290
13291Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13292
13293 * configure: If the --cache-file is used, pass it down to
13294 configure in subdirectories.
13295
13296Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13297
13298 * config.sub: add vxworks29k configuration.
13299
13300Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13301
13302 * Makefile.in (taz): Do "diststuff" part quietly.
13303
13304Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13305
13306 * config.sub: Mini-merge with gcc/config.sub.
13307
13308Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13309
13310 * config.guess (IRIX): Sed - to _.
13311
13312Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13313
13314 * Makefile.in (source-vault, binary-vault): New targets.
13315
13316Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13317
13318 * config.sub: Recognize -eabi as a basic system type.
13319
13320Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13321
13322 * configure.in (enable_shared stuff): Fix typo.
13323
13324Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13325
13326 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13327
13328Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13329
13330 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13331
13332Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13333
13334 * configure.in (rs6000-*-*): Don't build gas.
13335
13336Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13337
13338 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13339 reduce command line length.
13340 (AS_FOR_TARGET): Check for as.new, not Makefile.
13341 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13342
13343Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13344
13345 * config.guess: Merge from FSF.
13346
13347Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13348
13349 * configure: Don't use $ when handling program_suffix.
13350
13351Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13352
13353 * configure.in: Configure tk for hppa/hpux.
13354
13355Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13356
13357 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13358
13359Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13362 to LIBCXXFLAGS. Tests are better run without it.
13363
13364Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13365
13366 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13367
13368Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13369
13370 * configure.in (*-*-netware*): Don't configure xiberty.
13371
13372Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13373
13374 * configure.in: Remove tk from native_only list.
13375
13376Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13377
13378 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13379 for special NCD build.
13380
13381Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13382
13383 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13384 makeall.bat, they're only useful for binutils snapshots.
13385 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13386 makeall.bat to specified SUPPORT_FILES.
13387
13388Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13389
13390 * build-all.mk: Add Ericsson targets to sun4 and solaris
13391 hosts. Add BNR's sun4 target to solaris host, so their
13392 build-from-source will be tested in-house first.
13393
13394Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13395
13396 * Makefile.in (LIBCFLAGS): New variable.
13397 (CFLAGS_FOR_TARGET): Ditto.
13398 (LIBCFLAGS_FOR_TARGET): Ditto.
13399 (LIBCXXFLAGS): Ditto.
13400 (CXXFLAGS_FOR_TARGET): Ditto.
13401 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13402 (BASE_FLAGS_TO_PASS): Pass them.
13403 (EXTRA_TARGET_FLAGS): Ditto.
13404
731a8127 13405 * configure.in: Support --enable-shared.
6599da04
JM
13406
13407Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13408
13409 * configure.in (target_libs): Include libstdc++ again.
13410 * config.guess: Update from FSF (for FreeBSD).
13411
13412Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13413
13414 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13415 makeall.bat.
13416 (DISTDOCDIRS): Add `etc'.
13417 (ETC_SUPPORT_PFX): New variable.
13418 (taz): Include anything from etc starting with a word in
13419 ETC_SUPPORT_PFX.
13420
13421Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13422
13423 * config.sub: Update for recent FSF changes. Remove obsolete
13424 h8300hds entry. Add -windows* and -osx as basic os. Minor
13425 spacing changes.
13426
13427Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13428
13429 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13430
13431 * config.guess: Merge with FSF.
13432 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13433
13434Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13435
13436 * configure: Since the "trap 0" handler will override the exit
13437 status on many systems, only use it for "exit 1", and make it set
13438 a non-zero exit status; reset it before "exit 0". Also, check
13439 exit status of config.sub, and error out if it failed.
13440
13441Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13442
13443 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13444 and install libgloss.
13445
13446Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13447
13448 * Makefile.in (all-binutils): Depend upon all-byacc.
13449
13450 * configure.in: Don't build emacs on Irix 5.
13451
13452Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13453
13454 * configure.in (*-*-netware*): Add libio.
13455
13456Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13457
13458 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13459 (CHECK_TARGET_MODULES): Ditto.
13460 (INSTALL_TARGET_MODULES): Ditto.
13461 (TARGET_LIBS): Ditto.
13462 (all-libstdc++): Note dependencies.
13463
13464Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13465
13466 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13467
13468Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13469
13470 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13471 -fexternal-templates.
13472
13473 * configure.in (target_libs): Add libstdc++.
13474 (noconfigdirs): Add libstdc++ as appropriate.
13475
13476Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13477
13478 * config.guess: Update from FSF.
13479
13480Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13481
13482 * configure: Use ${config_shell} when running ${configsub}.
13483
13484Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13485
13486 * config.sub: No longer recognize h8300h.
13487
13488Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13489
13490 * config.sub: Remove extraneous differences between config.sub and
13491 gcc/config.sub.
13492
13493Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13494
13495 * Makefile.in (DISTSTUFFDIRS): Add gas.
13496
13497Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13498
13499 * COPYING.NEWLIB: New file.
13500
13501Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13502
13503 * config.guess (HP-UX): Patch from Harlan Stenn
13504 <harlan@landmark.com> to also emit release level.
13505
13506Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13507
13508 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13509
13510Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13511
13512 * config.sub: Merge nextstep cleanup from FSF.
13513
13514Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13515
13516 * configure.in (arm-*-*): Don't configure ld for this target.
13517
13518Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13519
13520 * configure.in (*-*-netware): don't configure libg++, libio,
13521 librx, or newlib.
13522
13523Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13524
13525 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13526 configure ld--it works, but it doesn't support shared libraries.
13527
13528Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13529
13530 * config.guess (*-unknown-freebsd*): Get rid of possible
13531 trailing "(Release)" in version string.
13532 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13533
13534Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13535
13536 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13537 Fix type: *-next-neststep -> *-next-nextstep.
13538
13539 * config.guess: Merge from FSF:
13540
13541 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13542
13543 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13544
13545 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13546
13547 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13548 instead of UNIX_SV for UnixWare 1.0).
13549
13550Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13551
13552 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13553 to make gdb/nlm/* build after the compiler and linker.
13554
13555Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13556
13557 * config.guess (netbsd, freebsd, linux): Accept any machine,
13558 not just i[34]86.
13559 (m68k-atari-sysv4): Relocate to match FSF version.
13560
13561 * config.guess: More merges from the FSF:
13562
13563 Add a space before function call or macro invocation.
13564
13565 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13566
13567 * config.guess: Add trap cmd to remove dummy.c and dummy when
13568 interrupted.
13569
13570 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13571
13572 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13573 (dummy): Redirect stderr from compilation of dummy.c.
13574
13575 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13576
13577 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13578
13579Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13580
13581 * configure: Accept and ignore --cache*, for compatibility with
13582 new autoconf.
13583
13584Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13585
13586 * config.guess: Merge from FSF:
13587
13588 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13589
13590 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
13591 (PATH): Add /.attbin at end for finding uname.
13592 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
13593
13594 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13595
e490616e 13596 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
13597
13598 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13599
e490616e
ZW
13600 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13601 to select whether to use ELF or COFF.
6599da04
JM
13602
13603 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13604
e490616e 13605 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
13606
13607 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13608
13609 * config.guess: Guess the OS version for HPUX.
13610
13611 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13612
13613 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13614
13615Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13616
13617 * configure.in: Recognize --with-headers, --with-libs, and
13618 --without-newlib.
13619 * Makefile.in (all-xiberty): Depend upon all-ld.
13620
13621Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13622
13623 * configure.in: Change i[34]86 to i[345]86.
13624
13625Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13626
13627 * configure (version): A few more tweaks to help message.
13628
13629Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13630
13631 * Makefile.in: Remove (for now) librx as a host library,
13632 now that we're building it for target.
13633
13634Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13635
13636 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13637 (Karl Berry).
13638
13639Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13640
13641 * configure.in: Also configure librx.
13642
13643Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13644
13645 * Makefile.in: Update various rules to reflect that librx
13646 is now needed for libg++.
13647
13648Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13649
13650 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13651
13652Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13653
13654 * configure.in: Configure the examples directory.
13655
13656Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13657
13658 * configure: Simplify Jun 2 1994 change.
13659
13660Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13661
13662 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13663 /bin/gcc isn't good enough to build gcc.
13664
13665Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13666
13667 * Makefile.in (GDB_SUPPORT_FILES): Remove
13668 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13669 (gdb.tar.gz): Add new rule to use standard distribution building
13670 mechanism.
13671
13672Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13673
13674 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13675 Bill Cox <bill@cygnus.com>.
13676
13677Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13678
13679 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13680
13681Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13682
13683 * configure: Search current dir first in .gdbinit.
13684
13685Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13686
13687 * config.sub: Recognize freebsd (merged from gcc config.sub).
13688
13689Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13690
13691 * config.sub: Refer to NeXT's operating system as nextstep.
13692
13693 * config.sub (case $basic_machine): Re-order the cases, to match
13694 the order in the FSF version (which is mostly alphabethical).
13695 Merge in some additions and changes from the FSF.
13696
13697Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13698
13699 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13700 * config.sub: Recognize cxux7.
13701 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13702
13703Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13704
13705 * config.sub: Fix typo powerpc -> powerpc-*.
13706
13707Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13708
13709 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13710
13711 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13712 parallel with all-emacs and install-emacs). Top-level command
13713 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13714
13715Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13716
13717 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13718 $(relbindir)/make before doing ``make install'', and use
13719 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13720 installing over running make binary.
13721 ($(host)-stamp-stage3-installed): Likewise.
13722
13723Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * config.guess: Recognize Mach.
13726
13727Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13728
13729 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13730 see whether --exec-prefix was used.
13731
13732Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13733
13734 * README: Explicitly mention libg++/README. (Zoo's idea.)
13735
13736Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * Makefile.in: Add all-librx target similar to all-libproc.
13739
13740Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13741
13742 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13743 with post 1.2 uname bogosity.
13744
13745Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13746
13747 * configure: Remove temporary files on receipt of a signal.
13748
13749Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13750
13751 * configure: If there is a package_makefile_frag, remove
13752 ${subdir}/Makefile.tem after copying it in.
13753
13754Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13755
13756 * build_all.mk: support rs6000 lynx identifies itself as
13757 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13758 since /bin/gcc is too feeble to compile a modern gcc.
13759
13760Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13761
13762 * brought devo/test-build.mk update-to-date with progressive/
13763 test-build.mk. Add lynx targets and hppa flag info.
13764
13765Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13766
13767 * configure.in: Use mh-ncrsvr43. Patch from
13768 Tom McConnell <tmcconne@sedona.intel.com>.
13769
13770Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13771
13772 * config.guess (i386-unknown-bsdi): No longer need to
13773 check #if defined(__bsdi__) && defined(__i386__).
13774
13775Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13776
13777 * configure: Set program_transform_nameoption correctly.
13778
13779Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13780
13781 * brought build-all.mk update-to-date with progressive build-all.mk,
13782 added new targets and hppa info.
4e81ae98 13783
6599da04
JM
13784Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13785
13786 * configure: If config.guess result is a prefix of the user
13787 specified target, assume a native build and use the user specified
13788 target as the host alias. Remove SunOS patch suffix removal hack.
13789 * configure.in: Remove SunOS patch suffix removal hack.
13790
13791 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13792 in NATIVE_CHECK_MODULES.
13793
13794Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13795
13796 * Makefile.in: Rename HOST_ONLY to NATIVE.
13797 * configure: Delete SunOs patch suffix from host_canonical
13798 and build_canonical variables that are prepended to Makefiles.
13799 * configure.in: Add comments for easier maintenance.
13800
13801Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13802
13803 * Makefile.in: Add all-libproc target similar to all-gui.
13804
13805Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13806
13807 * Makefile.in (CHECK_MODULES): split into
13808 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13809
13810Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13811
13812 * config.guess (i386-unknown-bsdi): New system to guess.
13813
13814Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13815
13816 * Makefile.in: Add all-gui target (but not yet build by "all").
13817
13818Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13819
13820 * config.sub: Move deletion of patch suffix from here...
13821 * configure.in: To here, at Ian's suggestion. The top-
13822 level scripts might need to know of a patch level.
13823
13824Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13825
13826 * config.sub: Strip off patch suffix so rtl is recognized
13827 as a sunos4.1.3 machine, even though it's been patched.
13828
13829Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13830
13831 * Makefile.in (INSTALL_LAST): Delete.
13832 (INSTALL_DOSREL): New.
13833
13834Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13835
13836 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13837 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13838 whether we pass down --with-gnu-ld anyhow.
13839
13840Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13841
13842 * Makefile.in (INSTALL_LAST): Change operation so it works
13843 on more flavors of make.
13844 * configure.in (go32): Don't build libg++ or libio.
13845
13846Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13847
13848 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13849 they can be overriden by templates.
13850
13851Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13852
13853 * configure.in (target==go32): Don't build gdb.
13854 * dosrel: New directory.
13855
13856Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13857
13858 * configure.in (host==go32): Configure dosrel too.
13859 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13860 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13861 be set by incoming names or templates.
13862 (INSTALL_LAST): New rule.
6599da04
JM
13863
13864Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13865
13866 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13867
13868Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13869
6599da04
JM
13870 * configure.in (appdirs): New variable. Currently empty, but will
13871 be used in gas distribution. If nonempty, lists a set of
13872 directories at least one of which must get configured, or top
13873 level configuration is considered to have failed.
13874 (rs6000-*-lynxos*): Use new file name.
13875
13876Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13877
13878 Eliminate XTRAFLAGS.
13879 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13880 newlib include files using -idirafter, and also use -nostdinc.
13881 (CXX_FOR_TARGET): Likewise.
13882 (XTRAFLAGS): Removed.
13883 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13884 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13885 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13886 ($(DO_X)): Don't pass down XTRAFLAGS.
13887
13888Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13889
13890 * configure.in (mips*-dec-bsd*): New target; do build linker.
13891 (mips*-*-bsd*): New target; don't build linker.
13892
13893Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13894
13895 * configure.in: support rs6000-*-lynxos* configuration.
13896 support sunos4 as a cross target.
13897
13898 * config.sub: look for lynx*, not lynx since the OS version may
13899 legitimately be part of the name.
13900
13901Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13902
13903 * configure.in (i[34]86-*-sco*): Move to be with other i386
13904 targets.
13905 (romp-*-*): New target. Skip various binary utilities.
13906 (vax-*-*): New target. Don't build newlib.
13907 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13908
13909Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13910
13911 * configure.in: Only set host_makefile_frag if config
13912 directory exists.
13913
13914Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13915
13916 * install.sh: If $dstdir exists, don't check whether each
13917 component does.
13918
13919Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13920
13921 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13922
13923Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13924
3b75d237
AJ
13925 * configure.in (*-*-lynxos*): Don't configure newlib for either
13926 native or cross Lynx.
6599da04
JM
13927
13928Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13929
13930 * config.sub (sparc64-elf): Fix os.
13931 (z8k): Remove duplicate.
13932
13933Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13934
13935 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13936 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13937
13938Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13939
13940 * configure: Make file links cleanly even if Lynx fails on
e490616e 13941 an NFS symlink (at least fail cleanly).
6599da04
JM
13942
13943Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13944
13945 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13946 -XNh2000.
13947
13948Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13949
13950 * configure: Unknown options are fatal again.
13951
13952Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13953
13954 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 13955 compatibility.
6599da04
JM
13956
13957Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13958
13959 * build-all.mk: Add `clean' target.
13960
13961Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13962
13963 * config.guess: Add SINIX support.
13964 * configure.in: Add mips-*-sysv4* support.
13965
13966Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13967
13968 * build-all.mk: Document all useful targets.
13969 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13970 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13971
13972Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13973
13974 * configure: Support --silent, --quiet.
13975
13976Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13977
13978 * configure: Support --disable-FEATURE.
13979
13980Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13981
13982 * config.guess: Recognize NCR running SVR4.3.
13983
13984Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13985
13986 * config.guess: Make BSDI generate i386-unknown-bsd386.
13987 Patch from Paul Eggert <eggert@twinsun.com>.
13988
13989Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13990
13991 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13992
13993Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13994
13995 * configure: Make unrecognized options give nonfatal warnings
13996 instead of fatal errors, and pass them to any subdirectory
13997 configures in case they recognize them.
13998 Make --x equivalent to --with-x.
13999
14000Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14001
14002 * configure: Add --enable-* options. Clean up usage message and
14003 some comments.
14004
14005Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14006
14007 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14008
14009Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
14011 * configure.in (hppa*-*-*): Enable binutils.
14012
14013Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * config.sub: Recognize cisco.
14016
14017Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14018
14019 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14020
14021Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14024 than one configuration name. Add comment.
14025
14026Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14027
14028 * config.guess: about target *-hitachi-hiuxwe2, fixed
14029 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14030 macro is incorrect.]
14031
14032Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14033
14034 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14035 than the "make ls" stuff which used to be here.
14036
14037Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14038
14039 * config.guess: Recognize i[34]86-unknown-freebsd.
14040 From Shawn M Carey <smcarey@rodan.syr.edu>.
14041
14042Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14043
14044 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14045
14046Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14047
14048 * config.guess: Check for ptx.
14049
14050Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14051
14052 * config.sub: Add os9k checking.
14053
14054Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14055
14056 * config.guess: Handle OSF1 running on HPPA processors
14057
14058Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14059
14060 * configure: If subdir configure fails, print out a message with
14061 subdirectory name, in case subdir's configure code didn't identify
14062 itself.
14063
14064Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14065
14066 * configure.in: Remove embedded newlines from configdirs.
14067 Avoid mismatches of substrings. Fix matching strings at end
14068 of configdirs.
14069
14070Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14071
14072 * config.guess: Add Lynx/rs6000 config support.
14073
14074Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14075
14076 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14077
14078Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14079
14080 * configure.in (hppa*-*-osf*): Treat this just like most other
14081 PA configurations (eg no binutils or ld).
14082 (hppa*-*-*elf*): These configurations have binutils and ld.
14083
14084Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14085
14086 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14087
14088Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14089
14090 * configure.in (rs6000-*-*): Build gas.
14091
14092Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14093
e490616e 14094 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
14095
14096Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14097
14098 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14099 for GDB and GDB has been fixed to not need it.
14100
6599da04
JM
14101Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14102
14103 * config.guess: Recognize vax hosts.
14104
14105Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14106
14107 * configure (while loop): Don't use "break 2" inside case
14108 statement -- the case statement isn't an enclosing loop.
14109
14110Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14111
14112 * config.guess: Clean up NeXT support, to allow nextstep
14113 on Intel machines. Make OS be nextstep.
14114
14115Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14116
14117 * config.guess: Add alternate forms for Convex.
14118
14119Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14120
14121 * configure: Completely rewrite option processing. Take
14122 advantage of pattern-matching to avoid invoking test frequently.
14123 Also clean up host and target defaulting logic.
14124
14125Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14126
14127 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14128 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14129 commands (plus user environment) will fit SCO limits.
14130
14131Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14132
14133 * configure.in: Don't issue warnings about directories which are
14134 not being configured if -norecursion is set. Correct test for
14135 --with-gnu-as and --with-gnu-ld to not get confused by substring
14136 matches.
14137
14138 * configure.in: Don't build gas for alpha-dec-osf1*.
14139
14140Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14141
14142 * configure: Back out Per's change of 12/19/1993. It changes the
14143 behavior of configure in unexpected and confusing ways.
14144
14145 Also, use different delim char when calculating
14146 program_transform_name so that the name can contain slashes.
14147
14148Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14149
14150 * configure.in, config.sub: Add support for VSTa micro-kernel.
14151
14152Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14153
14154 * configure.in: Nuke hacks which were used to get a special
14155 version of GAS for HPPA configurations.
14156
14157Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14158
14159 * configure: If only ${target_alias} is given, use that
14160 as the default for ${host_alias}.
14161 * configure: Add missing back-slashes before nested quotes.
14162
14163Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14164
14165 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14166
14167Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14168
14169 * config.guess: Recognize some Tektronix configurations.
14170 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14171
14172Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14173
14174 * config.sub: Match any flavor of SH.
14175
14176Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14177
14178 * configure.in: Don't try to configure newlib for Alpha.
14179
14180Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14181
14182 * configure.in: Don't build ld for Irix 5. Don't build gas,
14183 libg++ or libio for any Alpha target.
14184
14185 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
14186
14187Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14188
14189 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14190 default arguments -- so it tried to compress itself.
14191
14192Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14193
14194 * configure.in (notsupp): ensure that a space is always at the end
14195 of the configdirs list, since the grep checks for an explicit space
14196
14197Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14198
14199 * configure.in (target i386-sysv4.2): don't build ld, since static
14200 versions of many libraries are not available.
14201
14202Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * config.guess: Recognize Apollos (using environment variables).
14205 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14206
14207Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14208
14209 * config.guess: Recognize Sony news mips running newsos.
14210
14211Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14212
14213 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14214 "fi ; else" for bash.
14215
14216Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14217
14218 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14219
14220Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14221
14222 * config.sub: accept unixware as an alias for svr4.2.
14223 Fix some inconsistancies with the gcc version.
14224
14225Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * Makefile.in (DISTDOCDIRS): Add gdb.
14228
14229Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14230
14231 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14232
14233Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14234
14235 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14236 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14237 this now.
14238
14239Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14240
14241 * config.sub: Accept hiux* as an OS name.
14242
14243 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14244 etc/make-stds.texi. The underscore came from gcc, and dje now
14245 agrees that RUNTESTFLAGS is the correct name.
14246
14247Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14248
14249 * install.sh: Remove 'set -e'. It makes any conditionals
14250 in the script useless.
14251
14252 * config.guess: Automatically recognize arm-acorn-riscix
14253 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14254
14255Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14256
14257 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14258
14259Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14260
14261 * Makefile.in (DISTDOCDIRS): New variable.
14262 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 14263 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
14264
14265Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14266
14267 * configure.in (hppa target): check the source directory for the
14268 pagas sub-directory
14269
14270Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14271
14272 * config.sub: Allow -aout* and -elf*.
14273
14274Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14275
14276 * configure.in: Don't build ld on i386-solaris2, same as for
14277 sparc-solaris2.
14278
14279Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14280
14281 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14282
14283Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14284
14285 * configure.in: Configure gdb for alpha.
14286
14287Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14288
14289 * Makefile.in (CXXFLAGS): Add -O.
14290
14291Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14292
14293 * config.guess: added support for DG Aviion
14294
14295Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14296
14297 * configure.in: Produce warning message for subdirectories not
14298 configurable for this host/target combination. Don't try to
14299 configure gdb for vms.
14300
14301Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14302
14303 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14304 appropriate files before making "diststuff".
14305 (DISTBISONFILES): New var: list of files to be edited.
14306 (DISTSTUFFDIRS): Add binutils.
14307
14308Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14309
14310 * config.sub: also handle mipsel and mips64el (for little endian mips)
14311
14312Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14313
14314 * configure.in: Add * to end of all OS names.
14315
14316Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14317
14318 * configure.in: Build newlib for LynxOS native.
14319
14320Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14321
14322 * config.guess: Add support for delta 88k running SVR3.
14323
14324 * configure.in: Add comment about HP compiler vs. emacs.
14325
14326Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14327
14328 * configure.in: don't build ld on solaris2 (not a viable option
14329 due to bugs in getpwnam & getpwuid)
14330
14331Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14332
14333 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14334 config.guess will produce a full version number.
14335
14336Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14337
14338 * configure.in: Build linker and binutils for alpha-dec-osf1.
14339
14340Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14341
14342 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14343 and gdb/testsuite/Makefile.in.
14344
14345Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14346
14347 * configure.in: recognize mips*- instead of mips-
14348
14349Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14350
14351 * config.sub: Accept linux*coff and linux*elf as operating
14352 systems.
14353
14354Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14355
14356 * config.sub: Recognize mips64, and mips3 as an alias for it.
14357
14358Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14359
14360 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14361 gdb knows how to handle OSF/1 shared libraries.
14362
14363Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14364
14365 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14366 * config.guess: Recognize Hitachi's HIUX.
14367 * config.sub: Recognize h3050r* and hppahitachi.
14368 Remove redundant cases for hp9k[23]*.
14369
14370Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14371
14372 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14373 if gas and ld are in the source tree and are in ${configdirs}.
14374 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 14375 --with options (but still pass them down on the command line,
6599da04
JM
14376 if they were explicitly specified).
14377
14378Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14379
14380 * configure: substitute SHELL value in Makefile.in with
14381 ${CONFIG_SHELL}
14382
14383Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14384
14385 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14386 *-*-solaris2* targets.
14387
14388Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14389
14390 * Makefile.in: define M4, and pass it down to sub-makes;
14391 all-autoconf now depends on all-m4
14392
14393Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14394
14395 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14396 presence of {ar,ranlib} instead of a configured directory
14397
14398Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14399
14400 * config.guess: Accept 34?? as well as 33?? for NCR.
14401
14402Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14403
14404 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14405 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14406
14407Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14408
14409 * configure: grab values for $(CC) and $(CXX) from the
14410 environment, so that someone can do "CC=gcc configure; make" and
14411 have it work right (matching the way that autoconf works now)
14412
14413 * configure.in, Makefile.in: add support for gash, the tcl
14414 interface to Galaxy
14415
14416 * config.guess: add NetBSD variants (hp300, x86)
14417
14418Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14419
14420 * install.sh: Support -d option (in the manner of SunOS 4 install,
14421 as it is more deterministic than that of GNU install)
14422 (chmodcmd): Set file to mode 755 by default (should also do default
14423 chgrp and chown, but I don't feel like dealing with that now)
14424
14425Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14426
14427 * config.sub: Remove h8300hhms alias.
14428
14429Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14430
14431 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14432
14433Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14434
14435 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14436 as stmp-fixinc
14437
14438Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14439
14440 * config.sub: recognize m88110-bug-coff.
14441
14442Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14443
14444 * Makefile.in (all-libio): all dependencies on the toolchain used
14445 to build this (gcc, gas, ld, etc)
14446
14447Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14448
14449 * config.guess: Deal with OSF/1 1.3 on alpha.
14450
14451Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * install.sh: add some 'else true' clauses for portability
14454
14455 * configure.in: don't build libio for h8[35]00-*-* targets
14456
14457Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14458
14459 * Makefile.in: Add support for new libio.
14460
14461Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14462
14463 * install.sh: If one command fails, don't try the rest. Don't try
14464 to remove $dsttmp (via trap) unless we have already created it.
14465 If $src doesn't exist, detect it and exit with an error.
14466
14467 * config.guess: Recognize BSD on hp300.
14468
14469Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14470
14471 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14472 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14473
14474Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14475
14476 * Makefile.in (all-send-pr): depends on all-prms
14477
14478Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14479
14480 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14481
14482Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14483
14484 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14485 Added test for mips-mips-riscos5.
14486
14487Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14488
14489 * configure.in: use mh-hp300 for 68k HP hosts
14490
14491Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14492
14493 * configure: add support for CONFIG_SHELL, so that you can use
14494 some alternate shell for evaluating configure scripts
14495
14496Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14497
14498 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14499 in configure script to bug-gdb@prep.ai.mit.edu when building
14500 distribution archive.
14501 * Makefile.in (COMPRESS): Remove def.
14502 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14503 gdb.tar.Z and make-gdb.tar.Z respectively.
14504 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14505 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14506 to convergence with 'taz' target in Makefile.in.
14507
14508Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14509
14510 * install.sh (dsttmp): use trap to ensure that tmp files go
14511 away on error conditions
14512
14513Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14514
14515 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14516
14517Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14518
14519 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14520 its parent is '/' not ''.
14521
14522 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14523
14524Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14525
14526 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14527 that ${newsrcdir}/configure.in does.
14528
14529Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14530
14531 * test-build.mk: support for CONFIG_SHELL
14532
14533Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14534
14535 * config.sub (netware): Add as a basic system type.
14536
14537Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14538
14539 * Makefile.in (Makefile): depend on configure.in. Also drop the
14540 $(srcdir)/ from the dependency on Makefile.in.
14541
14542Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14543
14544 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14545 (h8300hhms is temporary until multi-libraries are implemented).
14546 * configure.in: Handle h8300h too.
14547
14548Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14549
14550 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14551
14552Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14553
14554 * configure: Remove extraneous output when guessing host type.
14555 * config.guess: Remove extraneous output when guessing using C
14556 compiler rather than uname, or when guessing fails.
14557
14558Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14559
14560 * Makefile.in: remove all.cross and install.cross targets
14561
14562 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14563 definitions
14564
14565Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14566
14567 * configure.in (target sh): Build gprof.
14568
14569Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14570
14571 * config.sub: change -solaris to -solaris2
14572
14573Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14574
14575 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14576
14577Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14578
14579 * configure: Correct error message for missing Makefile.in to
14580 print correct directory.
14581
14582Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14583
14584 * install.sh: kludge around 386BSD shell bug
14585
14586Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14587
14588 * config.guess: Recognize NeXT.
14589 * config.guess: Recognize i486-ncr-sysv4.
14590 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14591
14592Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * Makefile.in (MAKEINFOFLAGS): New variable.
14595 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14596 * build-all.mk, test-build.mk: Pass down --no-split as
14597 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14598
14599Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14600
14601 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14602
14603Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14604
14605 * Makefile.in (libg++.tar.z): New rule.
14606 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14607 * Makefile.in (taz): Only do a single chmod.
14608
14609Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14610
14611 * install.sh: don't use dirname anymore (replaced with sed usage)
14612
14613Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14614
14615 * Makefile.in: Change extension for gzip'd files from '.z' to
14616 '.gz' per new FSF standard usage.
14617
14618Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14619
14620 * configure: put quotes around the final value of program_transform_name
14621
14622Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14623
14624 * Makefile.in: new install.sh support; update install-info rules
14625
14626Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * configure.in: Build diff for crosses, but not for go32 host.
14629
14630 * configure.in: Build gprof only for native, and don't build it
14631 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14632
14633Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14634
14635 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14636
14637Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14638
14639 * configure.in (host_tools): Add prms.
14640
14641Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14642
14643 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14644 with $(FLAGS_TO_PASS) on the command line
14645
14646 * config.sub: Recognize lynx and lynxos
14647
14648Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14649
14650 * config.sub: Accept -ecoff*, not just -ecoff.
14651
14652Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14653
14654 * Makefile.in (taz): Use .gz suffix instead of .z.
14655 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14656 names.
14657
14658Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14661
14662Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14663
14664 * Makefile.in (install-no-fixedincludes): install gcc last, so
14665 that rebuilds that might happen during 'make install' don't get
14666 bogus gcc include files
14667
14668Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14669
14670 Change from Utah for HPPA support:
14671 * config.guess: Recognize hppa1.x-hp-bsd.
14672
14673Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14674
14675 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14676 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14677
14678Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14679
14680 * config.sub: Add support for rom68k and bug boot monitors.
14681
14682Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14683
14684 * Makefile.in: Make all-opcodes depend on all-bfd.
14685
14686Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14687
14688 * config.guess: Added special check for i[34]86-univel-sysv4*.
14689
14690Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14693 the processor rather than assuming i486.
14694
14695Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14696
14697 * config.guess: Recognize SunOS6 as Solaris3.
14698
14699Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14700
14701 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14702 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14703
14704Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14705
14706 * build-all.mk (all-cross): New target for Canadian Cross.
14707 Added Q2 go32 targets.
14708 * test-build.mk: Configure go32 cross sparclite-aout and
14709 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14710 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14711
14712Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14713
14714 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14715 GO32 hosted toolchains
14716
14717Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14718
14719 * configure: change so "-exec-prefix" gets passed down rather
14720 than "-exec_prefix" so autoconf generated Makefiles get the
14721 exec_prefix set right.
14722
14723Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14724
14725 * config.guess: get the Solaris2 minor version number
14726
14727 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14728
14729Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14730
14731 * config.guess: Recognize some Sequent platforms.
14732
14733Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14734
14735 * Makefile.in: added the vault-install target
14736
14737 * configure.in: actually use the Sun3 makefile fragment that's in
14738 config, also added the release dir to configdirs
14739
14740Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14741
14742 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14743
14744Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14745
14746 * configure.in: remove some program from Alpha targetted toolchains
14747
14748Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14749
14750 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14751 gprof.
14752 (taz): Run "make diststuff" in those directories instead of "make
14753 proto-dir". Look for "VERSION=" only at start of line in subdir
14754 Makefile. Use "gzip -9" for compression.
14755 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14756 (binutils.tar.z): New target.
14757
14758Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14759
14760 * Makefile.in (taz): Include gpl.texinfo.
14761
14762Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14763
14764 * Makefile.in (setup-dirs): Merged into "taz" target.
14765 (taz): Only do `proto-dir' stuff if a directory is actually needed
14766 for this target.
14767
14768Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14769
14770 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14771 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14772 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14773 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14774 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14775
14776Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14777
14778 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14779 config.sub, and move-if-change to gdb testsuite distribution
14780 archive, so the testsuite can be extracted, configured, and
14781 run separately from the gdb distribution. Blow away the Chill
14782 tests that require a Chill compiled executable, since GNU Chill
14783 is not yet publically available.
14784
14785Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14786
14787 * test-build.mk: set environment variables in a single command,
14788 instead of a list of assignments and exports
14789
14790 * config.guess: recognize Alpha/OSF1 systems
14791
14792Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14793
14794 * configure: Change help message to prefer --options rather than
14795 -options.
14796
14797Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14798
14799 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14800 zippy@ecst.csuchico.edu.
14801 * config.guess: Recognize miniframe.
14802
14803Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14804
cc6010cd
AP
14805 * Makefile.in: Use srcroot to find runtest rather than rootme.
14806 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
14807
14808Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14809
14810 * test-build.mk: Extensive additions to support building on a
14811 machine other than the host.
14812
14813Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14814
14815 * configure (tooldir): Fix for i386-aix again.
14816
14817Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14818
14819 * configure, Makefile.in: Change definition of $(tooldir)
14820 to match the FSF.
14821
14822Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14823
14824 * config.guess: Recognize i[34]86/SVR4.
14825
14826Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14827
14828 * Makefile.in (all-gdb): gdb depends on sim.
14829
14830Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14831
14832 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14833 at the same time we make the prototype gdb directory.
14834 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14835 files at the same time as the gdb base release distribution.
14836
14837Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14838
14839 * Makefile.in (check): Use individual check targets rather than
14840 DO_X rule.
14841 (check-gcc): Added.
14842
14843Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14844
14845 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14846 for System V release 3.2.
14847
14848Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14849
14850 * config.sub: Recognize hppaosf.
14851 * configure.in: Do configure ld/binutils/gas for it.
14852
14853Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14854
14855 * configure (tooldir): Alter syntax used to set this, for systems
14856 where "\$" isn't handled right, like i386-aix.
14857
14858Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14859
14860 * configure: Pass program-transform-name, not
14861 program_transform_name, to recursive configures.
14862
14863Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14864
14865 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14866 of gas+ld+binutils.
14867
14868Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14869
14870 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14871
14872Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14873
14874 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14875
6599da04
JM
14876Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14877
14878 * Makefile.in (PRMS): Set back to all-prms.
14879
14880Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14881
14882 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14883 targets, rather than for MIPS hosts.
14884
14885Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14886
14887 * configure.in: add comment for --with-x default values
14888
14889 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14890
14891 * Makefile.in: add check-* targets for each of the directories in
14892 the tree. Add a definition of RUNTEST that will use the one we
14893 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14894
14895Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * configure.in: Removed obsolete references to bfd_target and
14898 target_makefile_frag.
14899
14900 * build-all.mk: Set assorted targets for Q2.
14901 * config.sub: Recognize z8k-sim and h8300-hms.
14902 * test-build.mk: Really don't pass host to configure.
14903 (HOLES): Added uname.
14904
14905Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14906
14907 * configure: Handle an empty program-prefix, program-suffix or
14908 program-transform-name correctly.
14909
14910Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14911
14912 * build-all.mk: -G 8 no longer required for MIPS targets.
14913 * test-build.mk: Don't pass host argument to configure; make it
14914 guess.
14915
14916Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14917
14918 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14919 * Makefile.in (COMPRESS): New macro, like GZIP.
14920
14921Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14922
14923 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14924
14925 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14926 with gas currently defaults to -G 0.
14927
14928Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14929
14930 * Makefile.in (all-flex): flex depends on byacc.
14931
14932 * build-all.mk: If host not specified, use config.guess. Pass TAG
14933 to test-build.mk as RELEASE_TAG.
14934 * test-build.mk (configargs): New variable containing arguments to
14935 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14936 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14937
14938 * config.guess: Use /bin/uname when checking -X argument on SCO,
14939 to avoid invoking GNU uname which doesn't understand -X.
14940
14941 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14942
14943 * configure.in: Build gas for mips-*-*.
14944
14945Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14946
14947 * Makefile.in (all.normal): insert missing backslash.
14948
14949Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14950
731a8127 14951 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
14952
14953 * Makefile.in: Complete overhaul to merge many almost identical
14954 targets.
14955
14956Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14957
14958 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14959 (gdb.tar.Z): Adjusted.
14960
14961 * Makefile.in (setup-dirs, taz): New targets; should be general
14962 enough to adapt for gdb sometime. Build only .z file.
14963 (gas.tar.z): New target.
14964
14965Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * build-all.mk: Use CC=cc -Xs on Solaris.
14968
6599da04
JM
14969Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14970
14971 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14972 for handling BISON for FSF releases.
14973
14974Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14975
14976 * configure: Actually implement the change zoo just documented.
14977
14978Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14979
14980 * configure: when using config.guess, only set target_alias when
14981 it's not already been set (ie, on the command line)
14982
14983Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14984
14985 * Makefile.in: add installcheck target, set PRMS to install-prms
14986
14987Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14988
14989 * configure: add support for package_makefile_fragment, handle the
14990 case where a directory has a configure.in file but no Makefile.in
14991 more gracefully (with an actual understandable error message, even);
14992 add support for --without (and add this to the usage message); also
14993 explicitly add a --host=${host_alias} to the command line when
14994 config.guess is used
14995
14996Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14997
14998 * configure: Must use both --host and --target in recursive calls.
14999
15000Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15001
15002 * Makefile.in: Change deja-gnu to dejagnu.
15003
15004Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15007
15008Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15009
15010 * configure.in: canonicalize all instances to *-*-solaris2*,
15011 also strip out a number of tools to not build for go32 host
15012
15013Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15014
15015 * config.guess: add GPL.
15016
15017 * Makefile.in, config.guess, config.sub, configure: bump
15018 copyrights to 93.
15019
15020Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15021
15022 * Makefile.in (do-info): Removed obsolete check for existence of
15023 localenv file.
15024
15025 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15026
15027Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15028
15029 * Makefile.in: a couple of 'else true' for decstation,
15030 support for TclX
15031
15032 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15033
15034Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15035
15036 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15037
15038Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15039
15040 * config.guess: Recognize i386-ibm-aix (PS/2).
15041 * configure.in: Use config/mh-aix386 file for it.
15042
15043Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15044
15045 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15046 CC_FOR_TARGET instead.
15047 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15048
15049Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15050
15051 * Makefile.in: Add sim to list of directories sent with gdb
15052
15053Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15054
15055 * configure.in: Put back mips-dec-bsd* case.
15056
15057Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15058
15059 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15060 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15061 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
15062
15063Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15064
15065 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15066
15067 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15068 (install-info): install dir.info only if it exists,
15069 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15070
15071Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15072
15073 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15074 gas for mips-dec-bsd.
15075
15076Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15077
15078 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15079 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15080
15081Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15082
15083 * configure.in: Added "dejagnu" to hosttools list.
15084
15085Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15086
15087 * config.sub, configure.in, config.guess: Add support
15088 for Bosx, an AIX variant from Bull.
15089 Patches from F.Pierresteguy@frcl.bull.fr.
15090
15091Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15092
15093 * devo/dejagnu: Initial creation of devo/dejagnu.
15094 Migrated dejagnu testcases and support files for testing software
15095 tools to reside as subdirectories, currently called "testsuite",
15096 within the directory of the software tool. Migrated all programs,
15097 support libraries, etc. beloging to dejagnu proper from
15098 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15099 with no modifications. The changes to these files which will
15100 allow them to configure, build, and execute properly will be made
15101 in a future update.
15102
15103Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15104
15105 * Makefile.in: Change send_pr to send-pr.
15106 * configure.in: Likewise.
15107 * send_pr: Renamed directory to send-pr.
15108
15109Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15110
15111 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15112
15113Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15114
15115 * README: Update for gdb-4.8 release.
15116 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15117 gdb-xxx.tar.z (gzip'd) file also.
15118
15119Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15120
15121 * Makefile.in: make all-diff depend on all-libiberty
15122
15123Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15124
15125 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15126
15127Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15128
15129 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15130
15131Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15132
15133 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15134 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15135 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15136
15137Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * Makefile.in: makeinfo binary is in a new location
15140
15141Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15142
15143 * config.sub: Accept -ecoff as an OS.
15144
15145 * Makefile.in: Various changes to eliminate a level of make
15146 recursion and reduce the required command line length.
15147 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15148 sub-makes.
15149 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15150 variables holding settings for specific sub-makes.
15151 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15152 in terms of BASE_FLAGS_TO_PASS.
15153 (TARGET_LIBS): New variable listing directories which use
15154 TARGET_FLAGS_TO_PASS.
15155 (subdir_do): Eliminated.
15156 (do-*): New set of targets to replace subdir_do.
15157 (various): All targets which used subdir_do now depend on do-*.
15158 (local-clean): Renamed from do_clean.
15159 (local-distclean): New target, dependency of distclean and
15160 realclean.
15161 (install-info): Don't create directories. Depend on dir.info
15162 rather than calling make recursively.
15163 (install-dir.info): Eliminated.
15164 (install-info-dirs): Create all info directories here.
15165 (dir.info): Depend upon do-install-info.
15166
15167 * test-build.mk (HOLES): Added false.
15168
15169Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15170
15171 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15172
15173Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15174
15175 * Makefile.in (info): remove dependency on all-texinfo. The
15176 problem was really in texinfo/C, not at this level.
15177
15178Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15179
15180 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15181
15182Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15183
15184 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15185 GDB releases.
15186
15187Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15188
15189 * configure: Include srcdir in message about target of link not
15190 being found. Don't convert `-' to `_' in `with' options being
15191 passed to subdirs.
15192
15193Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15194
15195 * configure.in: add uudecode to host_tools
15196
15197 * Makefile.in: added {all,install}-uudecode targets, added them to
15198 the appropriate lists
15199
15200Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15201
15202 * Makefile.in (all-gcc): Added dependency on all-gas.
15203
15204 * configure.in (mips-*-*): Build ld and binutils.
15205
15206Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15207
15208 * configure: check return code from mkdir, print error message and
15209 exit on failure.
15210
15211Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15212
15213 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15214
15215Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15216
15217 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15218
15219Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15220
15221 * config.sub (h8500): Recognize this as a cpu type.
15222
15223Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15224
15225 * configure: source directory missing is no longer a warning
15226
15227 * configure.in: recognize irix[34]* instead of irix[34]
15228
15229 * Makefile.in: define and pass down X11_LIB
15230
6599da04
JM
15231Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15232
15233 * guess-systype: Renamed to ...
15234 * config.guess: ... by popular request.
15235 * configure.in, Makefile.in: Update accordingly.
15236
15237Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15238
15239 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15240 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15241 + Execute ./dummy instead of assuming . is in PATH.
15242
15243Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15244
15245 * guess-systype: New shell script. Attempts to guess the
15246 canonical host name of the executing host.
15247 Only a few hosts are supported so far.
15248 * configure: Call guess-systype if no host is specified.
15249
15250Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15251
15252 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15253 gcc Makefile.
15254
15255
15256Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15257
15258 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15259 (all-gcc, install-gcc, subdir_do): Use it.
15260
15261Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15262
15263 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15264
15265Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15266
15267 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15268 set exclusively by configure, using configure.in .
15269
15270Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15271
15272 * test-build.mk: set $PATH for all builds
15273
15274 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15275
15276Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15277
15278 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15279 the one used in gcc/Makefile.in, so that a null expansion doesn't
15280 override the one needed to build gcc with a native cc.
15281
15282
15283Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15284
15285 * configure: Accept -with arguments.
15286
15287Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15288
15289 * Makefile.in: added h8300sim
15290
15291Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15292
6599da04
JM
15293 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15294 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15295 (all-cygnus, native, build-cygnus): Make
15296 $(canonhost)-stamp-3stage-done, not $(host)....
15297 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15298 i386-sco3.2v4. Added else true to if command.
15299
15300Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15301
15302 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15303
15304Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15305
15306 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15307
15308Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * configure.in: don't remove binutils from Solaris builds
15311
15312Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15313
15314 * Makefile.in: get rid of earlier definitions for *clean,
15315 also handle the recursive info rule better
15316
15317Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15318
15319 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15320 do more-or-less the right thing.
15321
15322Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15325 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15326
15327Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15328
15329 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15330 $(host_canonical).
15331
15332 * configure.in: split the configdirs list into 4 categories (native
15333 v. cross, library v. tool) and handle the cross-only and native-
15334 only in more reasonable (and correct!) way.
15335
15336Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15337
15338 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15339 configdirs anymore.
15340
15341Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15342
15343 * Makefile.in: extensive cleanup:: removed all of the explicit
15344 clean-* targets, collapsed many wrappers around subdir_do into
15345 one, added additional targets to satisfy standards.texi, deleted
15346 some old targets, some changes for consistency
15347
15348Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15349
15350 * configure.in: handle some programs as cross-only, and others as
15351 native only
15352
15353 * test-build.mk: handle partial holes in a more generic manner
15354
15355 * Makefile.in: m4 depends on libiberty
15356
6599da04
JM
15357Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15360 time, wdiff, and find to configdirs
15361
15362 * Makefile.in: all, clean, and install rules for the new programs
15363 added to configure.in
15364
15365Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15366
15367 * configure.in: use mh-sun for all *-sun-* hosts
15368
6599da04
JM
15369Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * Makefile.in: define flags for X11 include files and library file
15372 locations, pass them down to the programs that need this info
15373
15374 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15375
6599da04
JM
15376Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15377
15378 * configure.in: start building libg++ for HP-UX targets
15379
15380Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15381
15382 * README: Update references to files moved into etc/.
15383
15384Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15385
15386 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15387 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15388
15389Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15390
15391 * configure: accept dash as well as underscore in long option
15392 names for FSF compatibility.
15393
15394Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15395
15396 * config.sub: added -sco3.2v4 support from FSF.
15397
15398Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15399
15400 * configure.in: expand the section that adds or removes
15401 directories from the list of programs to build, to handle native
15402 vs. cross in addition to host v. native
15403
15404Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15405
15406 * Makefile.in: Replace C++ in macro names with CXX.
15407 This is less likely to break ...
15408
15409Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15410
15411 * test-build.mk: add -w to GNU_MAKE
15412
15413Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15414
15415 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15416 add 'sparc' to list of recognized cpus. This needed to make
15417 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15418 Delete some redundant ose68 variants. Recognize -wrs as an os,
15419 then changes that into $CPU-wrs-vxworks.
15420
15421 * configure.in: remove most references to gdbtest, regularize
15422 target based program removal
15423
15424 * test-build.mk: import from p3 tree (many fixes and changes)
15425
15426Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15427
15428 * Makefile.in: added rules to handle tcl, tk, and expect
15429
15430 * configure.in: handle those directories if they exist
15431
15432Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15433
15434 * config.sub: removed bogus hppabsd and hppahpux names, since
15435 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15436
15437Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15438
15439 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15440 depends upon all-xiberty
15441
15442 * Makefile.in: changes from p3, including:
15443
15444 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15445
15446 * Makefile.in (XTRAFLAGS): include newlib directories if
15447 newlib/Makefile exists, rather than if host != target.
15448
15449 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15450
15451 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15452 from the same source tree and not building a cross-compiler. This
15453 matters for the libg++ configuration if reconfiguring a tree that
15454 has already been installed.
15455
15456 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15459 pick up the machine and system specific header files.
15460
15461 * Makefile.in: added AS_FOR_TARGET, passed down in
15462 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15463 the C compiler to use to create programs which are run in the
15464 build environment, set it to default to $(CC), and passed it down
15465 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15466
15467 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15468
15469 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15470 We need them for unusual native builds, like systems without
15471 ranlib.
15472
15473 * configure: also define $(host_canonical) and
e490616e
ZW
15474 $(target_canonical), which are the full, canonical names for the
15475 given host and target
6599da04
JM
15476
15477Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15478
15479 * Makefile.in: Added separate definitions for C++.
15480
15481Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15482
15483 * configure.in (configdirs): Add deja-gnu.
15484
15485Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15486
15487 * README: Update for configure.texi and gdb-4.7 release.
15488
15489Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15490
15491 * Makefile.in: Move "all" target to top of file.
15492 Previously, first target was ".PHONY" which caused BSD4.4 make
15493 to build .PHONY when make was run without arguments.
15494
15495Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15496
15497 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15498 Library-copylefted code in libiberty.
15499
15500Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15501
15502 * config.sub: Replace m68kmote with plain old m68k.
15503
15504Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in: Remove space from blank line, avoid Make complaints.
15507
15508Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15509
15510 * config.sub: Complain if no argument is given. Added support for
15511 386bsd as OS and target alias.
15512
15513Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15514
15515 * Makefile.in (XTRAFLAGS): include newlib directories if
15516 newlib/Makefile exists, rather than if host != target.
15517
15518Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15519
15520 * config.sub: recognize sparclite-wrs-vxworks.
15521
15522 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15523 p3.) Added clean-xiberty to clean.
15524
15525Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15526
15527 * configure.in: use *-*-* instead of nested cases for host and target
15528
15529Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15530
15531 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15532 from the same source tree and not building a cross-compiler. This
15533 matters for the libg++ configuration if reconfiguring a tree that
15534 has already been installed.
15535
15536Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15537
15538 * config.sub (i486v/i486v4): Merge in from FSF version.
15539
15540Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15541
15542 * configure: only set PWD if it is already set.
15543
15544Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15545
15546 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15547 doesn't have unset and all success paths (and most error paths)
15548 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15549 to just ${PWD} to avoid confusion.)
15550
15551Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15552
15553 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15554 even for a native compilation.
15555
15556Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15557
15558 Changes to make the gdb.tar.Z rule work better.
15559
15560 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15561 (DEVO_SUPPORT): Add configure.texi.
15562 (bfd-ilrt.tar.Z): Remove ancient rule.
15563
15564Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15565
15566 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15567 pick up the machine and system specific header files.
15568
15569 * configure.in, config.sub: added new target m68010-adobe-scout,
15570 with alias of adobe68k. Changed configure.in to check for
15571 -scout before -sco* to avoid a false match.
15572
15573 * Makefile.in: added AS_FOR_TARGET, passed down in
15574 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15575 the C compiler to use to create programs which are run in the
15576 build environment, set it to default to $(CC), and passed it down
15577 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15578
15579Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15580
15581 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15582 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15583 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15584 FOR_TARGET variants, to newlib and libg++.
15585
15586Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15587
15588 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15589 first.
15590
15591Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15592
15593 * config.sub: Accept `elf' as an environment.
15594
15595Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15596
15597 * Makefile.in (all-opcodes): cd into the right directory
15598
15599Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15600
15601 * configure: added -program_transform_name option, used as
15602 argument to sed when installing programs.
15603 configure.texi: added documentation for -program_prefix,
15604 -program_suffix and -program_transform_name.
15605
15606Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15607
15608 * config.sub: Accept i486 where i386 ok.
15609
15610Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15611
15612 * config.sub: accept we32k
15613
15614Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15615
3b75d237 15616 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
15617
15618 * Makefile.in: don't create all directories for ``make install'';
15619 let the subdirectories create the ones they need.
15620
15621Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
e490616e 15623 * COPYING: new file, GPL v2
6599da04
JM
15624
15625Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in: use the new gen-info-dir, which needs a template
15628 argument (which also lives in texinfo)
15629
15630 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15631
6599da04
JM
15632Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15633
15634 * config.sub (ncr3000): Change i386 to i486.
15635
15636Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637
15638 * Makefile.in: add install-rcs, install-grep to
15639 install-no-fixedincludes, removed install-bison and install-libgcc
15640
15641Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15642
15643 * configure.in: grab the HPUX makefile fragment if on HPUX
15644
15645Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15646
15647 * Makefile.in: eradicate bison spoor (ditto libgcc).
15648 configure.in: recognise m68{k,000}-ericsson-OSE.
15649 es1800 is alias for m68k-ericsson-OSE
15650
15651Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15652
15653 * configure.in: rearrange the parts that remove programs from
15654 configdirs, based now on HOST==TARGET or by canonical triple.
15655
15656Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15657
15658 * test-build.mk: recurse explicitly with -f test-build.mk when
15659 appropriate. predicate stage3 and comparison on the existence
15660 of gcc. That is, if gcc isn't around, we aren't three-staging.
15661 On very clean, also remove ...stamp-co. Build in-place before
15662 doing other builds.
15663
15664Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15665
15666 * Makefile.in, configure.in: add tgas
15667
15668Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15669
15670 * Makefile.in: a number of changes merged in from progressive.
15671
15672 * configure.in: add libm.
15673
15674 * .cvsignore: ignore some stuff that comes from test-build.mk.
15675
6599da04
JM
15676Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15677
15678 * config.sub: Add es1800 (m68k-ericsson-es1800).
15679
15680Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15681
15682 * configure: Add program_suffix (parallel to program_prefix)
15683 * Makefile.in: adjust directory-creating script for losing decstation
15684
15685Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15686
15687 * configure: Minor $subdir-related fixes.
15688
15689Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15690
15691 * configure: fix various problems with propogating
15692 makefile_target_frag in subdirs.
15693 * configure.in: config libgcc if its there
15694
15695Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15696
15697 * config.sub: HPPA merge.
15698
6599da04
JM
15699Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15700
15701 * Makefile.in: Replace all-bison with all-byacc in all
15702 dependency lines for other tools (which now use byacc).
15703
15704Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15705
15706 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15707
6599da04
JM
15708Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15709
15710 * Makefile.in: make gprof rules similar to byacc rules (instead of
15711 vestigal $(unsubdir) that didn't work...)
15712
15713Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15714
15715 * config.sub: Add support for Linux.
15716 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15717 (at least for libg++).
15718
15719Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15720
15721 * configure.texi: fix doc for the -nfp option to configure
15722
15723Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15724
15725 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15726
15727Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15728
15729 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15730 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15731 * configure.in: added solaris* host_makefile_frag hook.
15732
15733Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15734
15735 * config.sub: changed recognition of m68000 so that various
15736 m68k types can be specified via m680[01234]0
15737
15738Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15739
15740 * config.sub (basic_machine): fix sed so that '-foo' isn't
15741 completely substituted out while .+'-foo' loses the '-foo'
15742
15743Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15744
15745 * config.sub ($os): Add -aout.
15746
15747Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15748
15749 * configure: If host_makefile_frag is absolute, don't
15750 prefix ${invsubdir} (relevant to libg++ auto-configure).
15751
15752Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15753
15754 * Makefile.in (tooldir): Define it.
15755 (all-ld): Depend on all-flex.
15756
15757Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15758
15759 * Makefile.in (check): Fix libg++ special case.
15760
15761Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15762
15763 * configure: do not bury `pwd` into config.status, thus do fewer
15764 pwd's.
15765
15766 * configure: print the "Building in" message only when building in
15767 other than "." AND verbose.
15768
63f6bcd7 15769 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
15770 configures.
15771
15772 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15773
15774Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15775
15776 * Makefile.in: macroize flags passed on recursion. remove
15777 fileutils.
15778
15779Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15780
15781 * configure: get makesrcdir right for subdirs deeper than 1.
15782
15783 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15784 install.
15785
15786Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15787
15788 * Makefile.in: don't print subdir_do or recursion lines.
15789
15790Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15791
15792 * standards.texi: added menu item.
15793
15794 * Makefile.in: build and install standards.info.
15795
15796 * standards.texi: new file.
15797
15798Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15799
15800 * configure: test for and move config.status pieces from
15801 ${subdir}/.
15802
15803Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15804
6599da04
JM
15805 * configure: Test for existance of files before trying to mv
15806 them, to avoid numerous non-existance messages.
15807
15808Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15809
15810 * configure: correct final line of config.status.
15811
15812 * configure: patch from eggert. Avoids a protection problem if
15813 the original Makefile.in is read only.
15814
15815 * configure: use move-if-change from gcc to create config.status.
15816 Some makefiles depend on config.status to tell if a directory
15817 has been reconfigured for a different host. This change
15818 prevents those directories from remaking everything in the case
15819 where the reconfig was only intended to rebuild a Makefile.
15820
15821 * configure: test for config.sub with "config.sub sun4" rather
15822 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15823 host alias from a missing config.sub.
15824
15825Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15826
15827 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15828 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15829
15830Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15831
15832 * configure: mkdir ${subdir} as needed.
15833
15834Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15835
15836 * Makefile.in,configure.in: added autoconf.
15837
15838Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15839
15840 * Makefile.in: no longer pass against on recursion.
15841
15842 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15843 definitions are not inherited.
15844
15845 * configure: correct makesrcdir when subdir is .
15846
15847Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15848
15849 * configure: Add support for 'subdirs' variable, which is
15850 like 'configdirs', except that configure doesn't re-invoke
15851 itself for subdirs, it just creates a Makefile for each subdir.
15852 * configure.texi: Document subdirs.
15853
15854Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15855
15856 * configure.in: added flex to configdirs
15857
15858Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15859
15860 * Makefile.in: remove clean-stamps from clean.
15861
15862Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15863
15864 * configure.in: Add gdbtest to configdirs.
15865
15866Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15867
15868 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15869 to recursive makes.
15870 * configure.in: Recognize new ncr3000 config.
15871
15872Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15873
15874 * Makefile.in, configure.in: removed references to gdbm.
15875
15876Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15877
15878 * config.sub: Don't canonicalize os value
15879 newsos* to bsd (readline needs to check for newsos).
15880 (This fix was earlier made Jan 31, but got re-broken.)
15881
15882Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15883
15884 * configure.in: sco is an os, not a vendor!
15885
15886 * configure: Quote $( better. Keep various shells happy.
15887
15888Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15889
15890 * Makefile.in: eliminate stamp-files.
15891
15892Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15893
15894 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15895 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15896
15897Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15898
15899 * config.sub: fix iris/iris3.
15900
15901Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15902
15903 * configure: re-add -rm.
15904
15905Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15906
15907 * Maskefile.in: add .stmp-rcs to all.
15908
15909 * configure.in: remove gas from rs6000 build, use aix host fragment.
15910
15911Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15912
15913 * configure: pass down site_option during recursion.
15914
15915Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15916
15917 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15918
15919Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15920
15921 * configure: Change exec_prefix so that it really defaults to prefix.
15922
15923Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15924
15925 * Makefile.in, configure.in: Add support for mmalloc library.
15926
15927Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15928
15929 * Makefile.in: add stmp dependencies for a few more things.
15930
15931Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15932
15933 * configure: adjusted error message on objdir/srcdir configure
15934 collision, per john's suggestion.
15935
15936 * Makefile.in: add libiberty stmp to all and all.cross.
15937
15938Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15939
15940 * Makefile.in: remove force dependencies, add grep to all.
15941
15942Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15943
15944 * Makefile.in: drop flex. make stamp files work.
15945
15946 * configure: added test for conflicting configuration in srcdir,
15947 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15948 gets cranky. use relative paths for configure and srcdir
15949 whenever possible. Send some error messages to stderr that were
15950 going to stdout.
15951
15952Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15953
15954 * Makefile.in: Fix libg++ rule to check for gcc directory
15955 before using gcc/gcc. Also pass XTRAFLAGS.
15956
15957Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15958
15959 * Makefile.in: added stmp-files so that directories aren't polled
15960 when they are already built.
15961
15962 * configure.texi: fixed a node pointer problem.
15963
15964Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15965
731a8127 15966 * config.sub configure.in gdb/configure.in
6599da04
JM
15967 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15968 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15969 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15970
15971Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15972
15973 * configure: -recurring becomes -silent. corrected help message
15974 for -site= option.
15975
15976 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15977
15978Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15979
15980 * configure: when building Makefile for crosses, replace
15981 tooldir and program_prefix. default srcdir from location of
15982 config.sub. remove "for host in hosts" and "for target in
15983 targets" loops.
15984
15985Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15986
15987 * Makefile.in: Do not pass bindir or mandir to cvs.
15988
15989Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15990
15991 * Makefile.in, configure.in: removed traces of namesubdir,
15992 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15993 copyrights to '92, changed some from Cygnus to FSF.
15994
15995 * configure.texi: remove most references to multiple hosts,
15996 multiple targets, subdirs, etc.
15997
15998 * configure.man: removed rcsid. reference config.sub not
15999 config.subr.
16000
16001 * Makefile.in: mkdir $(infodir) on install-info.
16002
16003Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16004
16005 * configure.texi: Explain better about .gdbinit and about
16006 the environment that configure.in sections run in.
16007
16008Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16009
16010 * configure.in: Ultrix is only a decstation if it's a MIPS.
16011
16012Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16013
16014 * README: DOC.configure => cfg-paper.texi.
16015
16016Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16017
16018 * config.sub (near case $os): Don't convert newsos* to bsd!
16019
16020Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16021
16022 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16023 the number of copies of COPYING that go into the GDB tar file.
16024
16025Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16026
731a8127 16027 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
16028 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16029 Fix SCO configuration stuff.
16030
16031Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16032
16033 * Makefile.in: For libg++, make sure the -I pointing
16034 to the gcc directory goes *after* all the libg++-local -I flags.
16035 Also, move just-gcc dependency from just-libg++ to all-libg++.
16036
16037Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16038
16039 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16040
16041Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16042
16043 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16044
16045Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16046
16047 * config.sub: Add stratus configuration frags. Also
16048 submitted to FSF.
16049
16050Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16051
16052 * Makefile.in (DEV_SUPPORT): add configure.man.
16053
16054 * config.sub(Decode manufacturer-specific): add -none*.
16055
16056Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16057
16058 * Makefile.in: remove form feeds to make Sun's make happy.
16059 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16060
16061Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16062
16063 * Makefile.in (AR_FLAGS): Make quieter.
16064
16065Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16066
16067 * configure.in: Add libg++.
16068 * configure: When verbose, don't output the command line at each
16069 level; it will be unremarkably the same as the previous version,
16070 which will be the same as what the user typed.
16071
16072Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16073
16074 * configure.in, Makefile.in: fix clean-info, add flex. add
16075 fileutils.
16076
16077 * configure: be less sensitive to spaces in Makefile.in. Do not
16078 look for sources in "..". Doing so breaks subdirectories that
16079 might have their own configure. If a subdir has it's own
16080 configure script, use it.
16081
16082Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16083
16084 * cfg-paper.texi: some changes suggested by rms.
16085
16086Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16087
16088 * config.sub: Merge in some small additions from the FSF version,
16089 taken from the gcc distribution, to bring the Cygnus and FSF
16090 versions into closer sync.
16091
16092Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16093
16094 * configure.in: Changed svr4 references to sysv4.
16095
16096Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16097
16098 * configure: added -V for version number option.
16099
16100Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16101
16102 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16103 renamed from DOC.configure to cfg-paper.texi.
16104
16105Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16106
16107 * configure, config.subr, config.sub: config.subr is now
16108 config.sub again.
16109
16110Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16111
16112 * configure.texi: new file, in progress.
16113
16114 * Makefile.in: build info file and install the man page for
16115 configure.
16116
16117 * configure.man: new file, first cut.
16118
16119 * configure: find config.subr again now that configuration "none"
16120 has gone. removed all traces of the -ansi option. removed all
16121 traces of the -languages option.
16122
16123 * config.subr: resync from rms.
16124
16125Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16126
16127 * configure, config.sub, config.subr: merge config.sub into
16128 config.subr, call the result config.subr, remove config.sub, use
16129 config.subr.
16130
16131 * Makefile.in: revised install for dir.info.
16132
16133Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16134
16135 * configure.in: add decstation host makefile frag.
16136
16137 * Makefile.in: BISON now bison -y again. also install-gcc on
16138 install. clean-gdbm on clean. infodir belongs in datadir.
16139 Make directories for info install. Build dir.info here then
16140 install it.
16141
16142Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16143
16144 * Makefile.in: fix for bad directory tests.
16145
16146Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16147
16148 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16149 regexp. -srcdir relative was being handled incorrectly.
16150
16151 * Makefile.in: unwrapped some for loops so that parallel makes
16152 work again and so one can focus one's attention on a particular
16153 package.
16154
16155Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16156
16157 * configure: added PWD as a stand in for `pwd` (for speed). use
16158 elif wherever possible. make -srcdir work without -objdir.
16159 -objdir= commented out.
16160
16161Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16162
16163 * configure: +options become --options. -subdirs commented out.
16164 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16165 Makefile now at top of generated Makefile. Removed cvs log
16166 entries. added -srcdir. create .gdbinit only if there is one
16167 in ${srcdir}.
16168
16169 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16170 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16171 and mandir now keyed off datadir by default.
16172
16173Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16174
16175 * Freshly created ChangeLog.
16176
16177\f
16178Local Variables:
16179mode: change-log
16180left-margin: 8
16181fill-column: 76
16182version-control: never
16183End: