summaryrefslogtreecommitdiff
path: root/cross/sparc64-netbsd/patches/patch-aa
diff options
context:
space:
mode:
authortv <tv>1999-01-06 03:43:04 +0000
committertv <tv>1999-01-06 03:43:04 +0000
commit1bc6224bf4bd7e409aa42beefd63c39ad46fc005 (patch)
tree1d921672efd0fa33d9ee4803b00c004920ce9e97 /cross/sparc64-netbsd/patches/patch-aa
parent9d1af7a9052559b3f41bd1dd2efcafd379f2a9c2 (diff)
downloadpkgsrc-1bc6224bf4bd7e409aa42beefd63c39ad46fc005.tar.gz
Add cross-sparc64-netbsd, similar setup as cross-powerpc-netbsd.
Diffstat (limited to 'cross/sparc64-netbsd/patches/patch-aa')
-rw-r--r--cross/sparc64-netbsd/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/cross/sparc64-netbsd/patches/patch-aa b/cross/sparc64-netbsd/patches/patch-aa
new file mode 100644
index 00000000000..408ab5ce8bd
--- /dev/null
+++ b/cross/sparc64-netbsd/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/01/06 03:43:05 tv Exp $
+
+--- ./gas/configure.orig Fri May 1 11:45:07 1998
++++ ./gas/configure Mon Dec 28 17:43:29 1998
+@@ -1610,7 +1613,15 @@
+ sparc-fujitsu-none) fmt=aout ;;
+ sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
+ fmt=elf ;;
+- sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
++ sparc-*-netbsd*) em=nbsd bfd_gas=yes
++ case ${cpu} in
++ sparc) case ${os} in
++ *elf*) fmt=elf ;;
++ *) fmt=aout ;;
++ esac ;;
++ sparc64) fmt=elf ;;
++ esac
++ ;;
+ sparc-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+
+ tic30-*-*aout*) fmt=aout bfd_gas=yes ;;