mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
configure: Building GCC2-only Haiku is not supported anymore.
Fixes #15682.
This commit is contained in:
parent
07ec2cf013
commit
78b224583c
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user