Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 02:16:05 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251982 - head/usr.bin
Message-ID:  <201306190216.r5J2G5jR014468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Wed Jun 19 02:16:04 2013
New Revision: 251982
URL: http://svnweb.freebsd.org/changeset/base/251982

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

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Wed Jun 19 00:24:08 2013	(r251981)
+++ head/usr.bin/Makefile	Wed Jun 19 02:16:04 2013	(r251982)
@@ -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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306190216.r5J2G5jR014468>