From: Eric Botcazou Date: Wed, 20 Apr 2011 09:27:06 +0000 (+0000) Subject: * bootstrap-lto.mk: Remove obsolete requirement. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7bca32d788b5b06024cf34f01ae6bef16751e5ca;p=deliverable%2Fbinutils-gdb.git * bootstrap-lto.mk: Remove obsolete requirement. --- diff --git a/config/ChangeLog b/config/ChangeLog index de84b8a9fe..ec4a0bef6c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Eric Botcazou + + * bootstrap-lto.mk: Remove obsolete requirement. + 2011-03-24 Paolo Bonzini * mt-mep: Remove, obsolete. diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 9b2c2d2ba4..bbd3515eaa 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