aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/arm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arm')
-rw-r--r--runtime/arm/sysdeps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/arm/sysdeps.h b/runtime/arm/sysdeps.h
index ae59f977..0c873f95 100644
--- a/runtime/arm/sysdeps.h
+++ b/runtime/arm/sysdeps.h
@@ -86,6 +86,8 @@ f:
.syntax unified
#if defined(MODEL_armv6)
.arch armv6
+#elif defined(MODEL_armv6t2)
+ .arch armv6t2
#elif defined(MODEL_armv7a)
.arch armv7-a
#elif defined(MODEL_armv7r)