guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: perf: Set 'CC'.


From: guix-commits
Subject: 02/03: gnu: perf: Set 'CC'.
Date: Sat, 13 Jun 2020 13:19:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ff30860b634501f81c346f780d0ab0ff35973f40
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 12 22:55:52 2020 +0200

    gnu: perf: Set 'CC'.
    
    * gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags.
    This fixes a (harmless?) error message during the 'configure' phase.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ff8c277..c3f22ac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3711,6 +3711,7 @@ in a digital read-out.")
              #t)))
        #:make-flags (list (string-append "prefix="
                                          (assoc-ref %outputs "out"))
+                          "CC=gcc"
                           "WERROR=0"
 
                           ;; By default, 'config/Makefile' uses lib64 on



reply via email to

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