mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:14:28 +00:00
gcc-configure-runtime: Make sure the sysroot is configured
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
7dcf1e47b7
commit
fe37d679e0
@ -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"
|
||||
# ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user