diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 422a603..f059ec0 100644 --- a/config.h.in +++ b/config.h.in @@ -106,6 +106,12 @@ /* AArch64 big endian ABI */ #undef HAVE_AARCH64_BE +/* C-SKY ABI version. */ +#undef CSKYABI + +/* C-SKY floating-point ABI. */ +#undef CSKY_HARD_FLOAT + /* RISC-V integer ABI for ld.so. */ #undef RISCV_ABI_XLEN |