Skip to content

Commit

Permalink
backport fixes for #2795 and 3481, update config.guess and config.sub.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 13, 2018
1 parent 01ab913 commit 4fb1b20
Show file tree
Hide file tree
Showing 7 changed files with 3,722 additions and 3,299 deletions.
272 changes: 171 additions & 101 deletions Makefile.in

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion acinclude/libtool.m4
Expand Up @@ -1302,7 +1302,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
ppc*-*linux*|powerpc*-*linux*)
powerpc64le-*linux*)
LD="${LD-ld} -m elf64lppc"
;;
powerpc64-*linux*)
LD="${LD-ld} -m elf64ppc"
;;
s390*-*linux*|s390*-*tpf*)
Expand Down
412 changes: 201 additions & 211 deletions aclocal.m4

Large diffs are not rendered by default.

0 comments on commit 4fb1b20

Please sign in to comment.