Luna/tools/setup-env.sh
apio 0c5a84f932
Some checks failed
continuous-integration/drone/push Build is failing
toolchain: Update to binutils 2.39
CI will fail, it's normal. Wait for me to build a new toolchain for it.
2023-01-07 21:23:01 +01:00

10 lines
255 B
Bash
Executable File

#!/usr/bin/env bash
source $(dirname $0)/env.sh
export LUNA_GCC_VERSION_REQUIRED=12.2.0
export LUNA_BINUTILS_VERSION_REQUIRED=2.39
export BUILD_PREFIX=$LUNA_ROOT/toolchain/x86_64-luna
export BUILD_TARGET=x86_64-luna
export BUILD_SYSROOT=$LUNA_ROOT/base