aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-03-04 19:43:29 +0000
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-03-04 19:43:29 +0000
commit3fb8b1480679d00db9617cb9baaa83608500dcbe (patch)
tree2d98e39ba108e38306df18c273f4c5091f39611b /tccelf.c
parent664c19ad5ef16f3463087a33ecfe5d5ac24f81ec (diff)
downloadtinycc-3fb8b1480679d00db9617cb9baaa83608500dcbe.tar.gz
tinycc-3fb8b1480679d00db9617cb9baaa83608500dcbe.tar.bz2
tccelf.c: File path component is "arm64", not "ARM64".
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 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"