summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChrister Solskogen2023-05-02 07:57:51 +0000
committerChrister Solskogen2023-05-02 07:57:51 +0000
commit78cbd1db9382f26503403060091859cea98cbd82 (patch)
treeb119a3921424007b0be89a6685ff95bd80806613 /PKGBUILD
parentfb0e55631c340381ed9f921b2269738f6a7b303c (diff)
downloadaur-aarch64-none-elf-toolchain.tar.gz
update and switch gcc source location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a95731d154c5..347f1b2d0ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_arch=aarch64
_target=$_arch-none-elf
pkgname=$_target-toolchain
-pkgver=20230420
+pkgver=20230502
pkgrel=1
pkgdesc="A complete gcc/binutils/newlib toolchain for $_target"
depends=('zlib' 'bash' 'libmpc' 'libisl')
@@ -15,11 +15,11 @@ makedepends=(git)
license=('GPL' 'BSD')
options=('!strip')
_binutils_commit=594dcc92e8d1f6bb30e3dfa4eb343febcda66f1a
-_gcc_commit=015cf9f84b0b6792f982e505392ca574e04c8d23
+_gcc_commit=ffc6b225c955a3d8478de1beba5ad08a7396648c
_newlib_commit=ab49db3a8c08e2240e53d8f12d6a14fd285def4e
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_binutils_commit}
- git+https://sourceware.org/git/gcc.git#commit=${_gcc_commit}
+ git+https://gcc.gnu.org/git/gcc.git#commit=${_gcc_commit}
git+https://sourceware.org/git/newlib-cygwin.git#commit=${_newlib_commit}
)
sha256sums=('SKIP'