fix gmp ccache breakage again (previous fix was removed in a cleanup)

SVN-Revision: 4924
master
Felix Fietkau 18 years ago
parent a9c66365c3
commit d658a1d68a
  1. 4
      openwrt/package/gmp/Makefile

@ -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…
Cancel
Save