Skip to content

Commit

Permalink
libtool upgrade to 2.4.6 - 5/n: fix linker error for powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 2, 2021
1 parent eabb0ff commit 7418da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude/libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit 7418da7

Please sign in to comment.