summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authormrg <mrg>1999-02-04 05:23:16 +0000
committermrg <mrg>1999-02-04 05:23:16 +0000
commit7bf5ca07ab438bf3c72eb7794bfedac3eadd84cb (patch)
tree0be9e9ef4902c572776ff0fe45816f331e488544 /cross
parentc7bb7fdda9e27f275f87e4ec3483138a703349cd (diff)
downloadpkgsrc-7bf5ca07ab438bf3c72eb7794bfedac3eadd84cb.tar.gz
patch configure.in also.
Diffstat (limited to 'cross')
-rw-r--r--cross/sparc64-netbsd/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/cross/sparc64-netbsd/patches/patch-ab b/cross/sparc64-netbsd/patches/patch-ab
new file mode 100644
index 00000000000..eee6c1124b4
--- /dev/null
+++ b/cross/sparc64-netbsd/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1 1999/02/04 05:23:16 mrg Exp $
+
+--- ./gas/configure.in.orig Fri May 1 11:45:07 1998
++++ ./gas/configure.in 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 ;;