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>
This commit is contained in:
Jan Wielkiewicz 2020-07-27 23:03:41 +02:00 committed by Efraim Flashner
parent 076fd4e791
commit 840d7034ec
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -251,8 +251,7 @@ (define-public gcc-arm-none-eabi-7-2018-q2-update
(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