File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33
44pkgname=box64
55pkgver=0.3.8
6- pkgrel=2
6+ pkgrel=3
77pkgdesc=' Linux Userspace x86_64 Emulator with a twist'
88arch=(' x86_64' ' aarch64' ' riscv64' ' powerpc64le' )
99url=' https://github.com/ptitSeb/box64'
@@ -35,21 +35,29 @@ build() {
3535 fi
3636 cmake -B build -S . \
3737 $exargs \
38+ -DBOX32=ON \
39+ -DBOX32_BINFMT=ON \
3840 -DARM_DYNAREC=ON \
3941 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
4042 -DCMAKE_INSTALL_PREFIX=/usr
4143 elif [[ $CARCH == " x86_64" ]]; then
4244 cmake -B build -S . \
45+ -DBOX32=ON \
46+ -DBOX32_BINFMT=ON \
4347 -DLD80BITS=1 -DNOALIGN=1 \
4448 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
4549 -DCMAKE_INSTALL_PREFIX=/usr
4650 elif [[ $CARCH == " powerpc64le" ]]; then
4751 cmake -B build -S . \
52+ -DBOX32=ON \
53+ -DBOX32_BINFMT=ON \
4854 -DPPC64LE=1 \
4955 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
5056 -DCMAKE_INSTALL_PREFIX=/usr
5157 elif [[ $CARCH == " riscv64" ]]; then
5258 cmake -B build -S . \
59+ -DBOX32=ON \
60+ -DBOX32_BINFMT=ON \
5361 -DRV64=1 \
5462 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
5563 -DCMAKE_INSTALL_PREFIX=/usr
You can’t perform that action at this time.
0 commit comments