projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee812fc
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3883
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
e06ddb1
..
61c2ae3
100644
(file)
--- a/
package/rules.mk
+++ b/
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))" \