summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-14 10:15:58 +0000
committerandrew <andrew@FreeBSD.org>2015-04-14 10:15:58 +0000
commit2fb2ff8b6bec6631fa1ab015289ebbd9af812a77 (patch)
tree6063c985d05ca16562233353fdd67d679259deed /usr.bin/Makefile
parent3cc5d845f27d7016d0aca7c09cb74f424820fe9f (diff)
downloadFreeBSD-src-2fb2ff8b6bec6631fa1ab015289ebbd9af812a77.zip
FreeBSD-src-2fb2ff8b6bec6631fa1ab015289ebbd9af812a77.tar.gz
Disable truss, gprof, and lint on arm64, they don't build.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b1e4b83..557c407 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -284,8 +284,10 @@ SUBDIR+= iscsictl
.if ${MK_KDUMP} != "no"
SUBDIR+= kdump
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO truss does not build
SUBDIR+= truss
.endif
+.endif
.if ${MK_KERBEROS_SUPPORT} != "no"
SUBDIR+= compile_et
@@ -382,13 +384,17 @@ SUBDIR+= c89
SUBDIR+= c99
SUBDIR+= ctags
SUBDIR+= file2c
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO gprof does not build
SUBDIR+= gprof
+.endif
SUBDIR+= indent
SUBDIR+= lex
SUBDIR+= mkstr
SUBDIR+= rpcgen
SUBDIR+= unifdef
+.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO xlint does not build
SUBDIR+= xlint
+.endif
SUBDIR+= xstr
SUBDIR+= yacc
.endif
OpenPOWER on IntegriCloud