2012-12-05 14:18:02 +01:00
|
|
|
From 39d021f3946fe2941f3634d59c5dccd8b8f4f686 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-12-13 11:49:19 +01: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 ++
|
2012-12-13 11:49:19 +01:00
|
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
2012-05-15 14:58:40 +02:00
|
|
|
|
|
|
|
diff --git a/configure b/configure
|
2012-12-05 14:18:02 +01:00
|
|
|
index 994f731..401f369 100755
|
2012-05-15 14:58:40 +02:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2012-11-27 21:42:06 +01:00
|
|
|
@@ -952,6 +952,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 \
|