Allow 'ios' as the os part of the target triple on ARM.
authorZoltan Varga <vargaz@gmail.com>
Tue, 26 Feb 2013 21:43:41 +0000 (22:43 +0100)
committerZoltan Varga <vargaz@gmail.com>
Tue, 26 Feb 2013 21:43:53 +0000 (22:43 +0100)
mono/mini/mini-arm.c

index 76534be2c6446bdff60ea350ff5d1e13fab3f94f..ec1d943550dc4709ecf246f9ced46a72ea25c3b8 100644 (file)
@@ -6563,7 +6563,7 @@ mono_arch_set_target (char *mtriple)
        if (strstr (mtriple, "armv6")) {
                v6_supported = TRUE;
        }
-       if (strstr (mtriple, "darwin")) {
+       if (strstr (mtriple, "darwin") || strstr (mtriple, "ios")) {
                v5_supported = TRUE;
                thumb_supported = TRUE;
                darwin = TRUE;