projects
/
stockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5fd71
)
latomic
author
Milan Zamazal
<pdm@debian.org>
Sat, 11 Nov 2023 20:21:24 +0000
(21:21 +0100)
committer
Milan Zamazal
<pdm@debian.org>
Sat, 11 Nov 2023 20:21:24 +0000
(21:21 +0100)
===================================================================
Gbp-Pq: Name latomic.patch
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index d39500716a5d4a5916bc1b91fe637789a9d20f8e..264897c559a1a7ff6057bbcc22792d6b3b4859b7 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-390,7
+390,7
@@
ifeq ($(COMP),gcc)
endif
endif
- ifeq ($(
arch),$(filter $(arch),armv7)
)
+ ifeq ($(
ARCH),general-32
)
LDFLAGS += -latomic
endif