diff options
author | mrg <mrg@pkgsrc.org> | 1999-01-31 09:14:50 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-01-31 09:14:50 +0000 |
commit | 17bc7e263a5bf84e8b481162cc6cc183c3b27cb4 (patch) | |
tree | 38fe357725b18c3d00f82e436aea9c50bbe8ff21 /cross | |
parent | f3edc6fe472fef621b15e8e98b985a56ec1094df (diff) | |
download | pkgsrc-17bc7e263a5bf84e8b481162cc6cc183c3b27cb4.tar.gz |
uh, this is _NOT_ valid here..
Diffstat (limited to 'cross')
-rw-r--r-- | cross/sparc64-netbsd/patches/patch-aa | 21 |
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 ;; |