mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
gcc-configure-target: Fix sysroot option breakage I introduced (sorry)
(From OE-Core rev: ba380813c0198f95b1e786aa7f49b80c68cfe9b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
require gcc-configure-common.inc
|
require gcc-configure-common.inc
|
||||||
|
|
||||||
EXTRA_OECONF_PATHS = " \
|
EXTRA_OECONF_PATHS = " \
|
||||||
--with-sysroot=\
|
--with-sysroot=/ \
|
||||||
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
||||||
--with-gxx-include-dir=${includedir}/c++/"
|
--with-gxx-include-dir=${includedir}/c++/"
|
||||||
|
|||||||
Reference in New Issue
Block a user