mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
Meta: Make x86-64 target the default
This is a preparation to check if our users find noticeable bugs in the x86-64 target, before we can decide if we want to remove the i686 target for good.
This commit is contained in:
parent
4e0f85432a
commit
74018be739
9 changed files with 12 additions and 12 deletions
|
@ -41,7 +41,7 @@ else
|
|||
chown -R 0:0 mnt/
|
||||
fi
|
||||
|
||||
SERENITY_ARCH="${SERENITY_ARCH:-i686}"
|
||||
SERENITY_ARCH="${SERENITY_ARCH:-x86_64}"
|
||||
LLVM_VERSION="${LLVM_VERSION:-14.0.1}"
|
||||
|
||||
if [ "$SERENITY_TOOLCHAIN" = "Clang" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue