[TOOLCHAIN] Making musl portable

This commit is contained in:
2017-02-09 19:47:07 +01:00
parent a7d2b24a79
commit 8d1e693884
10 changed files with 207 additions and 6 deletions

View File

@@ -18,10 +18,12 @@ musl_config="--target=${TARGET} \
--disable-shared \
--enable-debug \
CFLAGS=-O0"
musl_patchcmd="${BUILDROOT}/util/patch_musl.sh ${STASH}/musl/"
musl_headers_checkfile=${SYSROOT}/usr/include/complex.h
musl_headers_filename=${musl_filename}
musl_headers_url=${musl_url}
musl_headers_patchcmd=${musl_patchcmd}
function musl_headers_install() {
local package=musl