From 7bca32d788b5b06024cf34f01ae6bef16751e5ca Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 20 Apr 2011 09:27:06 +0000 Subject: * bootstrap-lto.mk: Remove obsolete requirement. --- config/bootstrap-lto.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/bootstrap-lto.mk') 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 -- cgit v1.1