1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

add TARGET_CONFIGURE_OPTS to default compile command

SVN-Revision: 3883
This commit is contained in:
Felix Fietkau 2006-06-01 00:28:12 +00:00
parent a455258789
commit 8f353e3b6b

@ -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))" \