summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-10-30 12:21:31 +0000
committertjr <tjr@FreeBSD.org>2003-10-30 12:21:31 +0000
commitf6d56a96f70efbad25608a00a293edc15d337e5d (patch)
tree9ce882d57c9ab384c0353a3672bf2d299be781d1 /usr.bin/gprof/gprof.c
parent10c0052ec4ac1d18a7c1d6025ce3f9ffb1440cb6 (diff)
downloadFreeBSD-src-f6d56a96f70efbad25608a00a293edc15d337e5d.zip
FreeBSD-src-f6d56a96f70efbad25608a00a293edc15d337e5d.tar.gz
Remove MD bits for unsupported architectures.
Diffstat (limited to 'usr.bin/gprof/gprof.c')
-rw-r--r--usr.bin/gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c
index f0e0bce..7b857b8 100644
--- a/usr.bin/gprof/gprof.c
+++ b/usr.bin/gprof/gprof.c
@@ -85,7 +85,7 @@ main(argc, argv)
cyclethreshold = atoi( *++argv );
break;
case 'c':
-#if defined(vax) || defined(tahoe)
+#if 0
cflag = TRUE;
#else
errx(1, "-c isn't supported on this architecture yet");
OpenPOWER on IntegriCloud