mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 21:59:42 +01:00
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. (From OE-Core master rev: 85630aa894278e7818c867179dc19ca2fbd994fc) (From OE-Core rev: f28840de3912c805acde8d11188f0c48617678ab) Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
96456b15ea
commit
64b9c83b0c
@@ -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} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user