]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Fix a case of sysroot with trailing / and gxx-include-dir leading slash
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Jun 2012 15:18:39 +0000 (08:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 11:50:59 +0000 (12:50 +0100)
commit51064de5fb92c53c99b21487c0ebcafeaf3cc3ad
tree1a0cf08b55d1a6d6f290cf2b89881907b8d2e364
parent7986e424995a4119b45a09767dc5100a5cdb5161
gcc: Fix a case of sysroot with trailing / and gxx-include-dir leading slash

when using --with-sysroot=/ and --with-gxx-headers=/usr/include/c++
configure eats up one leading / from gxx include dir
fixed thusly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-4.7/fix-g++-sysroot.patch [new file with mode: 0644]