Github messages for voidlinux
 help / color / mirror / Atom feed
From: via <via@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Bump cross-arm-none-eabi gcc and binutils to match non-cross packages
Date: Sat, 18 Jun 2022 15:50:23 +0200	[thread overview]
Message-ID: <20220618135023.Vg11z7GC6TDuIfxBEZ6We4KXOi5BZkTqFKinOr0xzR8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37580@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

There is an updated pull request by via against master on the void-packages repository

https://github.com/via/void-packages via/bump-cross-arm
https://github.com/void-linux/void-packages/pull/37580

Bump cross-arm-none-eabi gcc and binutils to match non-cross packages

#### Testing the changes
- I tested the changes in this PR: YES
I tested this with my own personal armv7 projects.  Notably, the version currently in packages has a bug with LTO that makes it discard ISR functions/symbols inappropriately, making LTO useless for some embedded use cases.  This appears fixed in gcc 10.

#### Local build testing
- I built this PR locally for my native architecture, amd64/glibc



A patch file from https://github.com/void-linux/void-packages/pull/37580.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-via/bump-cross-arm-37580.patch --]
[-- Type: text/x-diff, Size: 2417 bytes --]

From b3b3ff529c0b976553b35d583ddc5258d5f2b4d6 Mon Sep 17 00:00:00 2001
From: Matthew Via <via@matthewvia.info>
Date: Sat, 18 Jun 2022 09:49:12 -0400
Subject: [PATCH 1/2] cross-arm-none-eabi-binutils: update to 2.35

---
 srcpkgs/cross-arm-none-eabi-binutils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-binutils/template b/srcpkgs/cross-arm-none-eabi-binutils/template
index fd106a2c40a6..df1b3836061d 100644
--- a/srcpkgs/cross-arm-none-eabi-binutils/template
+++ b/srcpkgs/cross-arm-none-eabi-binutils/template
@@ -2,8 +2,8 @@
 _triplet=arm-none-eabi
 _pkgname=binutils
 pkgname=cross-${_triplet}-${_pkgname}
-version=2.32
-revision=2
+version=2.35
+revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=gnu-configure
 configure_args="
@@ -30,7 +30,7 @@ maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/${_pkgname}/"
 distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
-checksum=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
+checksum=1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
 nocross=yes
 
 post_install() {

From a95a6f60a995af6a309d7aeed74570f9184130a0 Mon Sep 17 00:00:00 2001
From: Matthew Via <via@matthewvia.info>
Date: Sat, 18 Jun 2022 09:49:59 -0400
Subject: [PATCH 2/2] cross-arm-none-eabi-gcc: update to 10.2.0

---
 srcpkgs/cross-arm-none-eabi-gcc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gcc/template b/srcpkgs/cross-arm-none-eabi-gcc/template
index 3896f61322b5..161a88f314c2 100644
--- a/srcpkgs/cross-arm-none-eabi-gcc/template
+++ b/srcpkgs/cross-arm-none-eabi-gcc/template
@@ -2,7 +2,7 @@
 _triplet=arm-none-eabi
 _pkgname=gcc
 pkgname=cross-${_triplet}-gcc
-version=9.3.0
+version=10.2.0
 revision=1
 wrksrc="gcc-${version}"
 build_wrksrc=build
@@ -17,7 +17,7 @@ maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
 license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://gcc.gnu.org"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
-checksum=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
+checksum=b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
 alternatives="arm-none-eabi:/usr/bin/arm-none-eabi-cc:/usr/bin/arm-none-eabi-gcc"
 nocross=yes
 nopie=yes

  reply	other threads:[~2022-06-18 13:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16  1:38 [PR PATCH] " via
2022-06-18 13:50 ` via [this message]
2022-09-17  2:14 ` github-actions
2022-10-01  2:16 ` [PR PATCH] [Closed]: " github-actions
2022-10-01  9:06 ` JamiKettunen
2022-10-01  9:06 ` JamiKettunen
2022-10-05 18:04 ` JamiKettunen
2022-10-05 18:10 ` via
2022-10-05 18:14 ` paper42
2022-10-05 18:30 ` JamiKettunen
2022-10-05 18:31 ` JamiKettunen
2022-10-05 18:31 ` JamiKettunen
2022-10-13  2:26 ` [PR REVIEW] " wryun
2023-01-11  2:30 ` github-actions
2023-01-26  1:59 ` [PR PATCH] [Closed]: " github-actions
2023-10-26 15:36 ` riddicc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220618135023.Vg11z7GC6TDuIfxBEZ6We4KXOi5BZkTqFKinOr0xzR8@z \
    --to=via@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).