Set HOSTCC in config.def.mk

This commit is contained in:
sin 2014-04-01 11:11:04 +01:00
parent 378f203087
commit a1445a03d7

View File

@ -5,6 +5,7 @@ ports = $mkbuild/../ports
nprocs = 2
TOOLCHAIN_TRIPLET = ${arch}-musl-linux
HOSTCC = ${TOOLCHAIN_TRIPLET}-gcc
CC = ${TOOLCHAIN_TRIPLET}-gcc
LD = $CC
AR = ${TOOLCHAIN_TRIPLET}-ar