diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 21:22:10 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 21:22:10 +0000 |
commit | 76d83bde4a804e02bd944ecad648999be2f34ab7 (patch) | |
tree | ef459babd38974d85f1edfab46197a5573ca31dd /configure | |
parent | 8c462f8ff580e346b0e02373e2ed47903b119c13 (diff) | |
download | qemu-76d83bde4a804e02bd944ecad648999be2f34ab7.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -356,6 +356,9 @@ case $cpu in ARCH_LDFLAGS="${SP_LDFLAGS}" fi ;; + s390) + ARCH_CFLAGS="-march=z900" + ;; esac if [ "$solaris" = "yes" -a "$cpu" = "x86_64" ] ; then |