emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42565: closed ([PATCH] gnu: arm-none-eabi-toolchain: Fix compilation


From: GNU bug Tracking System
Subject: bug#42565: closed ([PATCH] gnu: arm-none-eabi-toolchain: Fix compilation.)
Date: Tue, 28 Jul 2020 07:51:02 +0000

Your message dated Tue, 28 Jul 2020 10:50:10 +0300
with message-id <20200728075010.GD1151@E5400>
and subject line Re: [bug#42565] [PATCH] gnu: arm-none-eabi-toolchain: Fix 
compilation.
has caused the debbugs.gnu.org bug report #42565,
regarding [PATCH] gnu: arm-none-eabi-toolchain: Fix compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42565: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42565
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: arm-none-eabi-toolchain: Fix compilation. Date: Mon, 27 Jul 2020 23:03:41 +0200
* gnu/packages/embedded.scm
(gcc-arm-none-eabi-7-2018-q2-update)[native-inputs]: Use gcc-7.
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index e3a9017ba5..c7b8fcc0ce 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -251,7 +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)
+       `(("gcc@7" ,gcc-7)
          ("flex" ,flex)
          ("isl" ,isl-0.18)
          ,@(alist-delete "isl" (package-native-inputs xgcc))))
-- 
2.27.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42565] [PATCH] gnu: arm-none-eabi-toolchain: Fix compilation. Date: Tue, 28 Jul 2020 10:50:10 +0300
On Mon, Jul 27, 2020 at 11:03:41PM +0200, Jan Wielkiewicz wrote:
> * gnu/packages/embedded.scm
> (gcc-arm-none-eabi-7-2018-q2-update)[native-inputs]: Use gcc-7.
> ---
>  gnu/packages/embedded.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
> index e3a9017ba5..c7b8fcc0ce 100644
> --- a/gnu/packages/embedded.scm
> +++ b/gnu/packages/embedded.scm
> @@ -251,7 +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)
> +       `(("gcc@7" ,gcc-7)
>           ("flex" ,flex)
>           ("isl" ,isl-0.18)
>           ,@(alist-delete "isl" (package-native-inputs xgcc))))

Turns out we only needed to remove gcc-5. Adding gcc@7 proved
unnecessary.

Patch pushed! Thanks.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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