From 40d7cd0fd78fe2004e2a53c4618c148339b02733 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Mon, 19 Dec 2011 16:56:54 -0800 Subject: Add gcc-4.6. Synced to @180989 Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile --- gcc-4.6/config/bootstrap-lto.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcc-4.6/config/bootstrap-lto.mk (limited to 'gcc-4.6/config/bootstrap-lto.mk') diff --git a/gcc-4.6/config/bootstrap-lto.mk b/gcc-4.6/config/bootstrap-lto.mk new file mode 100644 index 000000000..bbd3515ea --- /dev/null +++ b/gcc-4.6/config/bootstrap-lto.mk @@ -0,0 +1,5 @@ +# 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 -- cgit v1.2.3