blob: 5f608d6bdfc06c7aa15511cd00264b2081ccb8a2 (
plain)
1
2
3
4
5
6
7
8
|
GCCMULTILIB = "--enable-multilib"
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++/ --enable-dependency-tracking"
|