Dear developers, I read the chapter `Configure' from the `Installing GCC' documentation today (http://gcc.gnu.org/install/configure.html) and found the following passage:
--with-sysroot --with-sysroot=dir Tells GCC to consider dir as the root of a tree that contains a (subset of) the root filesystem of the target operating system. I think `contains a (subset of) the root' should be written `contains (a subset of) the root'. Christophe