mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:54:43 +02: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:
parent
f204c0275d
commit
2347229ddd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user