mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
gcc-configure-runtime: Make sure the sysroot is configured
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,9 @@ require gcc-configure-common.inc
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
--with-local-prefix=${STAGING_DIR_TARGET}${prefix} \
|
||||
--with-gxx-include-dir=${includedir}/c++/"
|
||||
--with-gxx-include-dir=${includedir}/c++/ \
|
||||
--with-sysroot=${STAGING_DIR_TARGET} \
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET}"
|
||||
|
||||
RUNTIMETARGET = "libgcc libssp libstdc++-v3"
|
||||
# ?
|
||||
|
||||
Reference in New Issue
Block a user