gnu: libgpg-error: Fix cross-compiling to mips64el-linux.
* gnu/packages/gnupg.scm (libgpg-error)[arguments]: When cross compiling create a symlink for mips64el.
This commit is contained in:
parent
8791ef7cf6
commit
e2f973b4ca
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
(match (string-take target
|
(match (string-take target
|
||||||
(string-index target #\-))
|
(string-index target #\-))
|
||||||
("armhf" "arm-unknown-linux-gnueabi")
|
("armhf" "arm-unknown-linux-gnueabi")
|
||||||
|
("mips64el" "mips-unknown-linux-gnu")
|
||||||
(x
|
(x
|
||||||
(string-append x "-unknown-linux-gnu")))))
|
(string-append x "-unknown-linux-gnu")))))
|
||||||
(symlink
|
(symlink
|
||||||
|
|
Reference in a new issue