]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
b9d0a696e8eeb99c0e8ee9a578291c3ca8ff9037
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 64152d5463c74f3ec58a7d27e7f4e03dfd9557ff Mon Sep 17 00:00:00 2001
2 From: ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
3 Date: Wed, 20 Apr 2011 09:25:33 +0000
4 Subject: [PATCH 152/200] * bootstrap-lto.mk: Remove obsolete requirement.
5
6 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172762 138bc75d-0d04-0410-961f-82ee72b054a4
7
8 index 9b2c2d2..bbd3515 100644
9 --- a/config/bootstrap-lto.mk
10 +++ b/config/bootstrap-lto.mk
11 @@ -1,6 +1,5 @@
12 -# This option enables LTO for stage2 and stage3. It requires lto to
13 -# be enabled for stage1 with --enable-stage1-languages.
14 +# This option enables LTO for stage2 and stage3.
15
16 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
17 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
18 -STAGEprofile_CFLAGS += -fno-lto
19 +STAGEprofile_CFLAGS += -fno-lto
20 --
21 1.7.0.4
22