summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c
diff options
context:
space:
mode:
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