diff --git a/pkg/musl/build b/pkg/musl/build index 8a8bd00..887296c 100755 --- a/pkg/musl/build +++ b/pkg/musl/build @@ -10,8 +10,8 @@ prepare() { } build() { - CC="${TARGET}-gcc" $1/configure --prefix=/ --target="$TARGET" - CC="${TARGET}-gcc" make -j $NUMJOBS + CROSS_COMPILE="${TARGET}-" $1/configure --prefix=/ --target="$TARGET" + CROSS_COMPILE="${TARGET}-" make -j $NUMJOBS } deploy() {