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

Message ID 2d568fff9c6a58a4c20784c9836080d6ab983dc4.1545194586.git.han_mao@c-sky.com
State New, archived
Headers

Commit Message

毛晗 Dec. 20, 2018, 3:02 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..15b1d63 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