summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982024-03-07 22:21:44 +0100
committerMaxr19982024-03-07 22:21:44 +0100
commit95adc2234e7e9107eb4acfffa3cb3cdc44e2ebad (patch)
tree566e05b6deeec7d0d5aeab69c49b84a7518d2150
parent26f5e42c557a3703cf7c36f7bdc712327d0db3a9 (diff)
downloadaur-95adc2234e7e9107eb4acfffa3cb3cdc44e2ebad.tar.gz
Update to GCC 13.2 and libisl 0.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e69e64b8fd9..4294b7674b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = riscv64-unknown-elf-gcc
pkgdesc = The GNU Compiler Collection - cross compiler for 32bit and 64bit RISC-V bare-metal
- pkgver = 13.1.0
+ pkgver = 13.2.0
pkgrel = 2
url = http://gcc.gnu.org/
arch = i686
@@ -13,9 +13,9 @@ pkgbase = riscv64-unknown-elf-gcc
depends = libmpc
options = !emptydirs
options = !strip
- source = https://gcc.gnu.org/pub/gcc/releases/gcc-13.1.0/gcc-13.1.0.tar.xz
+ source = https://gcc.gnu.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz
source = https://libisl.sourceforge.io/isl-0.26.tar.xz
- sha256sums = 61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86
+ sha256sums = e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
sha256sums = a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504
pkgname = riscv64-unknown-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 298330a261a6..e971de63e3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=riscv64-unknown-elf
pkgname=$_target-gcc
-pkgver=13.1.0
+pkgver=13.2.0
_islver=0.26
pkgrel=2
#_snapshot=7-20170504
@@ -15,7 +15,7 @@ depends=("$_target-binutils" 'zlib' 'libmpc')
options=(!emptydirs !strip)
source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz"
"https://libisl.sourceforge.io/isl-$_islver.tar.xz")
-sha256sums=('61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86'
+sha256sums=('e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da'
'a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504')
if [[ -n "$_snapshot" ]]; then
@@ -84,7 +84,7 @@ build() {
--with-mpc \
--with-isl \
--with-libelf \
- --with-arch=rv64imafdc \
+ --with-arch=rv64imafdc_zicsr_zifencei \
--with-abi=lp64d \
--with-pkgversion='Arch User Repository'