From: Thomas Petazzoni Date: Sat, 10 Apr 2010 21:44:11 +0000 (+0200) Subject: Remove variables useless after BR2_PREFER_IMA removal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d1b55a25045f066b57e05f6d0a609449cb97910;p=buildroot.git Remove variables useless after BR2_PREFER_IMA removal Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index db1a87a0bf..16451ee736 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -40,9 +40,5 @@ endif # FIXME -- this is temporary OPTIMIZE_FOR_CPU=$(ARCH) -# late binding check to see if the target cc supports -fwhole-program -CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,) -CFLAGS_COMBINE = $(call cc-option,-combine,) - # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in