gnu: stockfish: Update aarch64-linux build target.
* gnu/packages/games.scm (stockfish)[arguments]: Build for armv8 on aarch64-linux.
This commit is contained in:
parent
3e48d8c481
commit
f8b5286d4a
1 changed files with 1 additions and 1 deletions
|
@ -12065,7 +12065,7 @@ etc. You can also play games on FICS or against an engine.")
|
||||||
,(match (%current-system)
|
,(match (%current-system)
|
||||||
("x86_64-linux" "x86-64")
|
("x86_64-linux" "x86-64")
|
||||||
("i686-linux" "x86-32")
|
("i686-linux" "x86-32")
|
||||||
("aarch64-linux" "general-64")
|
("aarch64-linux" "armv8")
|
||||||
("armhf-linux" "armv7")
|
("armhf-linux" "armv7")
|
||||||
("mips64el-linux" "general-64")
|
("mips64el-linux" "general-64")
|
||||||
(_ "general-32"))))
|
(_ "general-32"))))
|
||||||
|
|
Reference in a new issue