diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-08-14 14:05:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:49 +0100 |
commit | 46a812f3190f695efc9f5a01bea8f4b612c71ec0 (patch) | |
tree | 378e4b8a54a30192da7bc986951f8d0080f7b1b7 /meta/recipes-devtools/gcc/gcc-4.9.inc | |
parent | 7b8b0af1d8ae73077514a6c3759de498827c62d6 (diff) | |
download | poky-46a812f3190f695efc9f5a01bea8f4b612c71ec0.tar.gz |
gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}
Apply to gcc 4.9 the recent fix to the --with-gxx-include-dir override.
Original OE-Core rev: 5a2ff3e8f7cd7a47a5ab4e581847ecc4df87fca
(From OE-Core rev: 5fec278316fa9466241b9134c4553bad6db1c1a9)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 01dfde16a2..bdea3405ea 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -120,7 +120,7 @@ EXTRA_OECONF_INTERMEDIATE = "\ | |||
120 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 120 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
121 | 121 | ||
122 | EXTRA_OECONF_PATHS = "\ | 122 | EXTRA_OECONF_PATHS = "\ |
123 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ | 123 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ |
124 | --with-sysroot=${STAGING_DIR_TARGET} \ | 124 | --with-sysroot=${STAGING_DIR_TARGET} \ |
125 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 125 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
126 | " | 126 | " |