diff options
author | 2002-08-11 22:48:05 +0000 | |
---|---|---|
committer | 2002-08-11 22:48:05 +0000 | |
commit | cd65bdac06398b92c9ac9d76f27320a5927a7f94 (patch) | |
tree | 8a2cd514f0a34910a11de75d729023acb3770a58 | |
parent | Add two missing vfs_busy calls in the failure path of sysctl_vnode. (diff) | |
download | wireguard-openbsd-cd65bdac06398b92c9ac9d76f27320a5927a7f94.tar.xz wireguard-openbsd-cd65bdac06398b92c9ac9d76f27320a5927a7f94.zip |
Let cross-sparc use new bintuils.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |