From 4b1cd7ad1e1463a45b444d066b49574a9b6ad04a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 22 Apr 2018 12:33:52 -0400 Subject: Sweeping changes, switching to musl-cross-make Updated busybox-config to reflect the toolchain change Nginx and Openssh build and are now apart of the system. Runit is included, still need to install configuration files --- scripts/runit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/runit.sh') diff --git a/scripts/runit.sh b/scripts/runit.sh index 2552250..aa29fee 100644 --- a/scripts/runit.sh +++ b/scripts/runit.sh @@ -10,12 +10,12 @@ if ! [ -d "$BUILD_DIR" ] ; then rmdir admin fi cd "$BUILD_DIR/src" -export CC=musl-gcc +export CC=$BUILD_TGT-gcc # busybox will handle this for us export LDFLAGS="-static" export DESTDIR="$prefix" -echo "musl-gcc -O2 -Wall $CFLAGS" > conf-cc -echo "musl-gcc -s $LDFLAGS" > conf-ld +echo "$BUILD_TGT-gcc -O2 -Wall $CFLAGS" > conf-cc +echo "$BUILD_TGT-gcc -s $LDFLAGS" > conf-ld make echo "Done Building" for ex in runit-init runit runsvdir runsv sv svlogd utmpset ; do -- cgit v1.2.3