Add -ffat-lto-objects to STAGE[23]_CFLAGS
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Nov 2013 19:05:23 +0000 (11:05 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Nov 2013 19:05:23 +0000 (11:05 -0800)
2013-11-18  Jan Hubicka  <jh@suse.cz>

* bootstrap-lto.mk: Use -ffat-lto-objects.

config/ChangeLog
config/bootstrap-lto.mk

index 81126637d4ae78baea502261f7736cc5a8b1f185..58253031e06a1c3be24c7f4de35a76bba93196e2 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-18  Jan Hubicka  <jh@suse.cz>
+
+       * bootstrap-lto.mk: Use -ffat-lto-objects.
+
 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
 
        * picflag.m4 (m68k-*-*): Use default PIC flag.
index bbd3515eaa44c8531a8478fa7c7e310f1e19e786..27bad1529bee612d466d4a9add71da79c92c4d35 100644 (file)
@@ -1,5 +1,7 @@
 # This option enables LTO for stage2 and stage3.
+# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
+# to go with -ffat-lto-objects. 
 
-STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
-STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
+STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
+STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
 STAGEprofile_CFLAGS += -fno-lto
This page took 0.026472 seconds and 4 git commands to generate.