mirror of
https://github.com/TinyCC/tinycc.git
synced 2026-03-23 19:50:13 +00:00
Allow building an empty libtcc1 on AArch64
This commit is contained in:
@@ -107,7 +107,7 @@ union float_long {
|
||||
};
|
||||
|
||||
/* XXX: we don't support several builtin supports for now */
|
||||
#if !defined __x86_64__ && !defined __arm__ && !defined __riscv
|
||||
#if !defined __x86_64__ && !defined __arm__ && !defined __riscv && !defined __aarch64__
|
||||
|
||||
/* XXX: use gcc/tcc intrinsic ? */
|
||||
#if defined __i386__
|
||||
|
||||
Reference in New Issue
Block a user