diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
commit | ebb587a338ad6621120d93d63a62e1243c41c924 (patch) | |
tree | 15c408f4194962ff5f19631612a4bbbcfb57838f /usr.bin/gprof | |
parent | d7c525ca7599820af94d325f61d6163c12c688e8 (diff) |
remove mips leftovers; ok brad
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 7a0387e8235..c685213fcf0 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2001/03/21 22:27:36 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2001/07/11 03:02:24 pvalchev Exp $ TARGET_MACHINE_ARCH?= ${MACHINE_ARCH} .if (${TARGET_MACHINE_ARCH} == "alpha") || \ - (${TARGET_MACHINE_ARCH} == "mips") || \ (${TARGET_MACHINE_ARCH} == "powerpc") || \ (${TARGET_MACHINE_ARCH} == "hppa") NOPROG= |