ia64 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@109 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
728584be27
commit
a8baa8c555
6
configure
vendored
6
configure
vendored
@ -46,6 +46,9 @@ case "$cpu" in
|
|||||||
s390)
|
s390)
|
||||||
cpu="s390"
|
cpu="s390"
|
||||||
;;
|
;;
|
||||||
|
ia64)
|
||||||
|
cpu="ia64"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
cpu="unknown"
|
cpu="unknown"
|
||||||
;;
|
;;
|
||||||
@ -212,6 +215,9 @@ elif test "$cpu" = "s390" ; then
|
|||||||
elif test "$cpu" = "alpha" ; then
|
elif test "$cpu" = "alpha" ; then
|
||||||
echo "ARCH=alpha" >> config.mak
|
echo "ARCH=alpha" >> config.mak
|
||||||
echo "#define HOST_ALPHA 1" >> $TMPH
|
echo "#define HOST_ALPHA 1" >> $TMPH
|
||||||
|
elif test "$cpu" = "ia64" ; then
|
||||||
|
echo "ARCH=ia64" >> config.mak
|
||||||
|
echo "#define HOST_IA64 1" >> $TMPH
|
||||||
else
|
else
|
||||||
echo "Unsupported CPU"
|
echo "Unsupported CPU"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user