tccelf.c: File path component is "arm64", not "ARM64".
This commit is contained in:
parent
664c19ad5e
commit
3fb8b14806
1 changed files with 1 additions and 1 deletions
2
tccelf.c
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue