diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-04 19:43:29 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-04 19:43:29 +0000 |
| commit | 3fb8b1480679d00db9617cb9baaa83608500dcbe (patch) | |
| tree | 2d98e39ba108e38306df18c273f4c5091f39611b /tccelf.c | |
| parent | 664c19ad5ef16f3463087a33ecfe5d5ac24f81ec (diff) | |
| download | tinycc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
