2012-09-06 02:28:20 +02:00
|
|
|
From c70851ae29a0c9c6671c1c0c813e043d6468f3b2 Mon Sep 17 00:00:00 2001
|
2012-05-15 14:58:40 +02:00
|
|
|
From: Ulrich Hecht <uli@suse.de>
|
|
|
|
Date: Wed, 25 Aug 2010 14:23:43 +0200
|
|
|
|
Subject: [PATCH] configure: Enable mipsn32*-linux-user builds
|
2012-08-17 18:42:52 +02:00
|
|
|
MIME-Version: 1.0
|
2012-08-29 15:26:28 +02:00
|
|
|
Content-Type: text/plain; charset=UTF-8
|
2012-08-17 18:42:52 +02:00
|
|
|
Content-Transfer-Encoding: 8bit
|
2012-05-15 14:58:40 +02:00
|
|
|
|
|
|
|
Signed-off-by: Ulrich Hecht <uli@suse.de>
|
|
|
|
[AF: Merged default-configs upstream]
|
2012-08-17 18:42:52 +02:00
|
|
|
[AF: Merged with new or32-linux-user for v1.2]
|
|
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
2012-05-15 14:58:40 +02:00
|
|
|
---
|
|
|
|
configure | 2 ++
|
|
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/configure b/configure
|
2012-08-29 15:26:28 +02:00
|
|
|
index d97fd81..ebf7a6b 100755
|
2012-05-15 14:58:40 +02:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2012-08-17 18:42:52 +02:00
|
|
|
@@ -997,6 +997,8 @@ microblaze-linux-user \
|
2012-05-15 14:58:40 +02:00
|
|
|
microblazeel-linux-user \
|
|
|
|
mips-linux-user \
|
|
|
|
mipsel-linux-user \
|
|
|
|
+mipsn32-linux-user \
|
|
|
|
+mipsn32el-linux-user \
|
2012-08-17 18:42:52 +02:00
|
|
|
or32-linux-user \
|
2012-05-15 14:58:40 +02:00
|
|
|
ppc-linux-user \
|
|
|
|
ppc64-linux-user \
|