From 653ead1781c5dda7de0bd7395a5eeb89db7e2191 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 5 Aug 2024 12:08:18 +0800 Subject: [PATCH] toolchaintechnotes: Refer to Glibc wiki instead of shlib-versions The list of dynamic linkers is removed in shlib-versions since 2014. Link: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=ba90e05052ce --- part3intro/toolchaintechnotes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index 6deffe91c..3714596fc 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -192,9 +192,9 @@ sure-fire way to determine the name of the dynamic linker is to inspect a random binary from the host system by running: readelf -l <name of binary> | grep interpreter and noting the - output. The authoritative reference covering all platforms is in the - shlib-versions file in the root of the glibc source - tree. + output. The authoritative reference covering all platforms is in + a Glibc wiki + page. In order to fake a cross-compilation in LFS, the name of the host triplet