Bandaid: mips doesn't seem to have the full set of atomics builtins. I

will investigate more.
This commit is contained in:
Peter Wemm 2013-06-19 02:16:04 +00:00
parent e52257af13
commit 982a0f2d8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251982

View File

@ -366,9 +366,11 @@ SUBDIR+= users
SUBDIR+= who
.endif
.if ${MACHINE_ARCH} != "mips" # mips is broken with pthread
.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
SUBDIR+= svn
.endif
.endif
.include <bsd.arch.inc.mk>