[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: gcc-arm-none-eabi-4.9: Build with GCC 5.
From: |
guix-commits |
Subject: |
01/05: gnu: gcc-arm-none-eabi-4.9: Build with GCC 5. |
Date: |
Thu, 19 Sep 2019 15:33:54 -0400 (EDT) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 316fa45ea4ec54a2363a22ef92c5e412bb83115a
Author: Ricardo Wurmus <address@hidden>
Date: Thu Sep 19 14:31:41 2019 +0200
gnu: gcc-arm-none-eabi-4.9: Build with GCC 5.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add
gcc-5.
---
gnu/packages/embedded.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index a65998c..1e4c4a0 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, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016, 2017 Theodoros Foradis <address@hidden>
;;; Copyright © 2016 David Craven <address@hidden>
;;; Copyright © 2017 Efraim Flashner <address@hidden>
@@ -85,6 +85,7 @@
(origin-patches (package-source xgcc))))))
(native-inputs
`(("flex" ,flex)
+ ("gcc" ,gcc-5)
,@(package-native-inputs xgcc)))
(arguments
(substitute-keyword-arguments (package-arguments xgcc)