1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-08 22:50:47 +00:00

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

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