mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-20 20:04:20 +08:00
Allow building an empty libtcc1 on AArch64
This commit is contained in:
parent
abb2f394dd
commit
1cb0a3d52a
@ -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__
|
||||
|
||||
Loading…
Reference in New Issue
Block a user