1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports: Remove i686 support

This commit is contained in:
Liav A 2022-10-04 02:57:03 +03:00 committed by Andreas Kling
parent e11dcd21c1
commit b49c4eb94f
8 changed files with 18 additions and 24 deletions

View file

@ -6,9 +6,7 @@ files="https://luajit.org/download/LuaJIT-${version}.tar.gz LuaJIT-${version}.ta
auth_type=sha256
workdir="LuaJIT-${version}"
if [ ${SERENITY_ARCH} = "i686" ]; then
M_FLAG=-m32
elif [ ${SERENITY_ARCH} = "x86_64" ]; then
if [ ${SERENITY_ARCH} = "x86_64" ]; then
M_FLAG=-m64
fi