summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-06-15 12:24:48 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-06-15 12:24:48 (GMT)
commitf3aa2c7f7a44f932c60115c1d92e5c71b404b823 (patch)
treeb9c1bbedade2c2b82e3c730c59839c976d12a3ae /src
parentc1afdf40387e2cadf3dc194a59c569562cc01a53 (diff)
parent2018ec99f2fc111f7c8bd6bfa8166bcd645de906 (diff)
downloadmxe-f3aa2c7f7a44f932c60115c1d92e5c71b404b823.zip
mxe-f3aa2c7f7a44f932c60115c1d92e5c71b404b823.tar.gz
mxe-f3aa2c7f7a44f932c60115c1d92e5c71b404b823.tar.bz2
merge
Diffstat (limited to 'src')
-rw-r--r--src/gcc-mpfr.mk4
-rw-r--r--src/gcc.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk
index 240accc..a960760 100644
--- a/src/gcc-mpfr.mk
+++ b/src/gcc-mpfr.mk
@@ -4,8 +4,8 @@
# MPFR for GCC
PKG := gcc-mpfr
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.4.2
-$(PKG)_CHECKSUM := 7ca93006e38ae6e53a995af836173cf10ee7c18c
+$(PKG)_VERSION := 3.0.0
+$(PKG)_CHECKSUM := 8ae8bc72ac26a0f17ad9f57c520264c056c64770
$(PKG)_SUBDIR := mpfr-$($(PKG)_VERSION)
$(PKG)_FILE := mpfr-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.mpfr.org/
diff --git a/src/gcc.mk b/src/gcc.mk
index 5f74df3..83db872 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -31,6 +31,10 @@ define $(PKG)_BUILD
# build GCC and support libraries
mkdir '$(1)/build'
+ # mpfr 3.0.0 configure expects these gmp headers here
+ mkdir '$(1)/build/gmp'
+ ln -s '$(1)/gmp/gmp-impl.h' '$(1)/build/gmp/'
+ ln -s '$(1)/gmp/longlong.h' '$(1)/build/gmp/'
cd '$(1)/build' && '$(1)/configure' \
--target='$(TARGET)' \
--prefix='$(PREFIX)' \