changeset 10590 | e75e81f94e47 |
parent 9638 | a30b6998c1d8 |
child 14703 | d7abc11bb69a |
1.1 --- a/acinclude/libtool.m4 Sun Nov 06 15:15:32 2016 -0800 1.2 +++ b/acinclude/libtool.m4 Sun Nov 06 20:26:48 2016 -0800 1.3 @@ -1347,7 +1347,10 @@ 1.4 x86_64-*linux*) 1.5 LD="${LD-ld} -m elf_x86_64" 1.6 ;; 1.7 - ppc*-*linux*|powerpc*-*linux*) 1.8 + powerpc64le-*linux*) 1.9 + LD="${LD-ld} -m elf64lppc" 1.10 + ;; 1.11 + powerpc64-*linux*) 1.12 LD="${LD-ld} -m elf64ppc" 1.13 ;; 1.14 s390*-*linux*|s390*-*tpf*)