projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fb4ce
)
use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Mar 2010 00:05:48 +0000
(
00:05
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Mar 2010 00:05:48 +0000
(
00:05
+0000)
SVN-Revision: 20566
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index c1ff95c0a58efa26bc9198285d2beb2079bf17f1..f913d9856a030d7a8271512b76eb8b5afc6fd6bb 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-172,7
+172,7
@@
ifneq ($(CONFIG_CCACHE),)
TARGET_CC:= ccache $(TARGET_CC)
endif
-TARGET_CONFIGURE_OPTS
:
= \
+TARGET_CONFIGURE_OPTS
= \
AR=$(TARGET_CROSS)ar \
AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \
LD=$(TARGET_CROSS)ld \