mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)
This commit is contained in:
parent
fb220d5678
commit
b7fd5315e5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ prefix=$SERENITY_ROOT/Ports
|
||||||
export CC=i686-pc-serenity-gcc
|
export CC=i686-pc-serenity-gcc
|
||||||
export CXX=i686-pc-serenity-g++
|
export CXX=i686-pc-serenity-g++
|
||||||
export PATH=$SERENITY_ROOT/Toolchain/Local/i686/bin:$PATH
|
export PATH=$SERENITY_ROOT/Toolchain/Local/i686/bin:$PATH
|
||||||
|
export SERENITY_ARCH=i686
|
||||||
|
|
||||||
MD5SUM=md5sum
|
MD5SUM=md5sum
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue