guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: propeller-gcc: Fix build.


From: Ricardo Wurmus
Subject: 02/02: gnu: propeller-gcc: Fix build.
Date: Sun, 11 Feb 2018 05:45:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8226304b17624b33e3c9245cd3022f0e9b7fac26
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 11 11:41:15 2018 +0100

    gnu: propeller-gcc: Fix build.
    
    * gnu/packages/embedded.scm (propeller-gcc)[native-inputs]: Use GCC 4.9.
---
 gnu/packages/embedded.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 870574a..b2e33ea 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
@@ -525,6 +525,9 @@ with a layered architecture of JTAG interface and TAP 
support.")
           `(modify-phases ,phases
              (add-after 'unpack 'chdir
                (lambda _ (chdir "gcc") #t))))))
+      (native-inputs
+       `(("gcc-4" ,gcc-4.9)
+         ,@(package-native-inputs propeller-gcc-6)))
       (home-page "https://github.com/parallaxinc/propgcc";)
       (supported-systems (delete "aarch64-linux" %supported-systems)))))
 



reply via email to

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