mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
fix gmp ccache breakage again (previous fix was removed in a cleanup)
SVN-Revision: 4924
This commit is contained in:
parent
a9c66365c3
commit
d658a1d68a
@ -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…
Reference in New Issue
Block a user