aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tccelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccelf.c b/tccelf.c
index 47796aa..ff3ee89 100644
--- a/tccelf.c
+++ b/tccelf.c
@@ -1584,7 +1584,7 @@ static inline int tcc_add_support(TCCState *s1, const char *filename)
"x86-64"
#endif
#ifdef TCC_TARGET_ARM
- "ARM"
+ "arm"
#endif
#ifdef TCC_TARGET_ARM64
"arm64"