[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: lz4: Cross-compile.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: lz4: Cross-compile. |
Date: |
Mon, 12 Oct 2020 09:08:09 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 2b6ecdf gnu: lz4: Cross-compile.
2b6ecdf is described below
commit 2b6ecdf41a09ab9ecae06d7c537583a2f0f28efc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 12 15:06:12 2020 +0200
gnu: lz4: Cross-compile.
* gnu/packages/compression.scm (lz4)[arguments]: Use CC-FOR-TARGET.
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 083b82b..43831e0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -804,7 +804,7 @@ decompression of some loosely related file formats used by
Microsoft.")
("valgrind" ,valgrind)))
(arguments
`(#:test-target "test"
- #:make-flags (list "CC=gcc"
+ #:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "prefix=" (assoc-ref %outputs "out")))
#:phases (modify-phases %standard-phases
(delete 'configure) ;no configure script
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: lz4: Cross-compile.,
guix-commits <=