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