HOSTCC should compile static for binaries to work

This commit is contained in:
Daniel Bainton 2014-04-01 11:17:06 +01:00
parent a1445a03d7
commit 34ba578095

View File

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