add TARGET_CONFIGURE_OPTS to default compile command

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3883 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-06-01 00:28:12 +00:00
parent ee812fc436
commit d872db7a0e
1 changed files with 1 additions and 0 deletions

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