File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ ia64-*-hpux*)
615
615
rm -rf conftest*
616
616
;;
617
617
618
- x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*| powerpc*-*linux*| \
618
+ x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
619
619
s390*-*linux*|sparc*-*linux*)
620
620
# Find out which ABI we are using.
621
621
echo 'int i;' > conftest.$ac_ext
@@ -629,7 +629,10 @@ s390*-*linux*|sparc*-*linux*)
629
629
x86_64-*linux*)
630
630
LD="${LD-ld} -m elf_i386"
631
631
;;
632
- ppc64-*linux*|powerpc64-*linux*)
632
+ powerpc64le-*linux*)
633
+ LD="${LD-ld} -m elf32lppclinux"
634
+ ;;
635
+ powerpc64-*linux*)
633
636
LD="${LD-ld} -m elf32ppclinux"
634
637
;;
635
638
s390x-*linux*)
@@ -648,7 +651,10 @@ s390*-*linux*|sparc*-*linux*)
648
651
x86_64-*linux*)
649
652
LD="${LD-ld} -m elf_x86_64"
650
653
;;
651
- ppc*-*linux*|powerpc*-*linux*)
654
+ powerpcle-*linux*)
655
+ LD="${LD-ld} -m elf64lppc"
656
+ ;;
657
+ powerpc-*linux*)
652
658
LD="${LD-ld} -m elf64ppc"
653
659
;;
654
660
s390*-*linux*)
You can’t perform that action at this time.
0 commit comments