aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 5809ec0890..c4bab816b0 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -179,7 +179,7 @@ arch_config_arm() {
TBFDARCHS="littlearm"
TCLIST="armv7a armv7-a"
TWIDTH="32"
- TSUPP="arm armv4 armv7"
+ TSUPP="arm armv4 armv7 armv7_m"
TABI="eabi"
}