[v7,10/12] C-SKY: Add ABI definitions in config.h.in

Message ID cfb0e2b7a2613084105fdfd36cea22f7bd49511c.1544151747.git.han_mao@c-sky.com
State New, archived
Headers

Commit Message

毛晗 Dec. 10, 2018, 1:27 a.m. UTC
  * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define.
---
 config.h.in | 6 ++++++
 1 file changed, 6 insertions(+)
  

Patch

diff --git a/config.h.in b/config.h.in
index 141db21..b60dc30 100644
--- a/config.h.in
+++ b/config.h.in
@@ -100,6 +100,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