mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00: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…
Add table
Add a link
Reference in a new issue