From 0ecee0072ddfbab1c612ed440c1cd07085ee1f96 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 9 Mar 2015 00:47:27 +0100 Subject: [PATCH] Find libtcc1.a on arm32 The directory is called "arm", not "ARM". --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tccelf.c b/tccelf.c index 47796aa4..ff3ee89d 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"