mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-09 21:08:41 +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 */
|
/* 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 ? */
|
/* XXX: use gcc/tcc intrinsic ? */
|
||||||
#if defined __i386__
|
#if defined __i386__
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user