1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:47:37 +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

@ -26,9 +26,6 @@ case "${SERENITY_ARCH}" in
x86_64)
configopts+=("--with-coroutine=amd64")
;;
i686)
configopts+=("--with-coroutine=x86")
;;
*)
echo "Error: Architecture ${SERENITY_ARCH} is not supported for this port"
exit 1