diff mbox series

[v7,03/17] Add RISC-V entries to config.h.in

Message ID 20180127035744.10058-4-palmer@dabbelt.com
State New
Headers show
Series [v7,01/17] sysdeps/init_array: Add PREINIT_FUNCTION to crti.S | expand

Commit Message

Palmer Dabbelt Jan. 27, 2018, 3:57 a.m. UTC
These were autogenerated.

2018-01-26  Palmer Dabbelt  <palmer@sifive.com>

        * config.h.in: Regenerate.
---
 config.h.in | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/config.h.in b/config.h.in
index d928e7dd867c..b0b7cf26cb4b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -100,6 +100,11 @@ 
 /* AArch64 big endian ABI */
 #undef HAVE_AARCH64_BE
 
+/* RISC-V integer ABI for ld.so.  */
+#undef RISCV_ABI_XLEN
+
+/* RISC-V floating-point ABI for ld.so.  */
+#undef RISCV_ABI_FLEN
 
 /* Linux specific: minimum supported kernel version.  */
 #undef	__LINUX_KERNEL_VERSION