X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=55139a1f75eb92dc34e8628721cadef8f73b9b27;hp=87203547f2865705d8154b2c25966fa8895e8184;hb=1f87a9eb6c2cd51be5a2f28d8b5694d931408a66;hpb=29ed22de8cd347cacb0ba826ee43fa587985a98d diff --git a/src/Makefile b/src/Makefile index 87203547..55139a1f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -366,9 +366,11 @@ ifeq ($(COMP),clang) ifneq ($(KERNEL),Darwin) ifneq ($(KERNEL),OpenBSD) + ifneq ($(KERNEL),FreeBSD) LDFLAGS += -latomic endif endif + endif ifeq ($(arch),$(filter $(arch),armv7 armv8)) ifeq ($(OS),Android)