8 lines
193 B
Bash
8 lines
193 B
Bash
|
#!/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
|