099a9a83f6
Update to v1.4.0 final OBS-URL: https://build.opensuse.org/request/show/155597 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=128
30 lines
854 B
Diff
30 lines
854 B
Diff
From 333ed82a92d02ce4a2a8cdcacd61ccf5e496ff64 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 8789324..72a4fed 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -978,6 +978,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 \
|