public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Fix ld.so name
@ 2023-05-06 19:03 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-05-06 19:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e64b7c26d45bc54130d9381711c592d85ff5db6a

commit e64b7c26d45bc54130d9381711c592d85ff5db6a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 6 21:00:56 2023 +0200

    hurd: Fix ld.so name
    
    This was set to ld-x86-64.so.1 in gcc.

Diff:
---
 sysdeps/mach/hurd/x86_64/shlib-versions | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/mach/hurd/x86_64/shlib-versions b/sysdeps/mach/hurd/x86_64/shlib-versions
index fddbc1e395..4596ccbcd7 100644
--- a/sysdeps/mach/hurd/x86_64/shlib-versions
+++ b/sysdeps/mach/hurd/x86_64/shlib-versions
@@ -1 +1,2 @@
 DEFAULT			GLIBC_2.38
+ld=ld-x86-64.so.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-06 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06 19:03 [glibc] hurd: Fix ld.so name Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).