[v4,11/13] C-SKY: Add ABI definitions in config.h.in

Message ID c5206c7d5b3e7cec23c0fc07c42a493f9e44749e.1536720821.git.han_mao@c-sky.com
State New, archived
Headers

Commit Message

毛晗 Sept. 12, 2018, 2:56 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