[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: arm-none-eabi-toolchain: Fix compilation.
From: |
guix-commits |
Subject: |
branch master updated: gnu: arm-none-eabi-toolchain: Fix compilation. |
Date: |
Tue, 28 Jul 2020 03:50:41 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 840d703 gnu: arm-none-eabi-toolchain: Fix compilation.
840d703 is described below
commit 840d7034ec37d9eca71b5073c941e4177126360f
Author: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
AuthorDate: Mon Jul 27 23:03:41 2020 +0200
gnu: arm-none-eabi-toolchain: Fix compilation.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)
[native-inputs]: Remove gcc-5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/embedded.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index e3a9017..558369f 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -251,8 +251,7 @@ usable on embedded products.")
(origin-patches (package-source gcc-7))
(search-patches "gcc-7-cross-environment-variables.patch")))))
(native-inputs
- `(("gcc@5" ,gcc-5)
- ("flex" ,flex)
+ `(("flex" ,flex)
("isl" ,isl-0.18)
,@(alist-delete "isl" (package-native-inputs xgcc))))
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: arm-none-eabi-toolchain: Fix compilation.,
guix-commits <=