add TARGET_CONFIGURE_OPTS to default compile command
SVN-Revision: 3883
This commit is contained in:
parent
a455258789
commit
8f353e3b6b
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ endef
|
||||||
|
|
||||||
define Build/Compile/Default
|
define Build/Compile/Default
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CC=$(TARGET_CC) \
|
CC=$(TARGET_CC) \
|
||||||
CROSS="$(TARGET_CROSS)" \
|
CROSS="$(TARGET_CROSS)" \
|
||||||
PREFIX="$$(IDIR_$(1))" \
|
PREFIX="$$(IDIR_$(1))" \
|
||||||
|
|
Loading…
Reference in a new issue