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:19:51 +0100 |
commit | 5fec278316fa9466241b9134c4553bad6db1c1a9 (patch) | |
tree | 96cd8bacda53c99f9080fb9dc13c45ae3e4d12f5 /meta | |
parent | c89443e0f98249b9f9ea33f686c27babe35fd024 (diff) | |
download | openembedded-core-5fec278316fa9466241b9134c4553bad6db1c1a9.tar.gz openembedded-core-5fec278316fa9466241b9134c4553bad6db1c1a9.tar.bz2 openembedded-core-5fec278316fa9466241b9134c4553bad6db1c1a9.zip |
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
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " EXTRA_OECONF_PATHS = "\ - --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ + --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET} \ " |