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
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static, \
|
||||||
|
CC="$(TARGET_CROSS)gcc" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
CC="$(TARGET_CC)" \
|
||||||
all install \
|
all install \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue