# HG changeset patch # User "Yann E. MORIN" # Date 1252226731 -7200 # Node ID 0a405ac9d9cee7a3ca42294d15399c60fa9b9309 # Parent 439a6b29291753156262620330248130a736306e docs: typo in overview.txt diff -r 439a6b292917 -r 0a405ac9d9ce docs/overview.txt --- a/docs/overview.txt Fri Sep 04 17:27:16 2009 +0200 +++ b/docs/overview.txt Sun Sep 06 10:45:31 2009 +0200 @@ -398,7 +398,7 @@ 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 @@ 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