commit | 76d83bde4a804e02bd944ecad648999be2f34ab7 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 18 21:22:10 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 18 21:22:10 2007 +0000 |
tree | ef459babd38974d85f1edfab46197a5573ca31dd | |
parent | 8c462f8ff580e346b0e02373e2ed47903b119c13 [diff] [blame] |
Fixes for s/390 host support, by Bastian Blank. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3693 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/configure b/configure index 205eee8..22d06b5 100755 --- a/configure +++ b/configure
@@ -356,6 +356,9 @@ ARCH_LDFLAGS="${SP_LDFLAGS}" fi ;; + s390) + ARCH_CFLAGS="-march=z900" + ;; esac if [ "$solaris" = "yes" -a "$cpu" = "x86_64" ] ; then