projects
/
stockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e724d51
)
latomic
author
Milan Zamazal
<pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000
(19:47 +0200)
committer
Milan Zamazal
<pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000
(19:47 +0200)
===================================================================
Gbp-Pq: Name latomic.patch
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index dc8e2257919f5d58105024a34e9305b5fcd65931..c2a56ebc6b7e386e634c1c7e18094c182b6637fc 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-447,7
+447,7
@@
ifeq ($(COMP),gcc)
CXXFLAGS += -latomic
endif
- ifeq ($(
arch),$(filter $(arch),armv7)
)
+ ifeq ($(
ARCH),general-32
)
LDFLAGS += -latomic
endif