Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Bump cross-arm-none-eabi gcc and binutils to match non-cross packages
@ 2022-06-16  1:38 via
  2022-06-18 13:50 ` [PR PATCH] [Updated] " via
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: via @ 2022-06-16  1:38 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2177 bytes --]

From b8b7aefe6efeffbb52ec6002a6101a503829265b Mon Sep 17 00:00:00 2001
From: Matthew Via <via@matthewvia.info>
Date: Wed, 15 Jun 2022 21:23:48 -0400
Subject: [PATCH] Bump cross-arm-none-eabi gcc and binutils to match non-cross
 packages

---
 srcpkgs/cross-arm-none-eabi-binutils/template | 6 +++---
 srcpkgs/cross-arm-none-eabi-gcc/template      | 4 ++--
 2 files changed, 5 insertions(+), 5 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() {
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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-10-26 15:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16  1:38 [PR PATCH] Bump cross-arm-none-eabi gcc and binutils to match non-cross packages via
2022-06-18 13:50 ` [PR PATCH] [Updated] " via
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

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).