mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
Bandaid: mips doesn't seem to have the full set of atomics builtins. I
will investigate more.
This commit is contained in:
parent
e52257af13
commit
982a0f2d8a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251982
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user