[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/35: gnu: compsize: Prepare for cross-compilation.
From: |
guix-commits |
Subject: |
05/35: gnu: compsize: Prepare for cross-compilation. |
Date: |
Wed, 3 Mar 2021 18:45:06 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e430433bb99b948cb6ef079a967fca8ce9a794bf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 19:07:16 2021 +0100
gnu: compsize: Prepare for cross-compilation.
* gnu/packages/linux.scm (compsize)[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 0ae57db..96cd150 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5094,7 +5094,8 @@ blocks and random block placement.")
`(("btrfs-progs" ,btrfs-progs)))
(arguments
`(#:tests? #f ; No tests.
- #:make-flags (list "CC=gcc")
+ #:make-flags
+ (list (string-append "CC=" ,(cc-for-target)))
#:phases
(modify-phases %standard-phases
(delete 'configure)
- 06/35: gnu: libodfgen: Update to 0.1.8., (continued)
- 06/35: gnu: libodfgen: Update to 0.1.8., guix-commits, 2021/03/03
- 03/35: gnu: ipset: Update to 7.11., guix-commits, 2021/03/03
- 04/35: gnu: compsize: Update to 1.5., guix-commits, 2021/03/03
- 12/35: gnu: libfm-extra: Fix typo in description., guix-commits, 2021/03/03
- 11/35: gnu: pcmanfm: Update to 1.3.2., guix-commits, 2021/03/03
- 13/35: gnu: fennel: Update to 0.8.1., guix-commits, 2021/03/03
- 18/35: gnu: unbound: Update to 1.13.1., guix-commits, 2021/03/03
- 28/35: gnu: czmq: Update to 4.2.1., guix-commits, 2021/03/03
- 29/35: gnu: zyre: Update to 2.0.1., guix-commits, 2021/03/03
- 15/35: gnu: glfw: Update to 3.3.3., guix-commits, 2021/03/03
- 05/35: gnu: compsize: Prepare for cross-compilation.,
guix-commits <=
- 09/35: gnu: sysstat: Update to 12.4.3., guix-commits, 2021/03/03
- 10/35: gnu: libfm: Update to 1.3.2., guix-commits, 2021/03/03
- 14/35: gnu: powerstat: Update to 0.02.25., guix-commits, 2021/03/03
- 24/35: gnu: drumkv1: Update to 0.9.20., guix-commits, 2021/03/03
- 08/35: gnu: pipewire: Update to 0.3.22., guix-commits, 2021/03/03
- 19/35: gnu: mpd: Update to 0.22.6., guix-commits, 2021/03/03
- 17/35: gnu: isync: Update to 1.4.1., guix-commits, 2021/03/03
- 27/35: gnu: meld: Update to 3.20.3., guix-commits, 2021/03/03
- 20/35: gnu: whois: Update to 5.5.8., guix-commits, 2021/03/03
- 23/35: gnu: synthv1: Update to 0.9.20., guix-commits, 2021/03/03