[TOOLCHAIN] Hosted toolchain with musl libc

This commit is contained in:
2016-11-29 09:19:44 +01:00
parent 4f76557b73
commit ba2ecd725f
8 changed files with 336 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export BUILDROOT=`pwd`
export SYSROOT=${BUILDROOT}/sysroot
export TOOLCHAIN=${BUILDROOT}/toolchain
export PATH=${TOOLCHAIN}/bin:${PATH}
export TARGET=x86_64-elf
export TARGET=x86_64-mittos64
# shortcuts for some useful tools
alias dbg="x86_64-elf-linux-gdb"