guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: u-boot: Use newer GCC even during native compiles.


From: Efraim Flashner
Subject: 01/01: gnu: u-boot: Use newer GCC even during native compiles.
Date: Sun, 28 Jan 2018 15:37:44 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a1f531273c1887eb9a5628e34294538a31cc1243
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 28 22:36:58 2018 +0200

    gnu: u-boot: Use newer GCC even during native compiles.
    
    * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even
    when not cross-compiling.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index f7aa21f..f2e45ed 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -372,7 +372,7 @@ also initializes the boards (RAM etc).")
        `(,@(if (not same-arch?)
              `(("cross-gcc" ,(cross-gcc triplet #:xgcc gcc-7))
                ("cross-binutils" ,(cross-binutils triplet)))
-             '())
+             `(("gcc-7" ,gcc-7)))
          ,@(package-native-inputs u-boot)))
       (arguments
        `(#:modules ((ice-9 ftw) (guix build utils) (guix build 
gnu-build-system))



reply via email to

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