projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a455258
)
add TARGET_CONFIGURE_OPTS to default compile command
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 Jun 2006 00:28:12 +0000
(
00:28
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 Jun 2006 00:28:12 +0000
(
00:28
+0000)
SVN-Revision: 3883
openwrt/package/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/rules.mk
b/openwrt/package/rules.mk
index e06ddb11c301861d99cc33b30b7f398b923f564d..61c2ae3eb0876b40b79d79fe8b9698bbd5a9963e 100644
(file)
--- a/
openwrt/package/rules.mk
+++ b/
openwrt/package/rules.mk
@@
-232,6
+232,7
@@
endef
define Build/Compile/Default
$(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
CC=$(TARGET_CC) \
CROSS="$(TARGET_CROSS)" \
PREFIX="$$(IDIR_$(1))" \