guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: avr-gcc-4.9: Build with GCC 5.


From: guix-commits
Subject: 03/05: gnu: avr-gcc-4.9: Build with GCC 5.
Date: Thu, 19 Sep 2019 15:33:55 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 081f767e8c396949997c9c61adec0a7090c708d9
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Sep 19 15:03:51 2019 +0200

    gnu: avr-gcc-4.9: Build with GCC 5.
    
    * gnu/packages/avr.scm (avr-gcc-4.9)[native-inputs]: Add gcc-5.
---
 gnu/packages/avr.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index eaa3c7d..6eb0ad8 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -67,7 +67,10 @@
               (files '("avr/include")))
              (search-path-specification
               (variable "CROSS_LIBRARY_PATH")
-              (files '("avr/lib"))))))))
+              (files '("avr/lib")))))
+      (native-inputs
+       `(("gcc" ,gcc-5)
+         ,@(package-native-inputs xgcc))))))
 
 (define-public avr-gcc-5
   (package



reply via email to

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