summaryrefslogtreecommitdiff
path: root/patches/gmp
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-09-07 13:11:26 +0000
committermidipix <writeonce@midipix.org>2019-09-07 22:26:00 +0000
commitd16229eb7889f0ce7e65608531787219089054ce (patch)
treea38c90fa85908383bf138353daf44526e7f76ebc /patches/gmp
parenta6b988dd91021cd4f530697e892cb380c4c136a5 (diff)
downloadchainport-d16229eb7889f0ce7e65608531787219089054ce.tar.bz2
chainport-d16229eb7889f0ce7e65608531787219089054ce.tar.xz
project: directory layout: patches for foo are now under ./patches/foo.
Diffstat (limited to 'patches/gmp')
-rw-r--r--patches/gmp/gmp-5.1.1.midipix.patch23
-rw-r--r--patches/gmp/gmp-5.1.3.midipix.patch22
2 files changed, 45 insertions, 0 deletions
diff --git a/patches/gmp/gmp-5.1.1.midipix.patch b/patches/gmp/gmp-5.1.1.midipix.patch
new file mode 100644
index 0000000..9fdaa7c
--- /dev/null
+++ b/patches/gmp/gmp-5.1.1.midipix.patch
@@ -0,0 +1,23 @@
+diff --git a/configfsf.sub b/configfsf.sub
+index 8df5511..e81d0e3 100644
+--- a/configfsf.sub
++++ b/configfsf.sub
+@@ -794,6 +794,9 @@ case $basic_machine in
+ microblaze*)
+ basic_machine=microblaze-xilinx
+ ;;
++ midipix)
++ os=-midipix
++ ;;
+ mingw64)
+ basic_machine=x86_64-pc
+ os=-mingw64
+@@ -1370,7 +1373,7 @@ case $os in
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ | -chorusos* | -chorusrdb* | -cegcc* \
+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
++ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
+ | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
diff --git a/patches/gmp/gmp-5.1.3.midipix.patch b/patches/gmp/gmp-5.1.3.midipix.patch
new file mode 100644
index 0000000..ecee6b9
--- /dev/null
+++ b/patches/gmp/gmp-5.1.3.midipix.patch
@@ -0,0 +1,22 @@
+diff -ru a/configfsf.sub b/configfsf.sub
+--- a/configfsf.sub 2013-09-30 06:18:28.000000000 -0400
++++ b/configfsf.sub 2015-05-28 00:18:19.772345286 -0400
+@@ -794,6 +794,9 @@
+ microblaze*)
+ basic_machine=microblaze-xilinx
+ ;;
++ midipix)
++ os=-midipix
++ ;;
+ mingw64)
+ basic_machine=x86_64-pc
+ os=-mingw64
+@@ -1370,7 +1373,7 @@
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ | -chorusos* | -chorusrdb* | -cegcc* \
+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
++ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
+ | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \