diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 22:48:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 22:48:06 +0000 |
commit | 590ca1b87b218fff743ca19c4e3a0558277c102e (patch) | |
tree | 549757b50dcc314caf9ce8a7f3fa6040b5111fa7 /Makefile | |
parent | bbd5a4a5fd801f5262250bf5798f6897f255c43f (diff) |
Let cross-sparc use new bintuils.
Diffstat (limited to 'Makefile')
-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 |