[PATCH 2/2] LoongArch: Add HAVE_LOONGARCH_EXPLICIT_RELOCS in config.h.in.
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu Aug 25 15:06:48 GMT 2022
On 23/08/22 09:28, caiyinyu wrote:
> ---
> config.h.in | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/config.h.in b/config.h.in
> index 43d32518ab..b182de0e91 100644
> --- a/config.h.in
> +++ b/config.h.in
> @@ -138,6 +138,9 @@
> /* LOONGARCH floating-point ABI for ld.so. */
> #undef LOONGARCH_ABI_FRLEN
>
> +/* To Indicate whether we can use explicit relocs or not. */
> +#undef HAVE_LOONGARCH_EXPLICIT_RELOCS
> +
> /* Linux specific: minimum supported kernel version. */
> #undef __LINUX_KERNEL_VERSION
>
This patch needs to be squashed with the first one to be concise (the
first one uses HAVE_LOONGARCH_EXPLICIT_RELOCS without being defined).
More information about the Libc-alpha
mailing list