mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 21:03:10 +00:00
add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and pc-z1 tested respectively)
This commit is contained in:
parent
a8f2925162
commit
1b0ab2027e
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user