mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Ports: Fix the default Toolchain name in .hosted_defs.sh
This commit is contained in:
parent
be8a18b8d5
commit
9dde7dcd70
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
SCRIPT="$(dirname "${0}")"
|
SCRIPT="$(dirname "${0}")"
|
||||||
|
|
||||||
export SERENITY_ARCH="${SERENITY_ARCH:-i686}"
|
export SERENITY_ARCH="${SERENITY_ARCH:-i686}"
|
||||||
export SERENITY_TOOLCHAIN="${SERENITY_TOOLCHAIN:-GCC}"
|
export SERENITY_TOOLCHAIN="${SERENITY_TOOLCHAIN:-GNU}"
|
||||||
|
|
||||||
if [ -z "${HOST_CC:=}" ]; then
|
if [ -z "${HOST_CC:=}" ]; then
|
||||||
export HOST_CC="${CC:=cc}"
|
export HOST_CC="${CC:=cc}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue