diff --git a/build-toolchain.bash b/build-toolchain.bash index a2d5db1bd6..cc5e5a05a8 100755 --- a/build-toolchain.bash +++ b/build-toolchain.bash @@ -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