From 4c2c2142d628b677cdce3adc70f43e5e32542370 Mon Sep 17 00:00:00 2001 From: caiyinyu Date: Tue, 19 Jul 2022 09:20:44 +0800 Subject: [PATCH] LoongArch: Add LoongArch entries to config.h.in --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index bf316439a0..43d32518ab 100644 --- a/config.h.in +++ b/config.h.in @@ -132,6 +132,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