mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
678acc1775
commit
653ead1781
@ -192,9 +192,9 @@
|
|||||||
sure-fire way to determine the name of the dynamic linker is to inspect a
|
sure-fire way to determine the name of the dynamic linker is to inspect a
|
||||||
random binary from the host system by running: <userinput>readelf -l
|
random binary from the host system by running: <userinput>readelf -l
|
||||||
<name of binary> | grep interpreter</userinput> and noting the
|
<name of binary> | grep interpreter</userinput> and noting the
|
||||||
output. The authoritative reference covering all platforms is in the
|
output. The authoritative reference covering all platforms is in
|
||||||
<filename>shlib-versions</filename> file in the root of the glibc source
|
<ulink url='https://sourceware.org/glibc/wiki/ABIList'>a Glibc wiki
|
||||||
tree.</para>
|
page</ulink>.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>In order to fake a cross-compilation in LFS, the name of the host triplet
|
<para>In order to fake a cross-compilation in LFS, the name of the host triplet
|
||||||
|
Loading…
Reference in New Issue
Block a user