diff options
Diffstat (limited to 'util/xcompile')
-rwxr-xr-x | util/xcompile/xcompile | 2 |
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" } |