1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 21:14:49 +00:00

Ports: Fix the default Toolchain name in .hosted_defs.sh

This commit is contained in:
Tim Schumacher 2022-04-30 02:40:47 +02:00 committed by Linus Groh
parent be8a18b8d5
commit 9dde7dcd70

View File

@ -3,7 +3,7 @@
SCRIPT="$(dirname "${0}")"
export SERENITY_ARCH="${SERENITY_ARCH:-i686}"
export SERENITY_TOOLCHAIN="${SERENITY_TOOLCHAIN:-GCC}"
export SERENITY_TOOLCHAIN="${SERENITY_TOOLCHAIN:-GNU}"
if [ -z "${HOST_CC:=}" ]; then
export HOST_CC="${CC:=cc}"