guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: doc: #:target takes a GNU triplet, not a system type.


From: Ludovic Courtès
Subject: 01/02: doc: #:target takes a GNU triplet, not a system type.
Date: Wed, 14 Sep 2016 14:36:50 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 4a3b6aa5dd625b1697977c065a5d6b4e9ca84148
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 13 17:56:18 2016 +0200

    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 3a8a73c..e130317 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]