]> git.sesse.net Git - stockfish/commitdiff
Allow passing RTLIB=compiler-rt to make
authorPaul Mulders <justinkb@gmail.com>
Tue, 29 Jun 2021 09:13:54 +0000 (11:13 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 3 Jul 2021 07:51:03 +0000 (09:51 +0200)
Not all linux users will have libatomic installed.
When using clang as the system compiler with compiler-rt as the default
runtime library instead of libgcc, atomic builtins may be provided by compiler-rt.
This change allows such users to pass RTLIB=compiler-rt to make sure
the build doesn't error out on the missing (unnecessary) libatomic.

closes https://github.com/official-stockfish/Stockfish/pull/3597

No functional change


No differences found