mark broken on mips64 for the same reason it's broken on hppa (lack of atomic ops)
This commit is contained in:
parent
87283d2da8
commit
2723b43f1c
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2012/10/06 09:22:36 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/12/03 14:48:51 jasper Exp $
|
||||
|
||||
# .libs/libmecab.so.0.0: undefined reference to `__sync_val_compare_and_swap_4'
|
||||
# .libs/libmecab.so.0.0: undefined reference to `__sync_add_and_fetch_4'
|
||||
BROKEN-hppa = undefined refs to __sync operations
|
||||
BROKEN-mips64 = undefined refs to __sync operations
|
||||
|
||||
COMMENT-main = japanese morphological analyzer engine
|
||||
COMMENT-ipadic = IPA japanese dictionary for mecab
|
||||
|
Loading…
x
Reference in New Issue
Block a user