diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:24:48 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:24:48 +0000 |
commit | 150fc5390fede059e99e83d9064158e5eb4a69a5 (patch) | |
tree | 4ba21437cdefcd2e2e9cd88f3c9e57b41a7b09d9 /config | |
parent | 2572aaf3e934cae6ffd6e42c202b5eee541e4666 (diff) | |
download | gcc-150fc5390fede059e99e83d9064158e5eb4a69a5.tar.gz |
* bootstrap-lto.mk: Remove obsolete requirement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172761 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/bootstrap-lto.mk | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index de84b8a9fe7..ec4a0bef6c8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Eric Botcazou <ebotcazou@adacore.com> + + * bootstrap-lto.mk: Remove obsolete requirement. + 2011-03-24 Paolo Bonzini <pbonzini@redhat.com> * mt-mep: Remove, obsolete. diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 9b2c2d2ba44..bbd3515eaa4 100644 --- a/config/bootstrap-lto.mk +++ b/config/bootstrap-lto.mk @@ -1,6 +1,5 @@ -# This option enables LTO for stage2 and stage3. It requires lto to -# be enabled for stage1 with --enable-stage1-languages. +# This option enables LTO for stage2 and stage3. STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -STAGEprofile_CFLAGS += -fno-lto +STAGEprofile_CFLAGS += -fno-lto |