mirror of https://github.com/hak5/openwrt-owl.git
fix gmp ccache breakage again (previous fix was removed in a cleanup)
SVN-Revision: 4924owl
parent
a9c66365c3
commit
d658a1d68a
|
@ -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 New Issue