You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
467 B
16 lines
467 B
--- m4/libtool.m4 2019-09-08 12:18:28.480000000 +0200 |
|
+++ m4/libtool.m4 2019-09-08 12:29:30.270000000 +0200 |
|
@@ -1345,9 +1345,12 @@ |
|
x86_64-*linux*) |
|
LD="${LD-ld} -m elf_x86_64" |
|
;; |
|
- ppc*-*linux*|powerpc*-*linux*) |
|
+ ppc64-*linux*|powerpc64-*linux*) |
|
LD="${LD-ld} -m elf64ppc" |
|
;; |
|
+ ppc64le-*linux*|powerpc64le-*linux*) |
|
+ LD="${LD-ld} -m elf64ppc -EL" |
|
+ ;; |
|
s390*-*linux*|s390*-*tpf*) |
|
LD="${LD-ld} -m elf64_s390" |
|
;;
|
|
|