mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix a missing space
This commit is contained in:
parent
db3c501657
commit
ab824a51d1
@ -166,7 +166,7 @@
|
|||||||
provided by Glibc finds and loads the shared libraries needed by a
|
provided by Glibc finds and loads the shared libraries needed by a
|
||||||
program, prepares the program to run, and then runs it. The name of the
|
program, prepares the program to run, and then runs it. The name of the
|
||||||
dynamic linker for a 32-bit Intel machine is <filename
|
dynamic linker for a 32-bit Intel machine is <filename
|
||||||
class="libraryfile">ld-linux.so.2</filename> and is<filename
|
class="libraryfile">ld-linux.so.2</filename> and is <filename
|
||||||
class="libraryfile">ld-linux-x86-64.so.2</filename> for 64-bit systems. A
|
class="libraryfile">ld-linux-x86-64.so.2</filename> for 64-bit systems. A
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user