Revert, will remove both linux-gnu, but needs some work
authorMiguel de Icaza <miguel@gnome.org>
Thu, 21 Jan 2010 00:33:02 +0000 (00:33 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 21 Jan 2010 00:33:02 +0000 (00:33 -0000)
svn path=/trunk/mono/; revision=149946

configure.in

index 694e233c9b6afb1a9b9a0eb619a9e2a8e9479da7..94b68d9cbeda2453ffd9d9c797a0e44ed755ef97 100644 (file)
@@ -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