tccelf.c: File path component is "arm64", not "ARM64".

This commit is contained in:
Edmund Grimley Evans 2015-03-04 19:43:29 +00:00
parent 664c19ad5e
commit 3fb8b14806

View file

@ -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"