gnu: stockfish: Update aarch64-linux build target.

* gnu/packages/games.scm (stockfish)[arguments]: Build for armv8 on
aarch64-linux.
This commit is contained in:
Efraim Flashner 2021-08-08 16:38:33 +03:00
parent 3e48d8c481
commit f8b5286d4a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12065,7 +12065,7 @@ (define-public stockfish
,(match (%current-system)
("x86_64-linux" "x86-64")
("i686-linux" "x86-32")
("aarch64-linux" "general-64")
("aarch64-linux" "armv8")
("armhf-linux" "armv7")
("mips64el-linux" "general-64")
(_ "general-32"))))