public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Remove obsolete requirement
@ 2011-04-20 11:18 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2011-04-20 11:18 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

LTO is a boot language these days.  LTO bootstrapped on x86_64-suse-linux, 
applied on the mainline and 4.6 branch as obvious.


2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>

	* bootstrap-lto.mk: Remove obsolete requirement.


-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-diff, Size: 529 bytes --]

Index: bootstrap-lto.mk
===================================================================
--- bootstrap-lto.mk	(revision 172712)
+++ bootstrap-lto.mk	(working copy)
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-20  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-20 11:18 Remove obsolete requirement Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).