configure: Set TARGET=S390X instead of S390x for consistency.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 10 Jul 2013 04:47:02 +0000 (06:47 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 10 Jul 2013 04:56:51 +0000 (06:56 +0200)
configure.in

index cfe86a63b84f30c9275c6259d2fc9782d2d0f1eb..0a4e1baa5471d35d062d67dac51529e8cb5f2a83 100644 (file)
@@ -2616,7 +2616,7 @@ case "$host" in
 #              AOT_SUPPORTED="no"
 #              ;;
        s390x-*-linux*)
-               TARGET=S390x;
+               TARGET=S390X;
                arch_target=s390x;
                ACCESS_UNALIGNED="yes"
                JIT_SUPPORTED=yes