Remove variables useless after BR2_PREFER_IMA removal
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 21:44:11 +0000 (23:44 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Apr 2010 19:10:35 +0000 (21:10 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/Makefile.in

index db1a87a0bfb744ea7db7202c0c7b990f61b27251..16451ee736ba784087391199ab20dda28b124311 100644 (file)
@@ -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