summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-20 08:18:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:04 +0100
commitc0b54eb457b682b082d7cd4ebc5d1801eaeba85f (patch)
tree4d078f82736085e5b3f0667e68306e4b2dd802a8 /meta/recipes-devtools/gcc/gcc-4.7.inc
parent7fb442a320d7fd0ebe43ce090cf1f3a1525cb6d1 (diff)
downloadpoky-c0b54eb457b682b082d7cd4ebc5d1801eaeba85f.tar.gz
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 (From OE-Core rev: 51064de5fb92c53c99b21487c0ebcafeaf3cc3ad) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 25a1088623..65153b3b80 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -67,6 +67,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
67 file://mips64-default-n64.patch \ 67 file://mips64-default-n64.patch \
68 file://arm-hard-float-loader.patch \ 68 file://arm-hard-float-loader.patch \
69 file://gcc-argument-list-too-long.patch \ 69 file://gcc-argument-list-too-long.patch \
70 file://fix-g++-sysroot.patch \
70 " 71 "
71 72
72S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" 73S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}"