GNU gprof does not support mips targets (lacks MD files.)
This commit is contained in:
parent
2b695df1dc
commit
9348758e57
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.57 1998/10/19 07:06:51 ross Exp $
|
||||
# $NetBSD: Makefile,v 1.58 1998/11/05 04:14:56 jonathan Exp $
|
||||
|
||||
# XXX Temporary for USE_EGCS
|
||||
.include <bsd.own.mk>
|
||||
|
@ -26,7 +26,7 @@ SUBDIR+= egcs
|
|||
SUBDIR+= gcc
|
||||
.endif
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF"
|
||||
.if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips")
|
||||
SUBDIR+= gprof
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue