aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-configure-target.inc
blob: 24b9a16f84629735c8170fe775cdef76211da03d (plain)
1
2
3
4
5
6
7
8
require gcc-configure-common.inc

EXTRA_OECONF_PATHS = " \
    --with-local-prefix=${prefix}/local \
    --with-gxx-include-dir=${includedir}/c++/${BINV} \
    --with-build-sysroot=${STAGING_DIR_HOST} \
   "
CONFIGUREOPTS := "${@oe_filter_out('--with-sysroot', '${CONFIGUREOPTS}', d)}"