mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
Ports: Remove i686 support
This commit is contained in:
parent
e11dcd21c1
commit
b49c4eb94f
8 changed files with 18 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue