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

View file

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