diff options
Diffstat (limited to 'util/xcompile')
-rw-r--r-- | util/xcompile/xcompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index d75d5dff2d..fdc521338d 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -143,7 +143,7 @@ trap clean_up EXIT SUPPORTED_ARCHITECTURE="x86 armv7" # ARM Architecture -TARCH_armv7="armv7a" +TARCH_armv7="armv7" TBFDARCH_armv7="littlearm" TCLIST_armv7="armv7a" TWIDTH_armv7="32" |