]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/bootstrap-lto.mk: Use -ffat-lto-objects.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 23:51:28 +0000 (23:51 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 23:51:28 +0000 (23:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205064 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config/bootstrap-lto.mk

index a8b909cb7358861ad2b5d22e37eb6a50e1399b10..5f57640065582b55913b9d4894de29612c538bd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-18  Jan Hubicka  <jh@suse.cz>
+
+       * config/bootstrap-lto.mk: Use -ffat-lto-objects.
+
 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
 
        * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
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