GNU gprof does not support mips targets (lacks MD files.)

This commit is contained in:
jonathan 1998-11-05 04:14:56 +00:00
parent 2b695df1dc
commit 9348758e57
1 changed files with 2 additions and 2 deletions

View File

@ -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 # XXX Temporary for USE_EGCS
.include <bsd.own.mk> .include <bsd.own.mk>
@ -26,7 +26,7 @@ SUBDIR+= egcs
SUBDIR+= gcc SUBDIR+= gcc
.endif .endif
.if ${OBJECT_FMT} == "ELF" .if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips")
SUBDIR+= gprof SUBDIR+= gprof
.endif .endif