diff options
author | tv <tv> | 1999-01-31 23:35:40 +0000 |
---|---|---|
committer | tv <tv> | 1999-01-31 23:35:40 +0000 |
commit | dc701a9b92ef15a168a827b49230a6d73ae8a879 (patch) | |
tree | 771d8d02792673e873eb392064341f614aec5dea /cross | |
parent | 7c304373cac14469ba193cb2e7192645e8e4e97c (diff) | |
download | pkgsrc-dc701a9b92ef15a168a827b49230a6d73ae8a879.tar.gz |
Uh, re-add mistakenly deleted patch for gas/configure.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/sparc64-netbsd/patches/patch-aa | 21 |
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..a6a4d0b8b7d --- /dev/null +++ b/cross/sparc64-netbsd/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.3 1999/01/31 23:35:40 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 ;; |