Luna/tools/setup-env.sh
apio a6974b605e
All checks were successful
continuous-integration/drone/push Build is passing
tools+CMake: Prefix all environment variables with LUNA_
2023-01-21 22:44:16 +01:00

10 lines
263 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/$LUNA_ARCH-luna
export BUILD_TARGET=$LUNA_ARCH-luna
export BUILD_SYSROOT=$LUNA_ROOT/base