summaryrefslogtreecommitdiff
path: root/extra/qemu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qemu/PKGBUILD')
-rw-r--r--extra/qemu/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index 0ccb8f88..b193902e 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -13,3 +13,7 @@ eval "$(
s@rm qemu/block-{iscsi,rbd,gluster}.so@rm qemu/block-{iscsi,gluster}.so@
'
)"
+
+if [ "$CARCH" = 'pentium4' ]; then
+ _corearch=i386
+fi