diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-05 22:29:03 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-05 22:29:03 +0000 |
commit | a30f0def118756a387cba2c5eac41a702277da77 (patch) | |
tree | 42b87b9e00c0b015a30a83b2e75c0b2130d4a712 /gnu | |
parent | 4a03c54829d8cac7472cf746cbbb1b728f1d0bf1 (diff) |
sparc64 uses new binutils.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 7b108233f15..20bf07a33b8 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2001/07/11 03:02:26 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.30 2001/09/05 22:29:02 art Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cvs deroff diff diff3 @@ -9,7 +9,7 @@ SUBDIR+= grep groff gzip lynx rcs sdiff sendbug SUBDIR+= binutils # some ports use binutils gas and ld, most do not (yet). .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != powerpc) && \ - (${MACHINE_ARCH} != "hppa") + (${MACHINE_ARCH} != "hppa") && (${MACHINE_ARCH} != "sparc64") SUBDIR+= gas ld .endif |