Remove unused ARCHS variable

This commit is contained in:
Ryan Schmidt 2021-04-19 03:13:45 -05:00 committed by GitHub
parent e8fb52d494
commit 9642da7eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -113,15 +113,6 @@ for ARG in $*; do
esac
done
ARCHS=""
if [ $BUILD_68K != false ]; then
ARCHS="$ARCHS m68k"
fi
if [ $BUILD_PPC != false ]; then
ARCHS="$ARCHS powerpc"
fi
##################### Sanity checks
if [ `pwd -P` == "$SRC" ]; then