From 982a0f2d8acac898aaa0fc46c86b89158f20ce23 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 19 Jun 2013 02:16:04 +0000 Subject: [PATCH] Bandaid: mips doesn't seem to have the full set of atomics builtins. I will investigate more. --- usr.bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index f0fa19bd8a3b..53a60dca6c41 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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