mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
docs: typo in overview.txt
This commit is contained in:
parent
85b96f88fe
commit
33144a6438
@ -398,7 +398,7 @@ toolchain.
|
||||
|
||||
The libraries are built as shared libraries, because building them as static
|
||||
libraries has some short-comings. This poses no problem at build time, as
|
||||
crosstool-NG correctly points gcc (and binutiols and gdb) to the correct
|
||||
crosstool-NG correctly points gcc (and binutils and gdb) to the correct
|
||||
place where our own version of the libraries are installed. But it poses
|
||||
a problem when gcc et al. are run: the place where the libraries are is most
|
||||
probably not known to the host dynamic linker. Still worse, if the host system
|
||||
@ -408,7 +408,7 @@ So we have to force the dynamic linker to load the correct version. We do this
|
||||
by using the LD_LIBRARY_PATH variable, that informs the dynamic linker where
|
||||
to look for shared libraries prior to searching its standard places. But we
|
||||
can't impose that burden on all the system (because it'd be a nightmare to
|
||||
configure, and because two tolchains on the same system may use different
|
||||
configure, and because two toolchains on the same system may use different
|
||||
versions of the libraries); so we have to do it on a per-toolchain basis.
|
||||
|
||||
So we rename all binaries of the toolchain (by adding a dot '.' as their first
|
||||
|
Loading…
Reference in New Issue
Block a user