Commit 0e7b8a9f0147e6833244331935e2ff895f96a8f8

Authored by ths
1 parent 9bbc5cc8

Also match s390x.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3106 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -53,7 +53,7 @@ case "$cpu" in
53 53 mips64)
54 54 cpu="mips64"
55 55 ;;
56   - s390)
  56 + s390*)
57 57 cpu="s390"
58 58 ;;
59 59 sparc|sun4[cdmuv])
... ...