Re-enable binutils based gprof on Alpha.
This commit is contained in:
parent
6f942f16fd
commit
4a3f8b97da
@ -1,7 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.67 1999/02/03 00:17:35 tv Exp $
|
||||
|
||||
# XXX for OBJECT_FMT
|
||||
.include <bsd.own.mk>
|
||||
# $NetBSD: Makefile,v 1.68 1999/02/03 00:52:10 tv Exp $
|
||||
|
||||
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep groff
|
||||
SUBDIR+= gzip rcs sdiff send-pr sort tar
|
||||
@ -28,7 +25,8 @@ SUBDIR+= gas
|
||||
SUBDIR+= ld
|
||||
.endif
|
||||
|
||||
.if (${MACHINE_ARCH} == "i386")
|
||||
.if (${MACHINE_ARCH} == "alpha") || \
|
||||
(${MACHINE_ARCH} == "i386")
|
||||
SUBDIR+= gprof
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user