basebuilder_pel7ppc64lebuilder0
5 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||||
|
--- 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" |
||||||
|
;; |
Loading…
Reference in new issue