apio
0c5a84f932
Some checks failed
continuous-integration/drone/push Build is failing
CI will fail, it's normal. Wait for me to build a new toolchain for it.
10 lines
255 B
Bash
Executable File
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
|