How to get libstdc++-v3 installed to the SYSROOT?
Posted: Thu Mar 19, 2015 2:29 am
Hey guys,
I'm building my toolchain as described here: http://ghostkernel.org/documentation/toolchain
I'm telling gcc to build with a sysroot when I configure it, the sysroot is used by the created compiler for lookup and it works well with the C library & Ghost-API installed there, but the problem is that libstdc++-v3 always ends up in /ghost/i686-ghost/ instead of /ghost/sysroot/usr/.
How do I have to ./configure gcc so it installs it into the sysroot?
Greets,
Max
I'm building my toolchain as described here: http://ghostkernel.org/documentation/toolchain
I'm telling gcc to build with a sysroot when I configure it, the sysroot is used by the created compiler for lookup and it works well with the C library & Ghost-API installed there, but the problem is that libstdc++-v3 always ends up in /ghost/i686-ghost/ instead of /ghost/sysroot/usr/.
How do I have to ./configure gcc so it installs it into the sysroot?
Greets,
Max