[oe-commits] [openembedded-core] 05/08: gcc: make sure header path is set correctly

git at git.openembedded.org git at git.openembedded.org
Wed Jul 6 16:28:38 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 463909e876a66555d5df628591bace8cea0a6b0c
Author: Anuj Mittal <anujx.mittal at intel.com>
AuthorDate: Thu Jun 30 10:57:12 2016 +0800

    gcc: make sure header path is set correctly
    
    We're setting the native header paths in do_configure_prepend,
    and don't need to set them again here.
    
    This results in gcc-target not being able to locate the headers
    and not being able to detect glibc version, which in turn
    results in SSP support not getting detected even though it's available
    in libc.
    
    Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 85630aa894278e7818c867179dc19ca2fbd994fc)
    Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-target.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index b8dabe5..de99a0d 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -4,7 +4,6 @@ require gcc-configure-common.inc
 EXTRA_OECONF_PATHS = "\
     --with-sysroot=/ \
     --with-build-sysroot=${STAGING_DIR_TARGET} \
-    --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \
     --with-gxx-include-dir=${includedir}/c++/${BINV} \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list