summaryrefslogtreecommitdiff
path: root/community/tinyemu/PKGBUILD
blob: b7af84e13a61bad2b291953a0c65bd904d4376dc (plain)
1
2
3
4
5
6
7
8
9
10
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"
  '
)"