Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2010-01-21 03:33:02 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-01-21 03:33:02 +0300
commit3fb7f4ceeb49d4a078088b301751f16509179169 (patch)
tree69f67ffff530576dc0530548a2fac96b55c157c8 /configure.in
parent4312bde7bd811d15deaf7f7fa61ceb365d2a0269 (diff)
Revert, will remove both linux-gnu, but needs some work
svn path=/trunk/mono/; revision=149946
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 694e233c9b6..94b68d9cbed 100644
--- a/configure.in
+++ b/configure.in
@@ -2134,7 +2134,7 @@ esac
if test "x$host" != "x$target"; then
case "$target" in
- powerpc64-ps3-linux*)
+ powerpc64-ps3-linux-gnu)
TARGET=POWERPC64
arch_target=powerpc64
AC_DEFINE(TARGET_PS3, 1, [...])
@@ -2147,7 +2147,7 @@ if test "x$host" != "x$target"; then
target_byte_order=G_BIG_ENDIAN
;;
- powerpc64-xbox360-linux*)
+ powerpc64-xbox360-linux-gnu)
TARGET=POWERPC64
arch_target=powerpc64
AC_DEFINE(TARGET_XBOX360, 1, [...])
@@ -2158,7 +2158,7 @@ if test "x$host" != "x$target"; then
target_byte_order=G_BIG_ENDIAN
;;
*)
- AC_MSG_ERROR([Cross compiling is only supported for targets matching 'powerpc64-{ps3,xbox360}-linux'])
+ AC_MSG_ERROR([Cross compiling is only supported for targets matching 'powerpc64-{ps3,xbox360}-linux-gnu'])
esac
fi