summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-08-11 22:48:05 +0000
committerart <art@openbsd.org>2002-08-11 22:48:05 +0000
commitcd65bdac06398b92c9ac9d76f27320a5927a7f94 (patch)
tree8a2cd514f0a34910a11de75d729023acb3770a58
parentAdd two missing vfs_busy calls in the failure path of sysctl_vnode. (diff)
downloadwireguard-openbsd-cd65bdac06398b92c9ac9d76f27320a5927a7f94.tar.xz
wireguard-openbsd-cd65bdac06398b92c9ac9d76f27320a5927a7f94.zip
Let cross-sparc use new bintuils.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6cd13d87cb1..f9ae0495929 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.85 2002/06/09 05:52:06 todd Exp $
+# $OpenBSD: Makefile,v 1.86 2002/08/11 22:48:05 art Exp $
#
# For more information on building in tricky environments, please see
@@ -161,7 +161,7 @@ cross-includes: cross-dirs
${MAKE} DESTDIR=${CROSSDIR} includes
.if ${TARGET} == "macppc" || ${TARGET} == "alpha" || ${TARGET} == "hppa" || \
- ${TARGET} == "sparc64"|| ${TARGET} == "mvmeppc"
+ ${TARGET} == "sparc64"|| ${TARGET} == "mvmeppc" || ${TARGET} == "sparc"
cross-binutils: cross-binutils-new cross-binutils-links
.else
cross-binutils: cross-binutils-old cross-binutils-links