aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ghc-bootstrap/gmpurl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ghc-bootstrap/gmpurl.patch')
-rw-r--r--testing/ghc-bootstrap/gmpurl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/ghc-bootstrap/gmpurl.patch b/testing/ghc-bootstrap/gmpurl.patch
new file mode 100644
index 0000000000..3f8b4e5ccc
--- /dev/null
+++ b/testing/ghc-bootstrap/gmpurl.patch
@@ -0,0 +1,12 @@
+diff -r d72695b410e3 defs.sh
+--- a/defs.sh Sun Jul 26 15:38:58 2015 -0400
++++ b/defs.sh Sun Jan 31 23:18:18 2016 +0000
+@@ -221,7 +221,7 @@
+ gccprereqs() {
+ if [ ! -e gcc-$GCC_VERSION/gmp ]
+ then
+- fetchextract http://gmplib.org/download/gmp/archive/ gmp-$GMP_VERSION .tar.bz2
++ fetchextract http://gmplib.org/download/gmp/ gmp-$GMP_VERSION .tar.bz2
+ mv gmp-$GMP_VERSION gcc-$GCC_VERSION/gmp
+ fi
+