diff options
author | Erich Eckner <git@eckner.net> | 2021-06-18 20:12:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-18 20:12:26 +0200 |
commit | 10c48ce1992f7bab620364056d6272603678295e (patch) | |
tree | b9c55d2aed34c0f08b73347adedfe9f0cc3dcaa0 /binfmt-qemu-static-all-arch | |
parent | 0c20b51a8aa10e48b54ac080ca1ef9f90ed594a6 (diff) | |
download | archlinuxewe-10c48ce1992f7bab620364056d6272603678295e.tar.xz |
build for pentium4, too
Diffstat (limited to 'binfmt-qemu-static-all-arch')
-rw-r--r-- | binfmt-qemu-static-all-arch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binfmt-qemu-static-all-arch/PKGBUILD b/binfmt-qemu-static-all-arch/PKGBUILD index 0cd67da47..d906e2a22 100644 --- a/binfmt-qemu-static-all-arch/PKGBUILD +++ b/binfmt-qemu-static-all-arch/PKGBUILD @@ -7,7 +7,7 @@ pkgname=binfmt-qemu-static-all-arch pkgver=20210506 pkgrel=1 pkgdesc="Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture" -arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64') +arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4' 'x86_64') url="http://www.freedesktop.org/software/systemd/man/binfmt.d.html" license=('GPL') optdepends=('qemu-user-static') |