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.
master
Ludovic Courtès 2016-09-13 17:56:18 +02:00
parent 271447ff8e
commit 4a3b6aa5dd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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