projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b7402
)
use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 00:05:48 +0000
(
00:05
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 00:05:48 +0000
(
00:05
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20566
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
c1ff95c
..
f913d98
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 \
This page took
0.020059 seconds
and
4
git commands to generate.