LuaJIT: broken for arm*-musl because of build env
One can build LuaJIT for arm*-musl from an x86_64 or i686 environment, but not from x86_64-musl. The arm*-musl builders use a x86_64-musl environment where "gcc -m32 ..." fails.
This commit is contained in:
parent
dd1899add7
commit
58b69468d0
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ license="MIT"
|
|||
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
|
||||
checksum=874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="unsupported";;
|
||||
esac
|
||||
#case "$XBPS_TARGET_MACHINE" in
|
||||
arm*-musl) broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/6139/steps/shell_3/logs/stdio"
|
||||
# aarch64*) broken="unsupported";;
|
||||
#esac
|
||||
|
||||
if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
hostmakedepends+=" gcc-multilib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue