On Nov 13 2020, Samuel Thibault wrote:

> diff --git a/sysdeps/mach/hurd/Makeconfig b/sysdeps/mach/hurd/Makeconfig
> index fe3b7c553e..959f23ec12 100644
> --- a/sysdeps/mach/hurd/Makeconfig
> +++ b/sysdeps/mach/hurd/Makeconfig
> @@ -5,3 +5,5 @@ static-start-installed-name = crt0.o
>  
>  # GNU libc on the Hurd is always reentrant.
>  libc-reentrant = yes
> +
> +sysdep-ld-library-path = :$(common-objpfx)/mach:$(common-objpfx)/hurd

I don't think sysdep-ld-library-path should include the leading
separator.  Instead, ld-library-path can use
$(addprefix :,$(sysdep-ld-library-path)).

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to