From 3fb8b1480679d00db9617cb9baaa83608500dcbe Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Wed, 4 Mar 2015 19:43:29 +0000 Subject: [PATCH] tccelf.c: File path component is "arm64", not "ARM64". --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tccelf.c b/tccelf.c index 9c2ce6f..47796aa 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1587,7 +1587,7 @@ static inline int tcc_add_support(TCCState *s1, const char *filename) "ARM" #endif #ifdef TCC_TARGET_ARM64 - "ARM64" + "arm64" #endif #ifdef TCC_TARGET_C67 "C67"