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