aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index c80bb4f..52afca7 100644
--- a/tcc.c
+++ b/tcc.c
@@ -203,6 +203,8 @@ static void display_info(TCCState *s, int what)
# endif
#elif defined TCC_TARGET_ARM
"ARM"
+#elif defined TCC_TARGET_ARM64
+ "AArch64"
# ifdef TCC_ARM_HARDFLOAT
" Hard Float"
# endif