diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 23:44:11 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:10:35 +0200 |
commit | 1d1b55a25045f066b57e05f6d0a609449cb97910 (patch) | |
tree | bc027dc25794fd1f1e6e09595e4c9a719985f572 | |
parent | 72f913bb3b395de14d0dfa1bc8096d943ffd9750 (diff) |
Remove variables useless after BR2_PREFER_IMA removal
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
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 |