diff mbox series

[v6,02/13] LoongArch: Add LoongArch entries to config.h.in

Message ID 20220708065255.2316410-3-caiyinyu@loongson.cn
State New
Headers show
Series GLIBC LoongArch PATCHES | expand

Commit Message

caiyinyu July 8, 2022, 6:52 a.m. UTC
---
 config.h.in | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Adhemerval Zanella July 12, 2022, 6:51 p.m. UTC | #1
LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

On 08/07/22 03:52, caiyinyu wrote:
> ---
>   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
>
diff mbox series

Patch

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