OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc33?expand=0&rev=3
25 lines
849 B
Diff
25 lines
849 B
Diff
Index: gcc-3.3.3/libtool.m4
|
|
===================================================================
|
|
--- gcc-3.3.3.orig/libtool.m4 2003-09-09 10:04:17.000000000 +0200
|
|
+++ gcc-3.3.3/libtool.m4 2009-11-20 13:06:24.000000000 +0100
|
|
@@ -202,6 +202,9 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
|
|
ppc64-*linux*|powerpc64-*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 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
|
|
ppc*-*linux*|powerpc*-*linux*)
|
|
LD="${LD-ld} -m elf64ppc"
|
|
;;
|
|
+ powerpc64-*linux*)
|
|
+ LD="${LD-ld} -m elf64ppc"
|
|
+ ;;
|
|
s390*-*linux*)
|
|
LD="${LD-ld} -m elf64_s390"
|
|
;;
|