Fix (hopefully) the last architecture casing inconsistency.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 11 Jul 2013 16:42:18 +0000 (18:42 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 11 Jul 2013 16:43:22 +0000 (18:43 +0200)
configure.in
mono/mini/Makefile.am.in

index c6203ad5891f7b7ec4b400efbb11ee1a71fe094d..9c0e6e773fab9f86f042591c2a92a72237af7f27 100644 (file)
@@ -3230,7 +3230,7 @@ AM_CONDITIONAL(MIPS, test x$TARGET = xMIPS)
 AM_CONDITIONAL(POWERPC, test x$TARGET = xPOWERPC)
 AM_CONDITIONAL(POWERPC64, test x$TARGET = xPOWERPC64)
 AM_CONDITIONAL(ARM, test x$TARGET = xARM)
-AM_CONDITIONAL(S390x, test x$TARGET = xS390x)
+AM_CONDITIONAL(S390X, test x$TARGET = xS390x)
 AM_CONDITIONAL(HOST_X86, test x$HOST = xX86)
 AM_CONDITIONAL(HOST_AMD64, test x$HOST = xAMD64)
 AM_CONDITIONAL(HOST_ARM, test x$HOST = xARM)
index 877e97d2971c094f4772f51497117b7d0e087ca9..7cb8f84a3d913ce351b1d69ef804ffabf059c540 100644 (file)
@@ -524,7 +524,7 @@ arch_built=cpu-sparc.h
 arch_define=__sparc__
 endif
 
-if S390x
+if S390X
 arch_sources = $(s390x_sources)
 arch_built=cpu-s390x.h
 arch_define=__s390__