~ruther/guix-local

4a3b6aa5dd625b1697977c065a5d6b4e9ca84148 — Ludovic Courtès 9 years ago 271447f
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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