diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:35:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:35:30 +0000 |
commit | dd1a2e0ed8910155b2b348b4c8603dcedee61dbe (patch) | |
tree | 775b36ca5a9c6f45c8e80df0fcc9d69da3c82ebb /gnu/usr.bin | |
parent | 33e9d379e8e6ecb0c35faed7e55d9b72f1522d15 (diff) |
use binutils for hppa
Diffstat (limited to 'gnu/usr.bin')
-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 c50930b48c1..de4e1a843fe 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1998/03/29 22:17:15 niklas Exp $ +# $OpenBSD: Makefile,v 1.24 1998/05/04 21:35:29 mickey Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cvs dc deroff diff diff3 gcc grep groff @@ -7,7 +7,7 @@ SUBDIR+= gzip lynx perl rcs sdiff sendbug sudo SUBDIR+= binutils # some ports use binutils gas and ld, most do not (yet). .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \ - (${MACHINE_ARCH} != "powerpc") + (${MACHINE_ARCH} != "powerpc") && (${MACHINE_ARCH} != "hppa") SUBDIR+= gas ld .endif |