diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-07-04 09:52:47 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-07-04 07:52:47 +0000 |
commit | 0b50988af53a1e6237a8c3b61c5da1c4d1a41117 (patch) | |
tree | c3b9e31f432f73e77358b1d33eac3ed3d9d9a590 /ChangeLog | |
parent | 84e9ad15fabafedf6815d5a6c90d65c7774c7792 (diff) | |
download | gcc-0b50988af53a1e6237a8c3b61c5da1c4d1a41117.zip gcc-0b50988af53a1e6237a8c3b61c5da1c4d1a41117.tar.gz gcc-0b50988af53a1e6237a8c3b61c5da1c4d1a41117.tar.bz2 |
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.
From-SVN: r115172
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr> + + PR bootstrap/18058 + * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1 + if the bootstrap compiler is a GCC version that supports it. + * configure: Regenerate. + 2006-07-03 Paolo Bonzini <bonzini@gnu.org> * configure.in: Fix thinkos in previous check-in. |