summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-02-02 09:04:27 +0000
committerChrister Solskogen2023-02-02 09:04:27 +0000
commit2e3419cfaceba507d5189baf35f21fe147c98b7a (patch)
treee74486e6a330b38efba83db16bed7ff90c6f5b6b
parent0a41a7a68f9b3437c89542f624197dddbd08b662 (diff)
downloadaur-2e3419cfaceba507d5189baf35f21fe147c98b7a.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00cd5a4f615b..a85259d7dcae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-gcc-bootstrap
pkgdesc = The GNU Compiler Collection - cross compiler for ARM64 target - bootstrap compiler
pkgver = 12.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://gcc.gnu.org/
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = aarch64-gcc-bootstrap
options = !emptydirs
options = !strip
options = staticlibs
- source = git+https://sourceware.org/git/gcc.git#commit=6b1adeb22789e190e87b905761f8a47a2e4e830a
+ source = git+https://sourceware.org/git/gcc.git#commit=d31bd7138610a883310dce212bb0bdaaa8da7304
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
diff --git a/PKGBUILD b/PKGBUILD
index e4d7d8984632..4116524a0fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-gcc-bootstrap
pkgver=12.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target - bootstrap compiler'
arch=(x86_64)
url='https://gcc.gnu.org/'
@@ -15,7 +15,7 @@ makedepends=($_arch-binutils)
provides=($_arch-gcc)
conflicts=($_arch-gcc)
options=(!emptydirs !strip staticlibs)
-_commit=6b1adeb22789e190e87b905761f8a47a2e4e830a
+_commit=d31bd7138610a883310dce212bb0bdaaa8da7304
source=(git+https://sourceware.org/git/gcc.git#commit=${_commit})
sha256sums=('SKIP')
@@ -50,8 +50,8 @@ build() {
--disable-nls \
--enable-languages=c \
--with-system-zlib \
- --disable-multilib --disable-werror \
- --disable-threads --without-headers \
+ --disable-multilib \
+ --disable-threads --without-headers \
--disable-shared --with-newlib --with-arch=armv8-a
make all-gcc all-target-libgcc