docs/overview.txt
changeset 1513 0a405ac9d9ce
parent 1493 0dce3a3986a1
child 1551 8c40b842e798
     1.1 --- a/docs/overview.txt	Sun Aug 30 00:27:12 2009 +0200
     1.2 +++ b/docs/overview.txt	Sun Sep 06 10:45:31 2009 +0200
     1.3 @@ -398,7 +398,7 @@
     1.4  
     1.5  The libraries are built as shared libraries, because building them as static
     1.6  libraries has some short-comings. This poses no problem at build time, as
     1.7 -crosstool-NG correctly points gcc (and binutiols and gdb) to the correct
     1.8 +crosstool-NG correctly points gcc (and binutils and gdb) to the correct
     1.9  place where our own version of the libraries are installed. But it poses
    1.10  a problem when gcc et al. are run: the place where the libraries are is most
    1.11  probably not known to the host dynamic linker. Still worse, if the host system
    1.12 @@ -408,7 +408,7 @@
    1.13  by using the LD_LIBRARY_PATH variable, that informs the dynamic linker where
    1.14  to look for shared libraries prior to searching its standard places. But we
    1.15  can't impose that burden on all the system (because it'd be a nightmare to
    1.16 -configure, and because two tolchains on the same system may use different
    1.17 +configure, and because two toolchains on the same system may use different
    1.18  versions of the libraries); so we have to do it on a per-toolchain basis.
    1.19  
    1.20  So we rename all binaries of the toolchain (by adding a dot '.' as their first