[TOOLCHAIN] Setup for emulation

This commit is contained in:
2016-07-25 00:14:42 +02:00
parent 94999611d4
commit 1f8d5b3482
8 changed files with 165 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ export MITTOS64=mittos64
. util/helpers.sh
export BUILDROOT=`pwd`
export SYSROOT=${BUILDROOT}/sysroot
export TOOLCHAIN=${BUILDROOT}/toolchain
export PATH=${TOOLCHAIN}/bin:${PATH}
export TARGET=x86_64-elf