summaryrefslogtreecommitdiffstats
path: root/libtool-2.4.2-powerpcle-linux.patch
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2013-10-23 10:51:05 +0200
committerPavel Raiskup <praiskup@redhat.com>2013-10-23 10:51:05 +0200
commitdfc43d7286d1cab7f47b68734021fc71e6567439 (patch)
treee33facf4cb78cd6c8abee1da4dbea8d0c26dc4a4 /libtool-2.4.2-powerpcle-linux.patch
parent3f58a9eaa8c8e01799124fc80d8b2675209ce3f9 (diff)
downloadlibtool-dfc43d7286d1cab7f47b68734021fc71e6567439.tar.gz
libtool-dfc43d7286d1cab7f47b68734021fc71e6567439.tar.xz
libtool-dfc43d7286d1cab7f47b68734021fc71e6567439.zip
m4: fix powerpcle patch
Thanks to Brent Baude; I backported the fix badly before. Version: 2.4.2-22
Diffstat (limited to 'libtool-2.4.2-powerpcle-linux.patch')
-rw-r--r--libtool-2.4.2-powerpcle-linux.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtool-2.4.2-powerpcle-linux.patch b/libtool-2.4.2-powerpcle-linux.patch
index 3455356..926d6aa 100644
--- a/libtool-2.4.2-powerpcle-linux.patch
+++ b/libtool-2.4.2-powerpcle-linux.patch
@@ -16,10 +16,10 @@ index 56666f0..126202f 100644
LD="${LD-ld} -m elf_i386"
;;
- ppc64-*linux*|powerpc64-*linux*)
-+ powerpcle-*linux*)
++ powerpc64le-*linux*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
-+ powerpc-*linux*)
++ powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)