4cfa16aa75
Update to v1.3.0 OBS-URL: https://build.opensuse.org/request/show/144304 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=121
30 lines
854 B
Diff
30 lines
854 B
Diff
From 39d021f3946fe2941f3634d59c5dccd8b8f4f686 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 Datei geändert, 2 Zeilen hinzugefügt(+)
|
|
|
|
diff --git a/configure b/configure
|
|
index 994f731..401f369 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -952,6 +952,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 \
|