Re: [PATCH] Use explicit -I for libstdc++-v3 header files to build libsanitizer

2012-11-19 Thread H.J. Lu
On Mon, Nov 19, 2012 at 12:09 AM, Jakub Jelinek wrote: > 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

Re: [PATCH] Use explicit -I for libstdc++-v3 header files to build libsanitizer

2012-11-19 Thread Jakub Jelinek
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?

[PATCH] Use explicit -I for libstdc++-v3 header files to build libsanitizer

2012-11-18 Thread H.J. Lu
Hi, 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? Thanks. H.J. --- 2012-11-18 H.J. Lu * Makefile