diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-13 17:56:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-14 16:36:27 +0200 |
commit | 4a3b6aa5dd625b1697977c065a5d6b4e9ca84148 (patch) | |
tree | 8e2ff7e32c0520cd4f46a0a25af0ff48c396b87a /doc | |
parent | 271447ff8e461b72ea815abc450298aeeb8b6dd3 (diff) | |
download | guix-4a3b6aa5dd625b1697977c065a5d6b4e9ca84148.tar guix-4a3b6aa5dd625b1697977c065a5d6b4e9ca84148.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3a8a73cb7a..e130317992 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |