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-a3cf2f4a3e73master
parent
ee812fc436
commit
d872db7a0e
|
@ -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))" \
|
||||
|
|
Loading…
Reference in New Issue