|
From: Ronald P. <pij...@ds...> - 2009-10-06 19:30:39
|
> | Cross-Compiler-Specific Options > | > | The following options only apply to building cross compilers. > | > | --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. > | ... > > Rather meaningless, really, in the context of a native build. However, rather harmless too. And when somebody wants to build another version of gcc, installed in another location, quite useful. Ronald |