aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-06-24 10:50:27 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-06-24 11:01:36 +0100
commit219ec6fe57273d24ff673d292a26e8fc6050398f (patch)
tree6d10ec5c3f9934e97227c139af2c98f6434b17ca /meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
parentc383e63617469dce76411249dba384aad21a3d9c (diff)
gcc: use fix-g++-sysroot.patch from gcc-4.7 for gcc-4.8
The c++ include paths for the configured g++ on the target are missing a leading '/' which means various headers files are not found when compiling c++ programs. This commit carries forward the existing patch from gcc-4.7 which ensures that the gcc-runtime configure stage will not drop the leading '/' when --with-sysroot is specified. Fixes https://bugs.launchpad.net/linaro-oe/+bug/1192953. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
index c789aba8..1ad93f65 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
@@ -47,6 +47,7 @@ SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.ta
file://0035-wcast-qual-PR-55383.patch \
file://gcc-4.8-PR56797.patch \
file://use-lib-for-aarch64.patch \
+ file://fix-g++-sysroot.patch \
"
SRC_URI[md5sum] = "3d95781ac0608639884f8f51e58ccc77"