[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: mdadm: Actually cross-compile.
From: |
guix-commits |
Subject: |
05/14: gnu: mdadm: Actually cross-compile. |
Date: |
Tue, 2 Jun 2020 20:21:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3dec317f1d54855705fb08c156f758b194c52d5c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 3 01:42:43 2020 +0200
gnu: mdadm: Actually cross-compile.
* gnu/packages/linux.scm (mdadm)[arguments]: Use CC-FOR-TARGET.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 30420b0..197e5ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4112,7 +4112,7 @@ MPEG-2 and audio over Linux IEEE 1394.")
`(("udev" ,eudev)))
(arguments
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
- (list "CC=gcc"
+ (list ,(string-append "CC=" (cc-for-target))
"INSTALL=install"
"CHECK_RUN_DIR=0"
;; TODO: tell it where to find 'sendmail'
- branch master updated (c45431a -> 9605af1), guix-commits, 2020/06/02
- 01/14: gnu: i2c-tools: Actually cross-compile., guix-commits, 2020/06/02
- 02/14: gnu: earlyoom: Actually cross-compile., guix-commits, 2020/06/02
- 03/14: gnu: mbpfan: Fix cross-compilation., guix-commits, 2020/06/02
- 04/14: gnu: hdparm: Fix cross-compilation., guix-commits, 2020/06/02
- 05/14: gnu: mdadm: Actually cross-compile.,
guix-commits <=
- 06/14: gnu: blktrace: Prepare for cross-compilation., guix-commits, 2020/06/02
- 07/14: gnu: acpica: Update to 20200528., guix-commits, 2020/06/02
- 12/14: gnu: bs1770gain: Update to 0.7.0., guix-commits, 2020/06/02
- 08/14: gnu: inxi-minimal: Update to 3.1.01-1., guix-commits, 2020/06/02
- 09/14: gnu: lemonbar: Fix cross-compilation., guix-commits, 2020/06/02
- 11/14: gnu: iw: Use CC-FOR-TARGET., guix-commits, 2020/06/02
- 14/14: gnu: qutebrowser: Update to 1.12.0., guix-commits, 2020/06/02
- 13/14: gnu: bs1770gain: Deduplicate home page URLs., guix-commits, 2020/06/02
- 10/14: gnu: net-tools: Fix cross-compilation., guix-commits, 2020/06/02