mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Typo
This commit is contained in:
parent
6fec3f51e7
commit
acde0a383a
@ -142,7 +142,7 @@ cd build</userinput></screen>
|
|||||||
for a dynamic linker to perform symbol lookup. On LFS the dynamic
|
for a dynamic linker to perform symbol lookup. On LFS the dynamic
|
||||||
linker (provided by the Glibc package) will always use the
|
linker (provided by the Glibc package) will always use the
|
||||||
GNU-style hash table which is faster to query. So the classic
|
GNU-style hash table which is faster to query. So the classic
|
||||||
ELF hash table is completely useless. This makes the the linker
|
ELF hash table is completely useless. This makes the linker
|
||||||
only generate the GNU-style hash table by default, so we can avoid
|
only generate the GNU-style hash table by default, so we can avoid
|
||||||
wasting time to generate the classic ELF hash table when we build
|
wasting time to generate the classic ELF hash table when we build
|
||||||
the packages, or wasting disk space to store it.</para>
|
the packages, or wasting disk space to store it.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user