summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-08-19 17:44:19 +0000
committerandrew <andrew@FreeBSD.org>2013-08-19 17:44:19 +0000
commitbf6a516fa30b1b33faedc5ac32202d2ce77c8435 (patch)
tree19e7747f89bf83c7cdedcfdc8cd37b63ed9e9812 /usr.bin
parentfb96ed57d03dec8fd41b231e0a4d888d4ac413ed (diff)
downloadFreeBSD-src-bf6a516fa30b1b33faedc5ac32202d2ce77c8435.zip
FreeBSD-src-bf6a516fa30b1b33faedc5ac32202d2ce77c8435.tar.gz
Subversion requires atomic functions we only support on arm with clang.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 0e7edf2..a7c72a8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,7 +366,9 @@ SUBDIR+= users
SUBDIR+= who
.endif
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "armv6"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || \
+ ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386" || \
+ (${MACHINE_ARCH} == "armv6" && ${COMPILER_TYPE} == "clang")
.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
SUBDIR+= svn
.endif
OpenPOWER on IntegriCloud