Luna/tools/setup-env.sh

8 lines
193 B
Bash
Raw Normal View History

2022-09-05 14:13:51 +00:00
#!/bin/sh
source $(dirname $0)/env.sh
export LUNA_GCC_VERSION_REQUIRED=12.1.0
export LUNA_BINUTILS_VERSION_REQUIRED=2.38
export PREFIX=$LUNA_ROOT/toolchain/x86-64-elf
export TARGET=x86_64-elf