From b7fd5315e512a64dac08f53c0b5128da94bf72f0 Mon Sep 17 00:00:00 2001 From: Dan MacDonald Date: Thu, 31 Dec 2020 20:54:51 +0000 Subject: [PATCH] Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688) --- Ports/.port_include.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 974da4eb5b..a1b2498d18 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -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