* bootstrap-lto.mk: Remove obsolete requirement.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 20 Apr 2011 09:27:06 +0000 (09:27 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 20 Apr 2011 09:27:06 +0000 (09:27 +0000)
config/ChangeLog
config/bootstrap-lto.mk

index de84b8a9fe7a45d64b2705946edcd02775d9fc65..ec4a0bef6c8596823b3b6237158706ab21c16395 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * bootstrap-lto.mk: Remove obsolete requirement.
+
 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
 
        * mt-mep: Remove, obsolete.
index 9b2c2d2ba447d02d8a696a200673195389a2d517..bbd3515eaa44c8531a8478fa7c7e310f1e19e786 100644 (file)
@@ -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
This page took 0.026374 seconds and 4 git commands to generate.