projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: setup GPIO chip functions on the fly
[openwrt.git]
/
tools
/
mpc
/
Makefile
diff --git
a/tools/mpc/Makefile
b/tools/mpc/Makefile
index
3898830
..
ab799b2
100644
(file)
--- a/
tools/mpc/Makefile
+++ b/
tools/mpc/Makefile
@@
-7,21
+7,16
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=mpc
include $(TOPDIR)/rules.mk
PKG_NAME:=mpc
-PKG_VERSION:=0.8.
1
+PKG_VERSION:=0.8.
2
PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=
5b34aa804d514cc295414a963aedb6bf
+PKG_MD5SUM:=
e98267ebd5648a39f881d66797122fb6
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
-ifeq ($(HOST_OS),Darwin)
- GNU_HOST_NAME:=
- HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS))
-endif
-
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared \
HOST_CONFIGURE_ARGS += \
--enable-static \
--disable-shared \
This page took
0.02095 seconds
and
4
git commands to generate.