1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 06:45:31 +02:00

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
This commit is contained in:
nbd 2006-06-01 00:28:12 +00:00
parent 767e9ba1f7
commit 7f96a033b8

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