On Sun, Nov 18, 2012 at 09:07:07PM -0800, H.J. Lu wrote: > This patch adds explicit -I for libstdc++-v3 header files when building > libsanitizer so that it can be used for bootstrapping GCC. Othewise, > -funconfigured-libstcd++-v3 will be used to compile multilib > libsanitizer. OK to install?
Ugh, this is wrong. libstdc++ has scripts/testsuite_flags --build-includes and similar for a reason. You should use that script, instead of hardcoding it. Jakub