2013-02-10 19:32:29 +01:00
|
|
|
From 37941cb10c7fd10667225e8486b94e048d345e66 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
|
2013-02-10 19:32:29 +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 ++
|
2013-02-10 19:32:29 +01:00
|
|
|
1 Datei geändert, 2 Zeilen hinzugefügt(+)
|
2012-05-15 14:58:40 +02:00
|
|
|
|
|
|
|
diff --git a/configure b/configure
|
2013-02-10 19:32:29 +01:00
|
|
|
index 8789324..72a4fed 100755
|
2012-05-15 14:58:40 +02:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2013-02-10 19:32:29 +01:00
|
|
|
@@ -978,6 +978,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 \
|