summaryrefslogtreecommitdiff
path: root/debian/patches/ppc64el.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:01:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:01:59 +0200
commitba8d09abe681600aad991f4a75e904615b7ed29f (patch)
tree0dd1472607450fac076ef4986c654c537153a1e8 /debian/patches/ppc64el.patch
parent6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (diff)
Imported Upstream version 1.0.24upstream/1.0.24
Diffstat (limited to 'debian/patches/ppc64el.patch')
-rw-r--r--debian/patches/ppc64el.patch70
1 files changed, 0 insertions, 70 deletions
diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
deleted file mode 100644
index e14ad9d..0000000
--- a/debian/patches/ppc64el.patch
+++ /dev/null
@@ -1,70 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -12929,7 +12929,7 @@
- rm -rf conftest*
- ;;
-
--x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
-+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
- s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
- # Find out which ABI we are using.
- echo 'int i;' > conftest.$ac_ext
-@@ -12947,7 +12947,10 @@
- x86_64-*linux*)
- LD="${LD-ld} -m elf_i386"
- ;;
-- ppc64-*linux*|powerpc64-*linux*)
-+ powerpc64le-*)
-+ LD="${LD-ld} -m elf32lppclinux"
-+ ;;
-+ powerpc64-*)
- LD="${LD-ld} -m elf32ppclinux"
- ;;
- s390x-*linux*)
-@@ -12966,7 +12969,10 @@
- x86_64-*linux*)
- LD="${LD-ld} -m elf_x86_64"
- ;;
-- ppc*-*linux*|powerpc*-*linux*)
-+ powerpcle-*)
-+ LD="${LD-ld} -m elf64lppc"
-+ ;;
-+ powerpc-*)
- LD="${LD-ld} -m elf64ppc"
- ;;
- s390*-*linux*|s390*-*tpf*)
---- a/m4/libtool.m4
-+++ b/m4/libtool.m4
-@@ -1312,7 +1312,7 @@
- rm -rf conftest*
- ;;
-
--x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
-+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
- s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
- # Find out which ABI we are using.
- echo 'int i;' > conftest.$ac_ext
-@@ -1326,7 +1326,10 @@
- x86_64-*linux*)
- LD="${LD-ld} -m elf_i386"
- ;;
-- ppc64-*linux*|powerpc64-*linux*)
-+ powerpc64le-*)
-+ LD="${LD-ld} -m elf32lppclinux"
-+ ;;
-+ powerpc64-*)
- LD="${LD-ld} -m elf32ppclinux"
- ;;
- s390x-*linux*)
-@@ -1345,7 +1348,10 @@
- x86_64-*linux*)
- LD="${LD-ld} -m elf_x86_64"
- ;;
-- ppc*-*linux*|powerpc*-*linux*)
-+ powerpcle-*)
-+ LD="${LD-ld} -m elf64lppc"
-+ ;;
-+ powerpc-*)
- LD="${LD-ld} -m elf64ppc"
- ;;
- s390*-*linux*|s390*-*tpf*)