diff options
-rwxr-xr-x | scripts/bootstrap.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 3617a0c74..ae96e653e 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -412,16 +412,10 @@ if ! test -d "${MTOOLS}/sys/emus/bin"; then # FIXME: no hard code ARCH=${BUILDS} \ ./bootstrap \ ; - # cleaning - ( - cd "${MTOOLS}"; - rm -fr tmp; # save 10 GB - ) test -f "${MTOOLS}"/config.mak || \ cp "${MTOOLS}"/tmp/musl-cross-make/config.mak \ "${MTOOLS}"/config.mak \ ; - # cleaning ( cd "${MTOOLS}"; @@ -526,6 +520,7 @@ CXX=${TARGET}-g++ \ AR=${TARGET}-ar \ LD=${TARGET}-ld \ CPP=${TARGET}-cpp \ +RANLIB=${TARGET}-ranlib \ ${MTOOLS}/sys/emus/bin/proot \ -S "${MTOOLS}"/sys \ -q "${MTOOLS}"/sys/emus/bin/qemu-${q} \ |