From 1d1b55a25045f066b57e05f6d0a609449cb97910 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 23:44:11 +0200 Subject: Remove variables useless after BR2_PREFER_IMA removal Signed-off-by: Thomas Petazzoni --- toolchain/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toolchain/Makefile.in') diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index db1a87a0b..16451ee73 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 -- cgit v1.2.3