a9a3f56504
Update to v1.2.0-rc3 and pick up two patches from kvm package for SUSE Studio ppc OBS-URL: https://build.opensuse.org/request/show/132610 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=105
30 lines
859 B
Diff
30 lines
859 B
Diff
From 4d6b5adbac7c86e1f4491a1c9c80ad0fe7fb8684 Mon Sep 17 00:00:00 2001
|
|
From: Ulrich Hecht <uli@suse.de>
|
|
Date: Wed, 25 Aug 2010 14:23:43 +0200
|
|
Subject: [PATCH] configure: Enable mipsn32*-linux-user builds
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Ulrich Hecht <uli@suse.de>
|
|
[AF: Merged default-configs upstream]
|
|
[AF: Merged with new or32-linux-user for v1.2]
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
|
---
|
|
configure | 2 ++
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index d97fd81..ebf7a6b 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -997,6 +997,8 @@ microblaze-linux-user \
|
|
microblazeel-linux-user \
|
|
mips-linux-user \
|
|
mipsel-linux-user \
|
|
+mipsn32-linux-user \
|
|
+mipsn32el-linux-user \
|
|
or32-linux-user \
|
|
ppc-linux-user \
|
|
ppc64-linux-user \
|