summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-08-11 22:48:06 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-08-11 22:48:06 +0000
commit590ca1b87b218fff743ca19c4e3a0558277c102e (patch)
tree549757b50dcc314caf9ce8a7f3fa6040b5111fa7 /Makefile
parentbbd5a4a5fd801f5262250bf5798f6897f255c43f (diff)
Let cross-sparc use new bintuils.
Diffstat (limited to 'Makefile')
-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