projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f913b
)
Remove variables useless after BR2_PREFER_IMA removal
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 21:44:11 +0000
(23:44 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/toolchain/Makefile.in
b/toolchain/Makefile.in
index db1a87a0bfb744ea7db7202c0c7b990f61b27251..16451ee736ba784087391199ab20dda28b124311 100644
(file)
--- 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