From 1ce5dc1daf3d041cc1e9da1179820396747b2749 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Jan 2022 14:56:51 +0100 Subject: community/tinyemu: disabled 128-bit RISCV for 32-bit builds --- community/tinyemu/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/tinyemu/PKGBUILD (limited to 'community/tinyemu') diff --git a/community/tinyemu/PKGBUILD b/community/tinyemu/PKGBUILD new file mode 100644 index 00000000..b7af84e1 --- /dev/null +++ b/community/tinyemu/PKGBUILD @@ -0,0 +1,11 @@ +# disable 128 bit RISCV on 32-bit targets, not supported +eval "$( + { + declare -f prepare || \ + printf 'prepare() {\n}\n' + } \ + | sed ' + $i sed -i s/^CONFIG_INT128=.*/#CONFIG_INT128=n/ "$m" + ' +)" + -- cgit v1.2.3-54-g00ecf