diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-24 22:14:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-24 22:14:13 +0200 |
commit | 8e09105ecbddd319a54dccaaf1e9f277bc44dfb4 (patch) | |
tree | 29c3788258b6bbd953d36dbf1386fb06ec58f7e8 /toolchain/gmp | |
parent | bad63eb735b13e1f009a19af1dd810f7279c2ba1 (diff) |
more gcc 4.4 issues on mips
- disable runit in busybox
- update gmp to latest upstream
- PKG_DEPEND -> PKG_DEPENDS
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gmp/Makefile.inc b/toolchain/gmp/Makefile.inc index f0db3fb5b..aa3994e1b 100644 --- a/toolchain/gmp/Makefile.inc +++ b/toolchain/gmp/Makefile.inc @@ -4,9 +4,9 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gmp -PKG_VERSION:= 4.2.2 +PKG_VERSION:= 4.3.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7ce52531644e6d12f16911b7e3151f3f +PKG_MD5SUM:= 26cec15a90885042dd4a15c4003b08ae MASTER_SITES:= ${MASTER_SITE_GNU:=gmp/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |