unbreak on sparc, no multiprocessor support means we don't need membar etc
This commit is contained in:
parent
61fcff7f9b
commit
c27f37da29
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2016/01/28 08:32:46 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2016/02/18 17:11:47 tobiasu Exp $
|
||||
|
||||
COMMENT = high-performance event loop library
|
||||
|
||||
@ -20,7 +20,7 @@ WANTLIB = m
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc"
|
||||
CFLAGS += -DEV_NO_SMP
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user