summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrg <mrg>1999-01-31 09:14:50 +0000
committermrg <mrg>1999-01-31 09:14:50 +0000
commitd4a096d72a401b9fe09cebf9aa8ef9e8efe590f2 (patch)
tree38fe357725b18c3d00f82e436aea9c50bbe8ff21
parent6638c0b93a4283535160b51aad966fd14b4a3f3e (diff)
downloadpkgsrc-d4a096d72a401b9fe09cebf9aa8ef9e8efe590f2.tar.gz
uh, this is _NOT_ valid here..
-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 ;;