projects
/
stockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275647e
)
latomic
author
Milan Zamazal
<pdm@debian.org>
Wed, 15 Feb 2023 21:21:58 +0000
(21:21 +0000)
committer
Milan Zamazal
<pdm@debian.org>
Wed, 15 Feb 2023 21:21:58 +0000
(21:21 +0000)
===================================================================
Gbp-Pq: Name latomic.patch
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index a59a16464e72d616c0ad15a9c71a9c9279222e8d..a2909c0c4580fd647942b2a819be6ad08d7a4497 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-378,7
+378,7
@@
ifeq ($(COMP),gcc)
endif
endif
- ifeq ($(
arch),$(filter $(arch),armv7)
)
+ ifeq ($(
ARCH),general-32
)
LDFLAGS += -latomic
endif