Build PLATFORMFS with Makefile

This commit is contained in:
Michael Aldridge
2017-08-16 22:39:44 -07:00
parent d4ba63c5e7
commit 20ce939c01
3 changed files with 29 additions and 11 deletions

View File

@@ -122,11 +122,6 @@ case "$PLATFORM" in
*) die "$PROGNAME: invalid platform!";;
esac
# Check if we should be using the -musl variant
if [ -z "${BASE_TARBALL##*-musl-*}" ] ; then
PLATFORM="${PLATFORM}-musl"
fi
# Derive the target architecture using the static map
set_target_arch_from_platform