[OE-core] [PATCH 3/5] gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}

Khem Raj raj.khem at gmail.com
Wed Aug 13 22:48:18 UTC 2014


On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot <pab at pabigot.com> wrote:
> Apply to gcc 4.9 the recent fix to the --with-gxx-include-dir override.
>
> Original OE-Core rev: 5a2ff3e8f7cd7a47a5ab4e581847ecc4df87fca
>

this is good.

> Signed-off-by: Peter A. Bigot <pab at pabigot.com>
> ---
>  meta/recipes-devtools/gcc/gcc-4.9.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
> index 01dfde1..bdea3405e 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} \
>  "
> --
> 1.8.5.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list