fix gmp ccache breakage again (previous fix was removed in a cleanup)
SVN-Revision: 4924
This commit is contained in:
parent
a9c66365c3
commit
d658a1d68a
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue