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/mksh.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/mksh.sh') diff --git a/scripts/mksh.sh b/scripts/mksh.sh index 6b29362..992df11 100644 --- a/scripts/mksh.sh +++ b/scripts/mksh.sh @@ -5,7 +5,6 @@ cd $build_dir gzip -dc < ${dist_dir}/mksh-$VERSION.tgz | tar -xvf - cd mksh export LDFLAGS="-static" -export CC="musl-gcc" sh ./Build.sh install -d $prefix/bin install -m 555 mksh $prefix/bin/sh -- cgit v1.2.3