doc: #:target takes a GNU triplet, not a system type.
* doc/guix.texi (G-Expressions): In cross-compilation example, pass a GNU triplet to #:target.
This commit is contained in:
parent
271447ff8e
commit
4a3b6aa5dd
|
@ -3794,7 +3794,7 @@ native package build:
|
|||
"-s"
|
||||
(string-append #$emacs "/bin/emacs")
|
||||
(string-append #$output "/bin/vi")))
|
||||
#:target "mips64el-linux")
|
||||
#:target "mips64el-linux-gnu")
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Reference in New Issue