Hi, When I compile gcc as a cross-compiler with c++ enabled, it automatic configures, make and install libstdc++ for my target. This works fine, libstdc++ are compiled for my target and install in the sysroot. But how can I get libstdc++ configured and compiled with options such as --enable-wchar_t or -fno-rtti. Best regards Allan W. Nielsen