diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-04-20 09:24:48 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-20 09:24:48 +0000 |
commit | 0b2ddd9ce3a1e6db7b9b16adf75fed550f05d0ce (patch) | |
tree | 4ba21437cdefcd2e2e9cd88f3c9e57b41a7b09d9 /config/bootstrap-lto.mk | |
parent | c2d7ab2aea844b0dea9917882d08dc3e91568d0a (diff) | |
download | gcc-0b2ddd9ce3a1e6db7b9b16adf75fed550f05d0ce.zip gcc-0b2ddd9ce3a1e6db7b9b16adf75fed550f05d0ce.tar.gz gcc-0b2ddd9ce3a1e6db7b9b16adf75fed550f05d0ce.tar.bz2 |
* bootstrap-lto.mk: Remove obsolete requirement.
From-SVN: r172761
Diffstat (limited to 'config/bootstrap-lto.mk')
-rw-r--r-- | config/bootstrap-lto.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 9b2c2d2..bbd3515 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 |