summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-10-04 18:27:02 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-10-04 18:27:02 +0000
commit91400d13adf6baa3d71054ef635ab718686c7c66 (patch)
treea5844a5c7a29cd2bcb320e8eb4e2bd8b6ae466a1 /usr.bin/Makefile
parentcb6017acba4af8a9507267d1e08f91f9bb452cd6 (diff)
downloadFreeBSD-src-91400d13adf6baa3d71054ef635ab718686c7c66.zip
FreeBSD-src-91400d13adf6baa3d71054ef635ab718686c7c66.tar.gz
Disable use of compiler atomic builtins. For APR, this is limited to
architectures where they are known not to work. For SVN itself, use the least common denominator and disable them across the board. This allows svnlite to build and run on all FreeBSD architectures. Approved by: re (gjb)
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 985c2df..92958ae 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,13 +366,9 @@ SUBDIR+= users
SUBDIR+= who
.endif
-.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
-.endif
.include <bsd.arch.inc.mk>
OpenPOWER on IntegriCloud