1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:57:38 +03:00

fix gmp ccache breakage again (previous fix was removed in a cleanup)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4924 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-05 11:08:18 +00:00
parent f204c0275d
commit 2347229ddd

View File

@ -32,13 +32,15 @@ endef
define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
--enable-static \
--enable-static, \
CC="$(TARGET_CROSS)gcc" \
)
endef
define Build/Compile
$(call Build/Compile/Default, \
DESTDIR="$(PKG_INSTALL_DIR)" \
CC="$(TARGET_CC)" \
all install \
)
endef