[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: cpuid: Use CC-FOR-TARGET.
From: |
guix-commits |
Subject: |
15/15: gnu: cpuid: Use CC-FOR-TARGET. |
Date: |
Wed, 14 Oct 2020 10:32:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2bfe99b11ac89ea723fd5d8aed9d6cdac78d71d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 14 14:17:13 2020 +0200
gnu: cpuid: Use CC-FOR-TARGET.
This doesn't actually enable cross-compilation.
* gnu/packages/linux.scm (cpuid)[arguments]: Use CC-FOR-TARGET.
---
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1c71c15..93db178 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6437,7 +6437,8 @@ available in the kernel Linux.")
"19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
(build-system gnu-build-system)
(arguments
- '(#:make-flags '("CC=gcc")
+ '(#:make-flags
+ (list (string-append "CC=" ,(cc-for-target)))
#:tests? #f ; no tests
#:phases (modify-phases %standard-phases
(delete 'configure) ; no configure script
- 02/15: gnu: python-passlib: Update to 1.7.4., (continued)
- 02/15: gnu: python-passlib: Update to 1.7.4., guix-commits, 2020/10/14
- 04/15: gnu: libgphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 09/15: gnu: plantuml: Update to 1.2020.19., guix-commits, 2020/10/14
- 11/15: gnu: oil: Update to 0.8.2., guix-commits, 2020/10/14
- 13/15: gnu: jasper: Update to 2.0.22., guix-commits, 2020/10/14
- 10/15: gnu: osinfo-db: Update to 20201011., guix-commits, 2020/10/14
- 12/15: gnu: python-pastedeploy: Update to 2.1.1., guix-commits, 2020/10/14
- 14/15: gnu: cpuid: Update to 20201006., guix-commits, 2020/10/14
- 01/15: gnu: perl-crypt-rijndael: Update to 1.15., guix-commits, 2020/10/14
- 05/15: gnu: gphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 15/15: gnu: cpuid: Use CC-FOR-TARGET.,
guix-commits <=