Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2011-04-20 13:27:06 +0400
committerEric Botcazou <ebotcazou@adacore.com>2011-04-20 13:27:06 +0400
commitee10415f2711967ccf83c0b7eb8338d15a3e7bf6 (patch)
tree924fe77befd87a975988358dcedf4c57f1e1a200 /config
parent12c0f2d90957a684a0fae570a9f06adddade287b (diff)
* bootstrap-lto.mk: Remove obsolete requirement.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/bootstrap-lto.mk5
2 files changed, 6 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index de84b8a9f..ec4a0bef6 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk
index 9b2c2d2ba..bbd3515ea 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