From 4a3b6aa5dd625b1697977c065a5d6b4e9ca84148 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 13 Sep 2016 17:56:18 +0200
Subject: [PATCH] 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.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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