summaryrefslogtreecommitdiffstats
path: root/libtool-2.4.2-powerpcle-linux.patch
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-01-15 11:13:00 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-01-15 11:15:18 +0100
commit1945f9971137e1c88aacca85e6168378ea8ed24f (patch)
treef8d123b43a36eccce0d1652ae0b355955f89a579 /libtool-2.4.2-powerpcle-linux.patch
parent814b78bc804c033e5f1cf9475de39636af2275a1 (diff)
downloadlibtool-1945f9971137e1c88aacca85e6168378ea8ed24f.tar.gz
libtool-1945f9971137e1c88aacca85e6168378ea8ed24f.tar.xz
libtool-1945f9971137e1c88aacca85e6168378ea8ed24f.zip
libtool: revert to 2.4.2
This reverts commit 814b78bc804c033e5f1cf9475de39636af2275a1. This reverts commit 6f9ef243b6dfe3a7572718c1c0b7922c27f721c7. This reverts commit f6d9cfe433010677e31bdcd86a15abc3b962e7f0. This is safe without epoch bumping because I did not build libtool in f22 yet. Related: #1159497 Version: 2.4.2-31
Diffstat (limited to 'libtool-2.4.2-powerpcle-linux.patch')
-rw-r--r--libtool-2.4.2-powerpcle-linux.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/libtool-2.4.2-powerpcle-linux.patch b/libtool-2.4.2-powerpcle-linux.patch
new file mode 100644
index 0000000..926d6aa
--- /dev/null
+++ b/libtool-2.4.2-powerpcle-linux.patch
@@ -0,0 +1,37 @@
+diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
+index 56666f0..126202f 100644
+--- a/libltdl/m4/libtool.m4
++++ b/libltdl/m4/libtool.m4
+@@ -1312,7 +1312,7 @@ ia64-*-hpux*)
+ 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 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*|powerpc64-*linux*)
++ powerpc64le-*linux*)
++ LD="${LD-ld} -m elf32lppclinux"
++ ;;
++ powerpc64-*linux*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -1345,7 +1348,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- ppc*-*linux*|powerpc*-*linux*)
++ powerpcle-*linux*)
++ LD="${LD-ld} -m elf64lppc"
++ ;;
++ powerpc-*linux*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)