[oe-commits] [openembedded-core] 16/20: gcc-target: Do not set --with-sysroot and gxx-include-dir paths

git at git.openembedded.org git at git.openembedded.org
Tue May 7 09:24:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 8a71e7ac2bd837f91c40f8547b657415c1070d2d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon May 6 10:51:36 2019 -0700

    gcc-target: Do not set --with-sysroot and gxx-include-dir paths
    
    These options are not needed on target infact since the defaults would
    be good enough for compiler to find the relevant headers and libraries
    from compiler runtime
    
    with gcc9 it starts to strip the sysroot from gxx-include-dir which
    means it tries to look for gxx headers in localdir
    
    ignoring nonexistent directory "usr/include/c++/9.0.1"
    ignoring nonexistent directory "usr/include/c++/9.0.1/arm-yoe-linux-gnueabi"
    ignoring nonexistent directory "usr/include/c++/9.0.1/backward"
    
    instead of sysroot
    
    Removing these options make it behave normal
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-target.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index 6270059..bdc6ff6 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -2,9 +2,7 @@ GCCMULTILIB = "--enable-multilib"
 require gcc-configure-common.inc
 
 EXTRA_OECONF_PATHS = "\
-    --with-sysroot=/ \
     --with-build-sysroot=${STAGING_DIR_TARGET} \
-    --with-gxx-include-dir=${includedir}/c++/${BINV} \
 "
 
 EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"

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


More information about the Openembedded-commits mailing list