Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)

This commit is contained in:
Dan MacDonald 2020-12-31 20:54:51 +00:00 committed by GitHub
parent fb220d5678
commit b7fd5315e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 00:18:14 +09:00

View File

@ -8,6 +8,7 @@ prefix=$SERENITY_ROOT/Ports
export CC=i686-pc-serenity-gcc
export CXX=i686-pc-serenity-g++
export PATH=$SERENITY_ROOT/Toolchain/Local/i686/bin:$PATH
export SERENITY_ARCH=i686
MD5SUM=md5sum