]> git.sesse.net Git - stockfish/commitdiff
Check ARCH=.... variable
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 24 Aug 2020 19:32:04 +0000 (21:32 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 26 Aug 2020 05:07:06 +0000 (07:07 +0200)
to prevent user errors or generating untested code,
check explicitly that the ARCH variable is equivalent to a supported architecture
as listed in `make help`.

To nevertheless compile for an untested target the user can override the internal
variable, passing the undocumented `SUPPORTED_ARCH=true` to make.

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

No functional change.


No differences found