diff mbox series

[v3,06/19] Add RISC-V entries to config.h.in

Message ID 20171227060534.3998-7-palmer@dabbelt.com
State New
Headers show
Series [v3,01/19] Avoid race conditions when rebuilding librt.so | expand

Commit Message

Palmer Dabbelt Dec. 27, 2017, 6:05 a.m. UTC
These were autogenerated.
---
 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