It's pointless to add BROKEN-* on each and every arch when the code has
an explicit #if (defined(__i386__) || defined(__x86_64__)) #else #error. Mark as ONLY_FOR_ARCHS accordingly.
This commit is contained in:
parent
8dfb022247
commit
294753acf4
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/11/14 10:52:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/02/16 21:22:42 landry Exp $
|
||||
|
||||
BROKEN-powerpc =atomic_int.h: error "unsupported compiler or platform"
|
||||
BROKEN-sparc64 =atomic_int.h: error "unsupported compiler or platform"
|
||||
#atomic_int.h: error "unsupported compiler or platform" on other archs
|
||||
ONLY_FOR_ARCHS = i386 amd64
|
||||
|
||||
COMMENT = scalable, high-performance document-oriented database
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user