qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 13/62] tcg-s390: Add -m64 and -march to s390x compil


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 13/62] tcg-s390: Add -m64 and -march to s390x compilation.
Date: Thu, 27 May 2010 13:45:55 -0700

Signed-off-by: Richard Henderson <address@hidden>
---
 configure |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index e2b389d..72d3df8 100755
--- a/configure
+++ b/configure
@@ -697,7 +697,11 @@ case "$cpu" in
            fi
            ;;
     s390)
-           QEMU_CFLAGS="-march=z900 $QEMU_CFLAGS"
+           QEMU_CFLAGS="-march=z990 $QEMU_CFLAGS"
+           ;;
+    s390x)
+           QEMU_CFLAGS="-m64 -march=z9-109 $QEMU_CFLAGS"
+           LDFLAGS="-m64 $LDFLAGS"
            ;;
     i386)
            QEMU_CFLAGS="-m32 $QEMU_CFLAGS"
-- 
1.7.0.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]