summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-04 21:33:41 +0000
committerimp <imp@FreeBSD.org>2008-04-04 21:33:41 +0000
commit6ee39a67b3c29de8f2a636d1f2a7e9be372f2b72 (patch)
treef7dd49516bbff7e4d3f0a067acdcd02d6c3818ab /usr.bin/gprof
parent347f099cb146d3b7bde970a98e52fde8f3f3b8e4 (diff)
downloadFreeBSD-src-6ee39a67b3c29de8f2a636d1f2a7e9be372f2b72.zip
FreeBSD-src-6ee39a67b3c29de8f2a636d1f2a7e9be372f2b72.tar.gz
Add mips support.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index d5b4ee1..f8592d4 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -53,6 +53,9 @@
#if __ia64__
# include "ia64.h"
#endif
+#if __mips__
+# include "mips.h"
+#endif
#if __powerpc__
# include "powerpc.h"
#endif
OpenPOWER on IntegriCloud