summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 08:59:03 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:24:57 -0800
commit4215e27674de95a564087a3841873f3d980d4764 (patch)
tree2dfd38e922dfef68e68c00de07db51654c6057ab /config.h.in
parent40ca951bdb804bc42c0e1b06c20a48da98667e03 (diff)
Add RISC-V entries to config.h.in
These were autogenerated. 2018-01-29 Palmer Dabbelt <palmer@sifive.com> * config.h.in: Regenerate.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d928e7dd86..b0b7cf26cb 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