mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
gcc-configure-common: Use build time sysroot for target gcc
Otherwise it assumes / as sysroot on build host and starts searching for directories in there. [RP: Tweak to add missing = for consistent syntax] (From OE-Core rev: d132bcc41d9956f8cc171e34232d991e2b444689) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
require gcc-configure-common.inc
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
--with-sysroot=\
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
||||
--with-gxx-include-dir=${includedir}/c++/"
|
||||
|
||||
Reference in New Issue
Block a user