]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Fix changelog typo.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
b4623110
KJ
12005-11-21 Kean Johnston <jkj@sco.com>
2
3 * config.sub, config.guess: Sync from upstream sources.
4
67dc1785
BE
52005-11-21 Ben Elliston <bje@au.ibm.com>
6
7 Import from Autoconf sources:
8
9 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
10 * config/move-if-change: Don't output "$2 is unchanged";
11 suggested by Ben Elliston. Handle weird characters correctly.
12
186abafe
AT
132005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
14
15 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
16 to match upstream libtool for darwin.
17
ef9db8d5
DJ
182005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
19
20 * Makefile.def: Remove gdb dependencies for gdbtk.
21 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
22 (configure-gdb, install-gdb): New rules.
23 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
24 * Makefile.in, configure: Regenerated.
25
9c5141ab
JB
262005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
27
28 * MAINTAINERS (Write After Approval): Add myself.
29
4523d51b
EE
302005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
31
32 * MAINTAINERS (Write After Approval): Add myself.
33
086b011c
DN
342005-10-24 Diego Novillo <dnovillo@redhat.com>
35
36 * MAINTAINERS (alias analysis): Add Daniel Berlin and
37 Diego Novillo.
38
e7c84bf8
PB
392005-10-22 Paolo Bonzini <bonzini@gnu.org>
40
41 PR bootstrap/24297
42 * Makefile.tpl (do-[+make-target+], do-check, install,
43 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
44 are set before recursing.
45 * Makefile.in: Regenerate.
46
b88a7564
EB
472005-10-20 Eric Botcazou <ebotcazou@adacore.com>
48
49 PR bootstrap/18939
50 * Makefile.def (gcc) <target>: Fix thinko.
51 * Makefile.in: Regenerate.
52
61efc800
BS
532005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
54
55 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
56 * configure: Regenerate.
57
f53d2869
JZ
582005-10-15 Jie Zhang <jie.zhang@analog.com>
59
60 * MAINTAINERS (Write After Approval): Add self.
61
077fc835
KH
622005-10-08 Kazu Hirata <kazu@codesourcery.com>
63
64 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
65 target-libffi, target-qthreads, target-libjava, and
66 targetlibobjc.
67 * configure: Regenerate.
68
d739199a
DJ
692005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
70
71 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
72 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
73 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
74 (USUAL_OBJDUMP_FOR_TARGET): New.
75 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
76 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 77 * configure, Makefile.in: Regenerated.
d739199a 78
db38c6bb
PB
792005-10-05 Paolo Bonzini <bonzini@gnu.org>
80
81 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
82 before other host packages.
83
3015564c
KK
842005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
85
86 * MAINTAINERS: Add self as sh libraries/configury maintainer.
87
1061f99e
PB
882005-10-05 Paolo Bonzini <bonzini@gnu.org>
89
90 PR bootstrap/22340
91
92 * configure.in (default_target): Remove.
93 * Makefile.tpl (all): Do not use prerequisites as subroutines
94 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
95 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
96 use prerequisites as subroutines.
97 (check-host, check-target): New.
98 (bootstrap configure & all targets): Do not use stage*-start
99 if the directory layout is already ok.
100 (non-bootstrap configure & all targets): Prepend a $(unstage).
101 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
102 (NOTPARALLEL): Remove.
103 (unstage, stage variables): New variables.
104 (unstage, stage targets): Simply expand to those variables.
105
106 * configure: Regenerate.
107 * Makefile.in: Regenerate.
108
4a9c436f
JW
1092005-10-04 James E Wilson <wilson@specifix.com>
110
111 * Makefile.def (lang_env_dependencies): Add libmudflap.
112 * Makefile.in: Regenerate.
113
37150080
AS
1142005-10-03 Andreas Schwab <schwab@suse.de>
115
116 Backport from libtool CVS:
117 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
118
119 * ltmain.sh: add support for installing into temporary
120 staging area (e.g. 'make install DESTDIR=...')
121
39d16468
L
1222005-10-03 H.J. Lu <hongjiu.lu@intel.com>
123
124 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
125 * configure: Regenerated.
126
72a7ab82
AP
1272005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
128
129 * configure: Regenerate with the correct
130 autoconf version.
131
6b65a26d
CM
1322005-09-30 Catherine Moore <clm@cm00re.com>
133
134 * configure.in (bfin-*-*): New.
135 * configure: Regenerated.
136
040b1c5a
GK
1372005-09-28 Geoffrey Keating <geoffk@apple.com>
138
139 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
140 (LIPO_FOR_TARGET): New.
141 (CONFIGURED_LIPO_FOR_TARGET): New.
142 (USUAL_LIPO_FOR_TARGET): New.
143 (STRIP_FOR_TARGET): New.
144 (CONFIGURED_STRIP_FOR_TARGET): New.
145 (USUAL_STRIP_FOR_TARGET): New.
146 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
147 STRIP_FOR_TARGET.
148 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
149 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
150 * Makefile.in: Regenerate.
151 * configure: Regenerate.
152
3a3c28db
DE
1532005-09-19 David Edelsohn <edelsohn@gnu.org>
154
155 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
156 (rs6000-*-aix*): Same.
157 * configure: Regenerate.
158
2749a921
TT
1592005-09-16 Tom Tromey <tromey@redhat.com>
160
161 * MAINTAINERS: Add self as java maintainer.
162
7f26dfa3
FXC
1632005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
164
165 * configure.in: Recognize f95 in the --enable-languages option,
166 and substitute it for fortran, issuing a warning.
167 * configure: Regenerate.
168
d8852c4f
PE
1692005-08-30 Phil Edwards <phil@codesourcery.com>
170
171 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
172 * configure: Regenerated.
173
ad685e81
AH
1742005-08-22 Aldy Hernandez <aldyh@redhat.com>
175
176 * MAINTAINERS: Add self as ms1 maintainer.
177
b00d752c
RE
1782005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
179
180 * Makefile.def (libssp): Add to lang_env_dependencies.
181 * Makefile.in: Regenerate.
182
9ed8fb9b
ILT
1832005-08-18 Ian Lance Taylor <ian@airs.com>
184
185 * MAINTAINERS: Add myself as middle-end maintainer.
186
0f029d39
CG
1872005-08-17 Christian Groessler <chris@groessler.org>
188
189 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
190 * Makefile.in: Regenerate.
191
81087874
AK
1922005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
193
194 * MAINTAINERS (write after approval): Added myself.
195
6a134f1c
MR
1962005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
197
198 * MAINTAINERS (Write After Approval): Add myself.
199
2693c0b0
PB
2002005-08-12 Paolo Bonzini <bonzini@gnu.org>
201
202 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
203 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
204 Look for alternate names of the target cc and c++
205 * configure: Regenerate.
206
4de997d1
PB
2072005-08-08 Paolo Bonzini <bonzini@gnu.org>
208
209 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
210 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
211 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
212 tools; remove code to manually set them.
213 (Target tools): Look in the environment for them.
214 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
215 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
216 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
217 build directory.
218 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
219 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
220 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
221 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
222 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
223 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
224 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
225 * configure: Regenerate.
226 * Makefile.in: Regenerate.
227
b089e33a
BE
2282005-07-28 Ben Elliston <bje@au.ibm.com>
229
230 * MAINTAINERS: Update for removed CPU targets.
231
e3791243
MM
2322005-07-27 Mark Mitchell <mark@codesourcery.com>
233
234 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
235 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
236 * Makefile.in: Regenerated.
237
526635cb
MM
2382005-07-26 Mark Mitchell <mark@codesourcery.com>
239
240 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
241 (CFLAGS_FOR_TARGET): Use it.
242 (CXXFLAGS_FOR_TARGET): Likewise.
243 * Makefile.in: Regenerated.
244 * configure.in (--with-build-sysroot): New option.
245 * configure: Regenerated.
246
19791f70
PB
2472005-07-24 Paolo Bonzini <bonzini@gnu.org>
248
249 * Makefile.tpl: Wrap install between unstage and stage
250 * Makefile.in: Regenerate.
251
35f5a23f
EC
2522005-07-21 Eric Christopher <echristo@apple.com>
253
254 * MAINTAINERS: Update affiliation.
255
ff3ddf15
PW
2562005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
257
258 * MAINTAINERS: Add self as crx port maintainer.
259
3a664c1c
DD
2602005-07-20 DJ Delorie <dj@redhat.com>
261
262 * MAINTAINERS: Add self as m32c maintainer.
263
539df155
KC
2642005-07-16 Kelley Cook <kcook@gcc.gnu.org>
265
266 * all files: Update FSF address.
267
be9c593a
EC
2682005-07-15 Eric Christopher <echristo@redhat.com>
269
270 * MAINTAINERS: Change affiliation.
271
fd7ea4ab
JB
2722005-07-14 Jim Blandy <jimb@redhat.com>
273
274 * configure.in: Add cases for Renesas m32c.
275 * configure: Regenerated.
276
0063a823
KC
2772005-07-14 Kelley Cook <kcook@gcc.gnu.org>
278
d0ca130a
KC
279 * COPYING.LIB: Update from fsf.org.
280
2812005-07-14 Kelley Cook <kcook@gcc.gnu.org>
282
283 * COPYING, compile, config.guess,
0063a823
KC
284 config.sub, install-sh, missing, mkinstalldirs,
285 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 286 * config-ml.in: Update FSF address.
0063a823 287
a8ba31f2
EC
2882005-07-13 Eric Christopher <echristo@redhat.com>
289
290 * configure.in: Add toplevel noconfigdir support for tpf.
291 * configure: Regenerate.
292
5bea4a03
PB
2932005-07-11 Paolo Bonzini <bonzini@gnu.org>
294
295 PR ada/22340
296
297 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
298 * Makefile.in: Regenerate.
299
284bdbbd
MM
3002005-07-07 Mark Mitchell <mark@codesourcery.com>
301
302 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
303 Brolley to write-after-approval.
304
452190fb
AS
3052005-07-07 Andreas Schwab <schwab@suse.de>
306
307 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
308 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
309 * Makefile.in: Regenerated.
310
9c8f9ec2
GK
3112005-07-06 Geoffrey Keating <geoffk@apple.com>
312
313 * configure.in: Don't build sim or rda when targetting darwin.
314 * configure: Regenerate.
315
ef0087a7
KH
3162005-07-06 Kazu Hirata <kazu@codesourcery.com>
317
318 * configure.in: Add --enable-libssp and --disable-libssp.
319 * configure: Regenerate with autoconf-2.13.
320
77008252
JJ
3212005-07-02 Jakub Jelinek <jakub@redhat.com>
322
323 * Makefile.def (target_modules): Add libssp.
324 * configure.in (target_libraries): Add target-libssp.
325 * configure: Rebuilt.
326 * Makefile.in: Rebuilt.
327
a04eae1b
ZW
3282005-07-01 Zack Weinberg <zackw@panix.com>
329
330 * MAINTAINERS: Change email address. Resign from maintainership.
331
948884cd
RG
3322005-07-01 Richard Guenther <rguenther@suse.de>
333
334 * MAINTAINERS: Change my e-mail address and affiliation.
335
c7870f5d
PB
3362005-06-22 Paolo Bonzini <bonzini@gnu.org>
337
338 * Makefile.def (stagefeedback): Come after profile.
339 Define profiledbootstrap target.
340 * Makefile.tpl (profiledbootstrap): Remove.
341 (stageprofile-end): Zap stagefeedback.
342 (stagefeedback-start): Copy all .gcda files, not only GCC's.
343 * Makefile.in: Regenerate.
344
ab99519a
RS
3452005-06-13 Richard Sandiford <richard@codesourcery.com>
346
347 * MAINTAINERS: Update my email address.
348
f610dd5f
ZW
3492005-06-13 Zack Weinberg <zack@codesourcery.com>
350
351 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
352 In 'cpp' stanza, support '#line' as well as '# '.
353
71bc2a83
AS
3542005-06-08 Andreas Schwab <schwab@suse.de>
355
356 * MAINTAINERS: Move myself from 'Write After Approval' to
357 'CPU Port Maintainers' section as m68k maintainer.
358
4fab7234
HPN
3592005-06-07 Hans-Peter Nilsson <hp@axis.com>
360
361 * configure.in (unsupported_languages): New macro.
362 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
363 non-ported target libraries in noconfigdirs.
364 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
365 non-linux-gnu. Remove libgcj_ex_libffi.
366 <lang_frag loop>: Set add_this_lang=no if the language is in
367 unsupported_languages.
368 * configure: Regenerate.
369
68193f9b
TS
3702005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
371
372 * configure.in: Fix typo in handling of --with-mpfr-dir.
373 * configure: Regenerate.
374
f26f6b8d
RS
3752005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
376
377 * MAINTAINERS: Update my email address.
378
ba4853f8
JB
3792005-06-02 Jim Blandy <jimb@redhat.com>
380
381 * config.sub: Add cases for the Renesas m32c. (This patch has been
382 accepted into the master sources.)
383
79dd769c 3842005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
385 Michael Snyder <msnyder@redhat.com>
386 Stan Cox <scox@redhat.com>
79dd769c 387
f610dd5f 388 * configure.in: Set noconfigdirs for ms1.
79dd769c 389
f610dd5f 390 * configure: Regenerate.
79dd769c 391
d29e107f
JD
3922005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
393
394 * MAINTAINERS (Write After Approval): Add self.
395
e93196c3
JC
3962005-06-01 Josh Conner <jconner@apple.com>
397
398 * MAINTAINERS (Write After Approval): Add self.
399
ae263c7a
KH
4002005-06-01 Kazu Hirata <kazu@codesourcery.com>
401
402 * MAINTAINERS: Update my email address.
403
585b3aa3
ZM
4042005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
405
406 * MAINTAINERS (Write After Approval): Add self.
407
4930c50b
CD
4082005-05-26 Chris Demetriou <cgd@broadcom.com>
409
410 * MAINTAINERS (Write After Approval): Remove self.
411
2dfbef6d
PB
4122005-05-25 Paolo Bonzini <bonzini@gnu.org>
413
414 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
415 (Dependencies): Consider target modules for bootstrap dependencies.
416 Make target bootstrap modules depend on each stage's gcc.
417 * Makefile.in: Regenerate.
418
bcb28cf5
PB
4192005-05-20 Paolo Bonzini <bonzini@gnu.org>
420
421 * Makefile.def (configure-gcc): Depend on binutils having been built.
422 (all-gcc): No need to do it here.
423 * Makefile.in: Regenerate.
424
0cf085e4
PB
4252005-05-19 Paul Brook <paul@codesourcery.com>
426
f610dd5f 427 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
428 language cannot be built.
429 * configure: Regenerate.
430
dfb2c39a
DJ
4312005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
432
433 * ylwrap: Import from Automake 1.9.5.
434
771aaa92
DU
4352005-05-13 David Ung <davidu@mips.com>
436
437 * MAINTAINERS (Write After Approval): Add self.
438
3ac9bd58
MS
4392005-05-09 Mike Stump <mrs@apple.com>
440
441 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
442 lt_cv_sys_max_cmd_len for now.
f610dd5f 443
f77a5578
SC
4442005-05-09 Stan Cox <scox@redhat.com>
445
446 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
447
795e36e5
MK
4482005-05-08 Matt Kraai <kraai@ftbfs.org>
449
450 * README.SCO: Update the URL.
451
c9392a2b
DE
4522005-05-05 David Edelsohn <edelsohn@gnu.org>
453
454 * ltconfig: Define file_list_spec. Pass file_list_spec and
455 with_gnu_ld to libtool.
456 * ltcf-c.sh (aix[45]): Define file_list_spec.
457 * ltcf-cxx.sh (aix[45]): Same.
458 * ltcf-gcj.sh (aix[45]): Same.
459 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
460 exists, write list of input files to temporary file.
461
bebcd931
MS
4622005-05-04 Mike Stump <mrs@apple.com>
463
464 * configure.in: Always pass --target to target configures as
465 otherwise rebuilds that do --recheck will fail.
466 * confiugure: Rebuilt.
467
ce406537
PB
4682005-05-04 Paolo Bonzini <bonzini@gnu.org>
469
470 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
471 STAGE_HOST_EXPORTS.
472 (configure, all): Add bootstrap support.
473 (Host modules, target modules): Pass post-stage1 flags and exports.
474 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
475 * Makefile.in: Regenerate.
476
aa9dcfc4
PB
4772005-04-29 Paolo Bonzini <bonzini@gnu.org>
478
479 * configure: Regenerate.
480
b6f9abcf
MS
4812005-04-27 Mike Stump <mrs@apple.com>
482
483 * MAINTAINERS: Add self as darwin maintainer.
484
acb217cb
BS
4852005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
486
487 * config.sub: Update from master copy.
488
b6dae270
MS
4892005-04-21 Mike Stump <mrs@apple.com>
490
491 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
492 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
493
c2e0d3a9
HPN
4942005-04-19 Hans-Peter Nilsson <hp@axis.com>
495
496 * configure.in <crisv32-*-*, cris-*-*>: New local variable
497 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
498 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
499 "*-*-elf" and "*-*-linux*".
500 * configure: Regenerate.
501
871ae772
JM
5022005-04-14 Joseph S. Myers <joseph@codesourcery.com>
503
504 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
505
bf070c29
MS
5062005-04-12 Mike Stump <mrs@apple.com>
507
508 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
509
e865b6f7
TK
5102005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
511
512 * MAINTAINERS (Write After Approval): Add myself.
513
7b71ad7f
BS
5142005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
515
516 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
517
25b42232
PB
5182005-04-06 Paolo Bonzini <bonzini@gnu.org>
519
f610dd5f 520 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
521 (TARGET_CONFIGARGS): Include --with-target-subdir.
522 (configure, all): New macros. Use them throughout.
523 * Makefile.in: Regenerate.
524
d727c624
JG
5252005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
526
527 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 528
fff72cc4
ZD
5292005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
530
531 * MAINTAINERS: Remove 'loop unrolling' maintainer.
532
86472dc3
GP
5332005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
534
535 * MAINTAINERS: Move John Carr to Write After Approval.
536
5d0f90e5
R
5372005-03-30 J"orn Rennecke <joern.rennecke@st.com>
538
539 * config/mh-mingw32: Delete.
540 * configure.in: Don't use it.
541 * configure: Regenerate.
542
33da42bc
PB
5432005-03-31 Paolo Bonzini <bonzini@gnu.org>
544
545 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
546 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
547 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
548 (HOST_LIB_PATH): Generate from Makefile.def.
549 (TARGET_LIB_PATH): Likewise.
550 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
551 * Makefile.in: Regenerate.
552 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
553 (RPATH_ENVVAR): Include Darwin case.
554 * configure: Regenerate.
555
15cc1841
TF
5562005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
557
558 * MAINTAINERS (Various Maintainers): Remove self.
559 (Write After Approval): Add self.
560
6a8c79d5
TF
5612005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
562
563 * MAINTAINERS (Various Maintainers): Add self.
564
256f7136
PB
5652005-03-25 Paolo Bonzini <bonzini@gnu.org>
566
567 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
568 * configure: Regenerate.
569
191dd2c9
ZW
5702005-03-21 Zack Weinberg <zack@codesourcery.com>
571
572 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
573 gcc_version, and gcc_version_trigger from set of flags to pass.
574 * Makefile.tpl: Remove definitions of above variables.
575 (config.status): Remove dependency on $(gcc_version_trigger).
576 * Makefile.in: Regenerate.
577 * configure.in: Do not reference config/gcc-version.m4 nor
578 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
579 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
580 * configure: Regenerate.
581
ef6e9bc0
MH
5822005-03-16 Manfred Hollstein <manfred.h@gmx.net>
583 Andrew Pinski <pinskia@physics.uc.edu>
584
585 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
586 * Makefile.in: Regenerate.
587
009bbd5a
FW
5882005-03-13 Feng Wang <fengwang@nudt.edu.cn>
589
590 * MAINTAINERS (Write After Approval): Add myself.
591
09f8755b
DA
5922005-03-03 David Ayers <d.ayers@inode.at>
593
594 * MAINTAINERS (Write After Approval): Add myself.
595
e73ed25c
AO
5962005-03-01 Alexandre Oliva <aoliva@redhat.com>
597
598 PR libgcj/20160
599 * ltmain.sh: Avoid creating archives with components that have
600 duplicate basenames.
601
ace9ac7b
AP
6022005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
603
604 PR bootstrap/20250
605 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
606 instead of check.
607 * Makefile.in: Regenerate.
608
c9db9354
PB
6092005-02-28 Paolo Bonzini <bonzini@gnu.org>
610
611 * Makefile.in: Regenerate to fix conflict between the previous two
612 patches.
613
215c351a
PB
6142005-02-28 Paolo Bonzini <bonzini@gnu.org>
615
616 PR bootstrap/17383
617 * Makefile.def (target_modules): Remove "stage", now unnecessary.
618 * Makefile.tpl (HOST_SUBDIR): New substitution.
619 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
620 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
621 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
622 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
623 (Host modules, Bootstrapped modules): Use it.
624 (Build modules, Target modules): Do not create symlink trees,
625 always configure out-of-srcdir.
626 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
627 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
628 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
629 $(HOST_SUBDIR). Create a symlink for host_subdir.
630
631 * Makefile.in: Regenerate.
632 * configure: Regenerate.
633
5395b47b
NN
6342005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
635
636 Merged from libada-gnattools-branch:
637 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
638
639 * gnattools: New directory.
640 * Makefile.def: Add gnattools as a module, depending on target-libada.
641 * Makefile.in: Regenerate.
642 * configure.in: Include gnattools in host_tools; disable it if ada
643 is disabled.
644 * configure: Regenerate.
645
ca2cc05c
JM
6462005-02-24 James A. Morrison <phython@gcc.gnu.org>
647
648 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
649 treelang maintainer.
650 (Write After Approval): Remove myself.
651
d2f3024f
PS
6522005-02-23 Paul Schlie <schlie@comcast.net>
653
654 * configure.in: Allow darwin targeted ports to build tk, itcl and
655 libgui.
656 * configure: Regenerate.
657
bba5e0ca
EB
6582005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
659
660 PR libgcj/10353
661 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
662 * configure: Regenerate.
663
70132ce7
SK
6642005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
665
666 * MAINTAINERS (Write After Approval): Add myself.
667
20f0edca
ILT
6682005-02-10 Ian Lance Taylor <ian@airs.com>
669
670 * MAINTAINERS: Update my e-mail address.
671
e64e5109
RG
6722005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
673
674 * MAINTAINERS (Write After Approval): Add myself.
675
40d64b5a
HPN
6762005-01-29 Hans-Peter Nilsson <hp@axis.com>
677
678 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
679 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
680 target-libgloss when not *-*-elf and *-*-aout.
681 * configure: Regenerate.
682
54a12711
KH
6832005-01-23 Kazu Hirata <kazu@cs.umass.edu>
684
685 * MAINTAINERS: Remove obsolete entries.
686
0aa99dbb
KH
687 * MAINTAINERS (Write After Approval): Add Michael Matz.
688
2b009f5f
NB
6892005-01-19 Neil Booth <neil@daikokuya.co.uk>
690
691 * MAINTAINERS: Remove self as cpplib maintainer.
692
385870f5
KC
6932005-01-17 Kelley Cook <kcook@gcc.gnu.org>
694
695 * install-sh, config.sub: Import from upstream.
696
e7daab31
KC
6972005-01-17 Kelley Cook <kcook@gcc.gnu.org>
698
699 PR bootstrap/18222
700 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
701 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
702 * Makefile.in: Regenerate.
703
e6003f4d
JT
7042005-01-16 Jason Thorpe <thorpej@netbsd.org>
705
706 * MAINTAINERS: Update my email address.
707
145e2972 7082005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 709 Andreas Schwab <schwab@suse.de>
145e2972
DE
710
711 PR bootstrap/18033
712 * config-ml.in: Eval option if surrounded by single quotes.
713
86c7e0da
PB
7142005-01-03 Paolo Bonzini <bonzini@gnu.org>
715
716 Revert 2004-12-28 Makefile changes, a better fix will be
717 applied to mainline and src after GCC 4.0 branches.
718
3224a22f
PB
7192004-12-28 Paolo Bonzini <bonzini@gnu.org>
720
721 PR bootstrap/17383
722
723 * Makefile.def (target_modules): Remove stage parameter,
724 it is always true now.
725 * Makefile.tpl (configure-build-[+module+],
726 configure-target-[+module+]): Always build symlink tree
727 for the directory and for include. BUILD_SUBDIR and
728 TARGET_SUBDIR cannot be . anymore.
729 * Makefile.in: Regenerate.
730
aaf51ca2
DE
7312004-12-25 David Edelsohn <edelsohn@gnu.org>
732
733 Revert 2004-12-08 Makefile changes.
734
4e32e454
DS
7352004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
736
737 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
738 cygwin, mingw.
739
669f01d8
AS
7402004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
741
742 * configure.in (sh64-*-*): Reenable gprof.
743 * configure: Regenerate.
744
1b227ee0
DE
7452004-12-08 David Edelsohn <edelsohn@gnu.org>
746
747 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
748 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
749 (EXTRA_TARGET_FLAGS): Add PICFLAG.
750 * Makefile.in: Regenerate.
751
ce5e944c
CF
7522004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
753
754 * MAINTAINERS: Update my email address.
755
893f1e87
MK
7562004-12-07 Matt Kraai <kraai@ftbfs.org>
757
758 * Makefile.tpl: Generate normal dependencies if the LHS module is
759 not bootstrapped.
760 * Makefile.in: Regenerate.
761
bb59c339
RS
7622004-12-03 Richard Sandiford <rsandifo@redhat.com>
763
764 * configure.in: Include config/gxx-include-dir.m4. Use
765 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
766 * configure: Regenerate.
767
4982adbe
RS
7682004-12-03 Richard Sandiford <rsandifo@redhat.com>
769
770 * config.if: Delete.
771 * configure.in: Set libstdcxx_incdir directly.
772 * configure: Regenerate.
773
05750653
EC
7742004-12-02 Eric Christopher <echristo@redhat.com>
775
776 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
777 * Makefile.in: Regenerate.
778
5fef1dbd
RS
7792004-12-02 Richard Sandiford <rsandifo@redhat.com>
780
781 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
782 * configure: Regenerate.
783
afabd8e6
RS
7842004-12-02 Richard Sandiford <rsandifo@redhat.com>
785
786 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
787 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
788 * configure: Regenerate.
789
78716e86
EC
7902004-12-01 Eric Christopher <echristo@redhat.com>
791
792 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
793 of things to remove.
794
57ab8ba9
MK
7952004-11-29 Matt Kraai <kraai@ftbfs.org>
796
797 * MAINTAINERS (Write After Approval): Update my e-mail address.
798
2539bffe
KC
7992004-11-29 Kelley Cook <kcook@gcc.gnu.org>
800
801 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
802 from CVS libtool to always pass_all.
803
3e732ba0
JDA
8042004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
805
806 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
807 (hppa*64*-*-*): Delete incorrect comment.
808 * configure: Rebuilt.
809
767f726e
KC
8102004-11-24 Kelley Cook <kcook@gcc.gnu.org>
811
812 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
813
2c92e90f
KC
8142004-11-24 Kelley Cook <kcook@gcc.gnu.org>
815
816 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
817 from CVS libtool to always pass_all.
818
32f84e48
KC
8192004-11-15 Kelley Cook <kcook@gcc.gnu.org>
820
821 * install-sh, compile: Import from automake.
822
9587be8a
KC
8232004-11-15 Kelley Cook <kcook@gcc.gnu.org>
824
825 * config.guess, config.sub: Import from savannnah.
826
04e81808 8272004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
828
829 * MAINTAINERS (Write After Approval): Add myself
830
f87a2b2e
MS
8312004-11-12 Mike Stump <mrs@apple.com>
832
833 * Makefile.def: Add html support.
834 * Makefile.tpl: Likewise.
835 * Makefile.in: Regenerate.
836
848556c2
GK
8372004-11-11 Geoffrey Keating <geoffk@apple.com>
838
556f03c4
GK
839 PR 18423
840 * configure.in: Remove all instances of build-fixincludes from
841 noconfigdirs.
842 (build_configargs): Supply --target to subdirectories.
843 * configure: Regenerate.
844
848556c2
GK
845 * Makefile.def: Make gcc install depend on fixincludes install.
846 * Makefile.in: Regenerate.
847
9e5712a5
JJ
8482004-11-10 Janis Johnson <janis187@us.ibm.com>
849
850 * MAINTAINERS: Add myself as gcc testsuite maintainer.
851
4ef509c0
PB
8522004-11-11 Paul Brook <paul@codesourcery.com>
853
854 * MAINTAINERS: Add self as arm maintainer. Update email address.
855
20d11df6
HPN
8562004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
857
858 * configure.in (noconfigdirs) [mmix-*-*]: Disable
859 target-libgfortran.
79fd8592 860 * configure: Regenerate.
20d11df6 861
68c70f15
DE
8622004-11-07 David Edelsohn <edelsohn@gnu.org>
863
864 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
865 like CC.
866
54f88091
PB
8672004-11-05 Paolo Bonzini <bonzini@gnu.org>
868
869 * Makefile.def (host fixincludes): Specify missing targets.
870 * Makefile.in: Regenerate.
871
6866abb8
RC
8722004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
873
874 * MAINTAINERS: Add myself
875
83f62578
GL
8762004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
877
878 * MAINTAINERS (Write After Approval): Add myself.
879
53c7ffe7
GK
8802004-11-04 Geoffrey Keating <geoffk@apple.com>
881
882 * Makefile.def: Build fixincludes for the host, too.
883 * Makefile.in: Regenerate.
884 * configure.in (host_tools): Add fixincludes.
885 * configure: Regenerate.
886
ac8b3d9d
DJ
8872004-11-04 Daniel Jacobowitz <dan@debian.org>
888
889 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
890 * configure: Regenerated.
891
bab37580
L
8922004-11-04 H.J. Lu <hongjiu.lu@intel.com>
893
894 PR other/17783
895 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
896 * configure: Regenerated.
897
db1de713
MM
8982004-10-31 Mark Mitchell <mark@codesourcery.com>
899
900 * README.SCO: Update per FSF instructions.
901
a827e21a
EW
9022004-10-28 Eric B. Weddington <ericw@evcohs.com>
903
904 PR target/18151
905 * configure.in (case ${target}): Do not build fixincludes for avr.
906 * configure: Regenerated.
907
9d069a4f
PB
9082004-10-26 Paolo Bonzini <bonzini@gnu.org>
909
910 * configure.in (case ${target}): Do not build fixincludes
911 on platforms where it is not used.
912 * configure: Regenerated.
913
fc45f3fe
DJ
9142004-10-23 Daniel Jacobowitz <dan@debian.org>
915
916 * configure.in: Use an absolute path to install-sh.
917 * configure: Regenerated.
918
36554b92
AL
9192004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
920
921 * MAINTAINERS (Write After Approval): Add myself.
922
88e9994a
KH
9232004-10-19 Kazu Hirata <kazu@cs.umass.edu>
924
925 * MAINTAINERS: Remove from Write After Approval those that are
926 already maintainers.
927
ad02a944
SP
9282004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
929
930 * MAINTAINERS: Update my email address.
931
c8e6cd41
KC
9322004-10-12 Kelley Cook <kcook@gcc.gnu.org>
933
934 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
935 * configure: Regenerate.
936
ebe55024
R
9372004-10-07 J"orn Rennecke <joern.rennecke@st.com>
938
939 * MAINTAINERS: Update my email address.
940
a8b0957e
KH
9412004-10-07 Kazu Hirata <kazu@cs.umass.edu>
942
943 * MAINTAINERS (Language Front Ends Maintainers): New. Move
944 entries belonging to this category.
945
96836f61
JZ
9462004-10-06 Josef Zlomek <josef.zlomek@email.cz>
947
948 * MAINTAINERS: Update my e-mail address.
949
7e0b5752
PB
9502004-10-06 Paolo Bonzini <bonzini@gnu.org>
951
952 Fix wrong conflict resolution in:
953
954 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
955
956 * Makefile.in: Regenerate.
957 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
958 in the recursive `make', instead of hardwiring `all'.
959 (Autogenerated TARGET-* variables): New.
960
370f7a47
TL
9612004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
962
963 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 964 * configure: Regenerate.
370f7a47 965
13e5d623
KH
9662004-10-04 Kazu Hirata <kazu@cs.umass.edu>
967
968 * MAINTAINERS (Various Maintainers): Move the "windows,
969 cygwin, mingw" maintainer to ...
970 (OS Port Maintainers): ... here.
971
a6497c1b
KH
9722004-10-04 Kazu Hirata <kazu@cs.umass.edu>
973
974 * MAINTAINERS (Write After Approval): Remove those that are
975 maintainers of some subsystem.
976
1abb828a
D
9772004-10-02 P.J. Darcy <darcypj@us.ibm.com>
978
979 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
980 * ltcf-cxx.sh (tpf*): Likewise.
981 * ltconfig (tpf*): Add TPF OS configuration support.
982
16d1338d
BS
9832004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
984
985 * MAINTAINERS: Change my email address to my new work account.
986
9082a750
MR
9872004-09-24 Michael Roth <mroth@nessie.de>
988
989 * configure.in (--without-headers): Add missing double quotes.
990 * configure: Regenerate.
991
07a8bdf8
KC
9922004-09-24 Kelley Cook <kcook@gcc.gnu.org>
993
994 * ylwrap: Revert to previous version.
995
4c4a5bbc
L
9962004-09-23 H.J. Lu <hongjiu.lu@intel.com>
997
998 PR bootstrap/17369
999 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1000 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1001 SET_GCC_LIB_PATH_CMD.
1002 (BASE_TARGET_EXPORTS): Likewise.
1003 * Makefile.in: Regenerated.
1004
1005 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1006 * configure: Regenerated.
1007
85f59630
KC
10082004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1009
1010 * config.guess: New upstream version
1011 * compile, depcomp, install-sh, ylwrap: Likewise.
1012
95c53c62
RS
10132004-09-19 Roger Sayle <roger@eyesopen.com>
1014
1015 * config/mh-x86omitfp: New host makefile fragment. Add
1016 -fomit-frame-pointer to the default BOOT_CFLAGS.
1017 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1018 * configure: Regenerate.
1019
0a1c093b
AP
10202004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1021
1022 PR target/11572
1023 * configure.in (*-*-darwin*): Renable libobjc.
1024 * configure: Regenerate.
1025
315fcf97
NS
10262004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1027
1028 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1029
0a050485 10302004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1031
0a050485
DB
1032 * Makefile.def: Remove libbanshee.
1033 * Makefile.tpl: Ditto.
1034 * configure.in: Ditto.
1035 * Makefile.in: Regen.
1036 * configure: Ditto.
1037
5f4a098e
DE
10382004-09-08 David Edelsohn <edelsohn@gnu.org>
1039
1040 * ltmain.sh: Use $pic_object as $non_pic_object if
1041 $non_pic_object=none.
1042
32b2511f
PB
10432004-09-07 Paolo Bonzini <bonzini@gnu.org>
1044
1045 * missing: Import latest version from master repository.
1046
fc4d0e82
NC
10472004-09-06 Nick Clifton <nickc@redhat.com>
1048
1049 * config.sub: Import latest version from master repository.
1050 * config.guess: Likewise.
1051 This includes these changes:
78716e86 1052
fc4d0e82
NC
1053 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1054
1055 * config.sub: Handle crisv32, alias etraxfs.
1056 * config.guess (crisv32:Linux:*:*): Handle.
1057
1058 2004-08-13 Brad Smith <brad@comstyle.com>
1059
1060 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1061 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1062
1063 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1066 assume the processor is a powerpc. This is because coreutils
1067 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1068 in this case, due to a MacOS X bug that causes
1069 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1070 to return a negative number.
1071 Problem reported by Petter Reinholdtsen in:
1072 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1073
1074 2004-07-19 Ben Elliston <bje@gnu.org>
1075
1076 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1077
1078 2004-06-24 Ben Elliston <bje@gnu.org>
1079
1080 * config.guess: Update copyright years.
1081 * config.sub: Likewise.
1082
1083 2004-06-22 Robert Millan <robertmh@gnu.org>
1084
1085 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1086 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1087
1088 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1089
1090 * config.guess (*:*VMS:*:*): New entry. Replaces
1091 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1092 manufacturer.
1093
1094 2004-06-22 Ben Elliston <bje@gnu.org>
1095
1096 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1097 * config.sub: Likewise.
1098
1099 2004-06-22 Ben Elliston <bje@gnu.org>
1100
1101 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1102 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1103
1104 2004-06-11 Ben Elliston <bje@gnu.org>
1105
1106 * config.guess (pegasos:OpenBSD:*:*): Remove.
1107
1108 2004-06-11 Ben Elliston <bje@gnu.org>
1109
1110 From Wouter Verhelst <wouter@grep.be>:
1111 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1112
1113 2004-06-11 Ben Elliston <bje@gnu.org>
1114
1115 * config.guess (luna88k:OpenBSD:*:*): New.
1116
1117 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1118
1119 * config.guess (m32r*:Linux:*:*): New case.
1120 * config.sub: Handle m32rle.
1121
1122 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1123
1124 From Jens Petersen <petersen@redhat.com>:
1125 * config.sub: Handle sparcv8.
1126
1127 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1128
1129 From Tom Smith <smith@cag.lkg.hp.com>:
1130 * config.guess: Version suffixes are equally significant on Tru64
1131 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1132 prefix of "P" (patched kernel).
1133
1134 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1135
1136 * config.sub: Add support for National Semiconductor CRX target.
1137
2f4cc6bf
JJ
11382004-09-03 Janis Johnson <janis187@us.ibm.com>
1139
1140 * MAINTAINERS (Various Maintainers): Remove myself as web page
1141 maintainer, add myself as maintainer of build status lists.
1142
61fec9ff
JB
11432004-09-03 Jan Beulich <jbeulich@novell.com>
1144
1145 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1146 *-*-netware, but add target-libmudflap.
1147 Consolidate *-*-netware targets (of which really only i?86 exists)
1148 into a single entry.
1149 * configure: Likewise.
1150
45f366ab
PB
11512004-09-01 Paolo Bonzini <bonzini@gnu.org>
1152
1153 * Makefile.tpl (sorry): Remove.
1154 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1155 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1156 (do-clean): Clean per-stage directories too.
1157 (do-distclean): Run distclean-stage1 too.
1158 (.NOTPARALLEL): Enable during toplevel bootstrap.
1159 (stage[+id+]-bubble): Enable parallel execution during
1160 the recursive invocation.
1161 * Makefile.in: Regenerate.
1162
1163 Fix previous checkin:
1164
1165 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1166 include.
1167 * configure.in: Fix indentation.
1168 * configure: Regenerate.
1169
be8fff81
RB
11702004-08-31 Robert Bowdidge <bowdidge@apple.com>
1171
45f366ab
PB
1172 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1173 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1174 * configure: regenerate
78716e86 1175 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1176 -mdynamic-no-pic
be8fff81
RB
1177
1178
71b5d516
PB
11792004-08-31 Paolo Bonzini <bonzini@gnu.org>
1180
1181 * Makefile.def (build_modules): Add fixincludes.
1182 (dependencies): Make gcc depend on fixincludes.
1183 * configure.in (build_tools): Add fixincludes.
1184 (build_configdirs): Always include build_libs.
1185 * Makefile.in: Regenerate.
1186 * configure: Regenerate.
1187
11882004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1189
1190 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1191 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1192 phony targets; do not generate timestamp files.
1193 (distclean-stageN): Remove references to their timestamp files.
1194 (restageN, touch-stageN): Remove.
1195 (stageN-bubble): Rewritten.
1196 (compare): Support lean bootstraps.
1197 * Makefile.in: Regenerate.
1198
1199 * configure.in: Only warn when bootstrapping but
1200 build != host or build != target. Support lean bootstraps.
1201 * configure: Regenerate.
1202
ce7cbbb0
PE
12032004-08-26 Phil Edwards <phil@codesourcery.com>
1204
1205 * configure.in: Give a better error message if GMP/MPFR are missing
1206 and a language needing them has been requested.
1207 * configure: Regenerated.
1208
9c71a529
PE
12092004-08-25 Phil Edwards <phil@codesourcery.com>
1210
1211 * configure.in: Print a list of available language front-ends if
1212 a requested one is missing. Tidy stray tab characters.
1213 * configure: Regenerated.
1214
e3f92d3b
MK
12152004-08-19 Michael Koch <konqueror@gmx.de>
1216
1217 * gcc/doc/install.texi: Update entry about automake for libjava.
1218
c3f84f61
RM
12192004-08-17 Robert Millan <robertmh@gnu.org>
1220
1221 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1222 (instead of FreeBSD).
1223 * configure: Regenerate.
1224
7c27e184
PB
12252004-08-16 Paolo Bonzini <bonzini@gnu.org>
1226
1227 * Makefile.in: Regenerate.
1228 * configure: Regenerate.
1229
1230 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1231 stage_*_flags.
1232 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1233 for bootstrapped modules if toplevel bootstrap is going.
1234 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1235 modules. Adjust for changes in Makefile.def. Enable several
1236 rules even in non-bootstrap mode, just to avoid peppering the
1237 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1238 (stage-[+prev+]-bubble): Remove.
1239
1240 * Makefile.def (Dependencies): Depend on all-build-bison,
1241 all-build-flex, all-build-byacc, all-build-texinfo, rather
1242 than the host variations.
1243 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1244 with BUILD_SUBDIR.
1245 (BISON): Update for recent Bisons.
1246 (YACC): Fix typo.
1247 (cross): Depend on all-build.
1248 (all): Do not depend on all-build.
1249 (prebootstrap): Remove.
1250 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1251 (Prebootstrap dependencies): Add them to the per-stage targets
1252 and to all-prebootstrap.
1253 * configure.in (build_configdirs): Always enable build_tools.
1254 (BUILD_DIR_PREFIX): Remove.
1255
1256 * Makefile.def (gcc): Add target variable.
1257 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1258 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1259 in the recursive `make', instead of hardwiring `all'.
1260 (Autogenerated TARGET-* variables): New.
1261
20f3bb80
BB
12622004-08-13 Brian Booth <bbooth@redhat.com>
1263
1264 * MAINTAINERS: Remove myself from write-after-approval.
1265
b5be499d
NN
12662004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1267
1268 * src-release: Stop distributing mmalloc with gdb (which doesn't
1269 use it).
1270 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1271 * Makefile.in: Regenerate.
1272
b3f8d95d
MM
12732004-08-09 Mark Mitchell <mark@codesourcery.com>
1274
1275 * configure.in (arm*-*-eabi*): New target.
1276 * configure: Regenerate.
1277
3589b69e
PB
12782004-08-06 Paolo Bonzini <bonzini@gnu.org>
1279
1280 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1281 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1282 (Dependencies): New section.
1283 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1284 (configure-target-[+module+]): Depend on maybe-all-gcc
1285 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1286 (toplevel profiledbootstrap): Fix dependencies.
1287 * Makefile.in: Regenerate.
1288
972974fc
MM
12892004-08-03 Mark Mitchell <mark@codesourcery.com>
1290
1291 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1292 target-libiberty to noconfigdirs.
1293 * configure: Regenerate.
1294
bebf829d
PB
12952004-08-03 Paul Brook <paul@codesourcery.com>
1296
1297 * configure.in: Check for MPFR as well as GMP.
1298 * configure: Regenerate.
1299
98a5bb3b
RM
13002004-08-01 Robert Millan <robertmh@gnu.org>
1301
1302 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1303 libmudflap for all GNU-based systems (with Glibc).
1304 * configure: Regenerate.
1305
d32ab992
PB
13062004-08-03 Paolo Bonzini <bonzini@gnu.org>
1307
1308 * Makefile.def (host-modules): Add gcc.
1309 * Makefile.in: Regenerate.
1310 * Makefile.tpl (sorry): New rule.
1311 (configure-host, all-host, [+make_target+]-host, do-check,
1312 install-host): Do not add gcc as a special case.
1313 (host modules): Add a small special-casing for gcc. Export
1314 extra_make_flags through the environment.
1315 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1316 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1317 other recursive targets for gcc): Remove.
1318
1319 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1320 (stage, unstage): New rules.
1321 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1322 distclean-stage[+id+]): Use stage_current.
1323 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1324 the stage*-start rules.
1325
aeb732c1
GK
13262004-08-02 Geoffrey Keating <geoffk@apple.com>
1327
1328 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1329 use -all_load flag.
1330
25b656e7
PB
13312004-08-02 Paolo Bonzini <bonzini@gnu.org>
1332
1333 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1334 * configure: Regenerate.
1335
cc440d71
TM
13362004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1337
1338 * maintainer-scripts/gcc_release: Revert yesterday's change.
1339
270e140b
SB
13402004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1341
1342 * MAINTAINERS: Add myself to write-after-approval.
1343
3e4035f8
TM
13442004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1345
1346 * libf2c: Removed.
1347 * gcc/gccbug.in: Updated because of libf2c removal.
1348 * maintainer-scripts/gcc_release: Ditto.
1349
a3e8d8b4
LR
13502004-07-09 Loren J. Rittle <ljrittle@acm.org>
1351
1352 * configure.in: Build libmudflap by default on FreeBSD.
1353 * configure: Regenerated.
1354
dfcada9a
MM
13552004-07-09 Mark Mitchell <mark@codesourcery.com>
1356
1357 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1358 systems.
1359 * configure: Regenerated.
1360
3922b216
JDA
13612004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1362
1363 PR target/16344
1364 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1365 feedback based compiler.
1366 * Makefile.in: Rebuilt.
1367
95bcca47
AO
13682004-07-08 Alexandre Oliva <aoliva@redhat.com>
1369
1370 * Makefile.def (host_modules): Set bootstrap=true for flex.
1371 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1372 * Makefile.in: Rebuilt.
1373
051822f6
JH
13742004-07-07 Jan Hubicka <jh@suse.cz>
1375
1376 * MAINTAINERS: Add self as a profile feedback maintainer.
1377
7b61653a
PE
13782004-07-05 Phil Edwards <phil@codesourcery.com>
1379
1380 * configure.in: Do not prepend $srcdir to /dev/null in
1381 makefile fragments.
1382 * configure: Regenerate.
1383
23f6b2f9
PB
13842004-07-01 Paolo Bonzini <bonzini@gnu.org>
1385
1386 * Makefile.def (build_modules): Add bison, byacc, flex,
1387 m4, texinfo.
1388 (flags_to_pass): Add FLEX.
1389 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1390 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1391 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1392 DEFAULT_MAKEINFO): Remove.
1393 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1394 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1395 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1396 objdir or else use configured tool.
1397 (all-build): New.
1398 (all): Depend on it.
1399 (Build module dependencies): Add.
1400 * Makefile.in: Regenerate.
1401 * configure.in: Better support for multiple build modules,
1402 matching what is done for host/target modules. Do not look
1403 for "plausible" locations of build tools if Canadian cross.
1404 Use autoconf's AC_PROG_CC to find a C compiler. Define
1405 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1406 * configure: Regenerate.
78716e86 1407
1c020272
PB
14082004-06-22 Paolo Bonzini <bonzini@gnu.org>
1409
1410 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1411 * Makefile.in: Regenerate.
1412
a52a0a7f
PB
14132004-06-22 Paolo Bonzini <bonzini@gnu.org>
1414
1415 * Makefile.tpl (configure-build-[+module+],
1416 configure-[+module+], configure-target-[+module+]): Pass
1417 [+extra_configure_args+].
1418 (all-build-[+module+], all-[+module+], check-[+module+],
1419 install-[+module+], [+make_target+]-[+module+],
1420 all-target-[+module+], check-target-[+module+],
1421 install-target-[+module+], [+make_target+]-target-[+module+]):
1422 Pass [+extra_make_args+].
1423 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1424 (GCC_HOST_EXPORTS): Remove.
1425 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1426 cross, check-gcc, check-gcc-c++, install-gcc,
1427 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1428 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1429 * Makefile.in: Regenerate.
1430
ccde3f1a
MS
14312004-06-21 Matthew Sachs <msachs@apple.com>
1432
1433 * MAINTAINERS: Added self to write-after-approval.
1434
6264b0a6
CF
14352004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1436
1437 * configure.in: Check for srcdir/winsup rather than build directory
1438 winsup.
1439 * configure: Regenerate.
1440
801e2270
CV
14412004-06-17 Corinna Vinschen <vinschen@redhat.com>
1442
1443 * configure.in: Don't build Cygwin native newlib if winsup
1444 directory is missing. Emit warning instead.
1445 * configure: Regenerate.
1446
ad6717df
PB
14472004-06-09 Paolo Bonzini <bonzini@gnu.org>
1448
1449 * Makefile.tpl (touch-stage[+id+]): New.
1450 (restage[+prev+]): Depend on touch-stage[+id+].
1451
1452 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1453 Use it throughout.
1454
1455 * Makefile.def: Add profile and feedback bootstrap stages.
1456 Remove next field from bootstrap stages.
1457 * Makefile.tpl (LN, LN_S): Substitute.
1458 (stageN-start, stageN-end): Use double-colon rules, to
1459 provide a hook for additional setup commands.
1460 (distclean-stageN-gcc, restageN): Create dependencies from
1461 [+prev+], not from [+next+].
1462 (stageN-bubble): Add commands for successive stages from
1463 [+prev+], using double-colon rules.
1464 (all-stageN-gcc): Fix typo.
1465 (stagefeedback-start, profiledbootstrap): New.
1466 * Makefile.in: Regenerate.
1467 * configure.in: Call ACX_PROG_LN.
1468 * configure: Regenerate.
1469
5bbb9680
CY
14702004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1471
1472 * MAINTAINERS (Write After Approval): Add myself.
1473
e18be1d4
MA
14742004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1475
1476 * MAINTAINERS (Write After Approval): Add myself.
1477
5607edfd
PB
14782004-06-03 Paolo Bonzini <bonzini@gnu.org>
1479
1480 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1481 without gcc.
1482 * configure: Regenerate.
1483
1ec4e9c3
PB
14842004-06-01 Paolo Bonzini <bonzini@gnu.org>
1485
1486 * Makefile.tpl: Fix typo.
1487 * Makefile.in: Regenerate.
1488
c2f7605f
PB
14892004-06-01 Paolo Bonzini <bonzini@gnu.org>
1490
1491 * configure.in: Remove new- prefix from toplevel
1492 bootstrap targets.
1493 * configure: Regenerate.
1494
f516a7da
PB
14952004-06-01 Paolo Bonzini <bonzini@gnu.org>
1496
1497 * Makefile.tpl (all.normal): Rename to all.
1498 (all): Replace with a rule to pick the default
1499 target from configure.
1500 (all-gcc, configure-gcc): Use conditionals to
1501 do nothing when toplevel bootstrap is going on.
1502 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1503 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1504 * configure.in: Support --enable-bootstrap.
1505
1506 * Makefile.def: Remove new- prefix from toplevel
1507 bootstrap targets.
1508 * Makefile.tpl: Likewise.
1509
1510 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1511 target.
1512
1513 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1514 $(RECURSE_FLAGS) to recursive invocation of make.
1515
1516 * Makefile.in: Regenerate.
1517 * configure: Regenerate.
1518
78dd5e36
AJ
15192004-05-30 Andreas Jaeger <aj@suse.de>
1520 Jim Wilson <wilson@specifixinc.com>
1521
1522 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1523 like CC.
1524
30f1bddc
DJ
15252004-05-27 Daniel Jacobowitz <dan@debian.org>
1526
1527 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1528 * configure: Regenerate.
1529
4fc4dd12
DJ
15302004-05-25 Daniel Jacobowitz <drow@false.org>
1531
1532 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1533 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1534 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1535 targets.
1536 * Makefile.in: Regenerate.
1537
94632047 15382004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1539
1540 * configure.in: Test the ability to symlink directories.
1541 * configure: Regenerate.
1542
1543 * Makefile.def (bootstrap-stage): New definitions.
1544 * Makefile.tpl (configure-stage1-gcc,
1545 configure-stage2-gcc, configure-stage3-gcc,
1546 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1547 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1548 new-restage3, compare): Autogenerate, see Makefile.in
1549 entry for behavioral changes.
1550 (distclean-stage1, new-stage1-start, new-stage1-end,
1551 new-stage1-bubble, distclean-stage2, new-stage2-start,
1552 new-stage2-end, new-stage2-bubble, distclean-stage3,
1553 new-stage3-start, new-stage3-end): New autogenerated targets.
1554 (objext, prebootstrap, BOOT_CFLAGS,
1555 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1556 targets.
1557
1558 * Makefile.in: Regenerate.
1559 (distclean-stage1, new-stage1-start, new-stage1-end,
1560 new-stage1-bubble, distclean-stage2, new-stage2-start,
1561 new-stage2-end, new-stage2-bubble, distclean-stage3,
1562 new-stage3-start, new-stage3-end): New targets.
1563 (all-stage1-gcc): Move prebootstrap dependency from here...
1564 (configure-stage1-gcc): ...to here.
1565 (new-bootstrap): Use bubble targets.
1566 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1567 Use per-stage distclean targets.
1568 (configure-stage1-gcc, configure-stage2-gcc,
1569 configure-stage3-gcc, all-stage1-gcc,
1570 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1571 Use new-stageN-start to prepare the tree.
1572
4f4e53dd
PB
15732004-05-23 Paolo Bonzini <bonzini@gnu.org>
1574
1575 * Makefile.def (host_modules): add libcpp.
1576 * Makefile.tpl: Add dependencies on and for libcpp.
1577 * Makefile.in: Regenerate.
1578 * configure.in: Add libcpp host module.
1579 * configure: Regenerate.
1580
60975492
PB
15812004-05-21 Paolo Bonzini <bonzini@gnu.org>
1582
1583 * Makefile.tpl: Whenever a recursive target is defined, wrap
1584 it in a special @if/@endif block, and prepare its maybe
1585 dependency in the @if/@endif block
1586 * configure.in: Instead of writing maybe dependencies, remove
1587 the @if/@endif statements, and remove the @if/@endif blocks
1588 that remain.
1589 * configure: Regenerate.
1590 * Makefile.in: Regenerate.
1591
5ce7d75d
JJ
15922004-05-20 Janis Johnson <janis187@us.ibm.com>
1593
1594 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1595
c779c42f
KK
15962004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1597
1598 PR bootstrap/15120
1599 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1600 * */configure: Rebuilt.
1601
b4117c30
ZW
16022004-05-17 Zack Weinberg <zack@codesourcery.com>
1603
1604 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1605 of libf2c.
1606 * configure, Makefile.in: Regenerate.
1607
315fcf97 1608