summaryrefslogtreecommitdiff
path: root/cross/sparc64-netbsd
diff options
context:
space:
mode:
authormrg <mrg>1999-01-31 09:14:50 +0000
committermrg <mrg>1999-01-31 09:14:50 +0000
commitddc171e2e7d4af648924ab8b86c8bb6a4c129d0a (patch)
tree38fe357725b18c3d00f82e436aea9c50bbe8ff21 /cross/sparc64-netbsd
parent35020818f604ec89bbeadab9e7e71a2a8909fb7a (diff)
downloadpkgsrc-ddc171e2e7d4af648924ab8b86c8bb6a4c129d0a.tar.gz
uh, this is _NOT_ valid here..
Diffstat (limited to 'cross/sparc64-netbsd')
-rw-r--r--cross/sparc64-netbsd/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/cross/sparc64-netbsd/patches/patch-aa b/cross/sparc64-netbsd/patches/patch-aa
deleted file mode 100644
index 408ab5ce8bd..00000000000
--- a/cross/sparc64-netbsd/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$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 ;;