aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2015-03-09 00:47:27 +0100
committerMichael Matz <matz@suse.de>2015-03-09 00:47:27 +0100
commit0ecee0072ddfbab1c612ed440c1cd07085ee1f96 (patch)
tree2b74e50ca129241bba119d8208bdc77d639cd02d /tccelf.c
parent50899e30abf3cbd71a09ecc03b2e172f6ba5d4f4 (diff)
downloadtinycc-0ecee0072ddfbab1c612ed440c1cd07085ee1f96.tar.gz
tinycc-0ecee0072ddfbab1c612ed440c1cd07085ee1f96.tar.bz2
Find libtcc1.a on arm32
The directory is called "arm", not "ARM".
Diffstat (limited to 'tccelf.c')
-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"