configure: Building GCC2-only Haiku is not supported anymore.

Fixes #15682.
This commit is contained in:
Augustin Cavalier 2020-02-08 13:25:23 -05:00
parent 07ec2cf013
commit 78b224583c

6
configure vendored
View File

@ -915,6 +915,12 @@ else
fi
fi
if [ "$targetArchs" = " x86_gcc2" ]; then
echo "Building a GCC2-only Haiku is no longer supported."
echo "Please configure the secondary architecture."
exit 1
fi
isPrimaryArch=1
for targetArch in $targetArchs; do
# Note: targetArch is "unknown<n>" at this point if a cross-tools