Browse Source

libtool upgrade to 2.4.6 - 5/n: fix linker error for powerpc64le

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23348
Ozkan Sezer 3 years ago
parent
commit
8b13673c19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      acinclude/libtool.m4

+ 2 - 2
acinclude/libtool.m4

@@ -1412,10 +1412,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  powerpcle-*linux*)
+	  powerpcle-*linux*|powerpc64le-*linux*)
 	    LD="${LD-ld} -m elf64lppc"
 	    ;;
-	  powerpc-*linux*)
+	  powerpc-*linux*|powerpc64-*linux*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)