guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ne: Cross-compile.


From: guix-commits
Subject: 04/05: gnu: ne: Cross-compile.
Date: Wed, 19 Oct 2022 19:29:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 64a5cafb550d80454cfee3abb5f5130c00ab2a17
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: ne: Cross-compile.
    
    * gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and
    don't strip binaries.
---
 gnu/packages/text-editors.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index f278b0902c..26abe60808 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1136,7 +1136,8 @@ card.  It offers:
     (arguments
      `(#:tests? #f
        #:make-flags
-       (list "CC=gcc"
+       (list "STRIP=true"               ; don't
+             (string-append "CC=" ,(cc-for-target))
              (string-append "PREFIX=" (assoc-ref %outputs "out"))
              (string-append "LDFLAGS=-L" (assoc-ref %build-inputs "ncurses")
                             "/lib"))



reply via email to

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