[v2,02/14] LoongArch: Add LoongArch entries to config.h.in

Message ID 20211231064455.1030051-3-caiyinyu@loongson.cn
State Superseded
Headers
Series GLIBC LoongArch PATCHES |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

caiyinyu Dec. 31, 2021, 6:44 a.m. UTC
  ---
 config.h.in | 6 ++++++
 1 file changed, 6 insertions(+)
  

Patch

diff --git a/config.h.in b/config.h.in
index 82ade1cec4..d790c22da3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -135,6 +135,12 @@ 
 /* RISC-V floating-point ABI for ld.so.  */
 #undef RISCV_ABI_FLEN
 
+/* LOONGARCH integer ABI for ld.so.  */
+#undef LOONGARCH_ABI_GRLEN
+
+/* LOONGARCH floating-point ABI for ld.so.  */
+#undef LOONGARCH_ABI_FRLEN
+
 /* Linux specific: minimum supported kernel version.  */
 #undef	__LINUX_KERNEL_VERSION