mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Do exit if test for hostlongbits on ppc64 fails
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4940 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a69abbe0b3
commit
ba69a08a9d
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -648,10 +648,11 @@ EOF
|
|||
case $? in
|
||||
4) hostlongbits="32";;
|
||||
8) hostlongbits="64";;
|
||||
*) echo "Couldn't determine bits per long value";;
|
||||
*) echo "Couldn't determine bits per long value"; exit 1;;
|
||||
esac
|
||||
else
|
||||
echo hostlongbits test failed
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue