Explicit -fno-PIE results in parts of libstdc++.a being built non-PIC, which breaks -static-libstdc++ for PIE binaries. Also requires lots of fiddling in the build system which we try to avoid. See #8842.