summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer2022-12-05 15:17:19 +0000
committerFelix Singer2022-12-05 15:19:36 +0000
commit7f8688cfbf58918d57e6953ba19845df23b222e9 (patch)
tree40f74642fa6ed816da7e082cb6307e981b3e7aa4
parenta8ff221679e154a6988f8a103414a68e29268dd9 (diff)
downloadaur-7f8688cfbf58918d57e6953ba19845df23b222e9.tar.gz
Enable all targets again
Signed-off-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b213ba6378..fa33965c0f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = coreboot-toolchain
license = LGPL2Plus
license = GPL3Plus
options = buildflags
- source = git+https://review.coreboot.org/coreboot#commit=f4c97ea131944c7be940b35361407e4b63a14faf
+ source = git+https://review.coreboot.org/coreboot#commit=e29dcdcdd8bc04e9c54aca4e341d0b8168763000
sha256sums = SKIP
pkgname = coreboot-toolchain-i386
@@ -28,3 +28,5 @@ pkgname = coreboot-toolchain-riscv
pkgname = coreboot-toolchain-ppc64
pkgname = coreboot-toolchain-nds32le
+
+pkgname = coreboot-toolchain-clang
diff --git a/PKGBUILD b/PKGBUILD
index 34b6ddc34345..7d15868b7fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Singer <felixsinger@posteo.net>
-_targets="i386 x64 clang"
+_targets="i386 x64 arm aarch64 riscv ppc64 nds32le clang"
_commit='e29dcdcdd8bc04e9c54aca4e341d0b8168763000'
pkgbase='coreboot-toolchain'