23 lines
650 B
Diff
23 lines
650 B
Diff
--- gcc-3.3/libtool.m4.ppc64 2003-07-03 22:58:43.000000000 +0200
|
|
+++ gcc-3.3/libtool.m4 2003-07-03 22:59:06.000000000 +0200
|
|
@@ -202,6 +202,9 @@
|
|
ppc64-*linux*)
|
|
LD="${LD-ld} -m elf32ppclinux"
|
|
;;
|
|
+ powerpc64-*linux*)
|
|
+ LD="${LD-ld} -m elf32ppclinux"
|
|
+ ;;
|
|
s390x-*linux*)
|
|
LD="${LD-ld} -m elf_s390"
|
|
;;
|
|
@@ -218,6 +221,9 @@
|
|
ppc*-*linux*|powerpc*-*linux*)
|
|
LD="${LD-ld} -m elf64ppc"
|
|
;;
|
|
+ powerpc64-*linux*)
|
|
+ LD="${LD-ld} -m elf64ppc"
|
|
+ ;;
|
|
s390*-*linux*)
|
|
LD="${LD-ld} -m elf64_s390"
|
|
;;
|