projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d64ffd9
)
OpenBSD friendly start.
author
basepr1me
<basepr1me@chester.traceyemery.net>
Thu, 16 Nov 2017 16:54:21 +0000 (09:54 -0700)
committer
Marco Costalba
<mcostalba@users.noreply.github.com>
Sat, 18 Nov 2017 15:45:33 +0000 (16:45 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
701ad8a
..
d9a9b54
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-205,8
+205,10
@@
ifeq ($(COMP),clang)
CXX=clang++
CXXFLAGS += -pedantic -Wextra -Wshadow
ifneq ($(KERNEL),Darwin)
+ifneq ($(KERNEL),OpenBSD)
LDFLAGS += -latomic
endif
+endif
ifeq ($(ARCH),armv7)
ifeq ($(OS),Android)