Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/tinyemu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tinyemu/PKGBUILD')
-rw-r--r--community/tinyemu/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/tinyemu/PKGBUILD b/community/tinyemu/PKGBUILD
deleted file mode 100644
index b7af84e1..00000000
--- a/community/tinyemu/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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"
- '
-)"
-