add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and pc-z1 tested respectively)

This commit is contained in:
Alon Levy 2010-07-29 11:13:08 +03:00
parent a8f2925162
commit 1b0ab2027e

View File

@ -34,7 +34,7 @@ AC_SUBST(SPICE_LT_VERSION)
#
AC_MSG_CHECKING(for x86 or x86-64 platform)
case $host_cpu in
i386|i486|i586|i686|i786|k6|k7)
i386|i486|i586|i686|i786|k6|k7|arm|armv7)
variant=32
;;
x86_64)