From 6d04627eb2a39f7178d686a2dc2e2f8cf1391069 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Jun 2014 15:05:15 +0200 Subject: add lto support to first stage compiler --- toolchain/gcc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index ac0209278..f6033d208 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -75,9 +75,9 @@ GCC_FINAL_CONFOPTS+= --disable-libssp endif ifeq ($(ADK_TOOLCHAIN_WITH_LTO),y) -GCC_FINAL_CONFOPTS+= --enable-lto +GCC_CONFOPTS+= --enable-lto else -GCC_FINAL_CONFOPTS+= --disable-lto +GCC_CONFOPTS+= --disable-lto endif ifeq ($(ADK_LINUX_PPC),y) @@ -152,7 +152,6 @@ endif ${GCC_CONFOPTS} \ --enable-languages=c \ --disable-multilib \ - --disable-lto \ --disable-libssp \ --disable-shared \ --without-headers -- cgit v1.2.3