aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-configure-target.inc
blob: 03d7a6bdddd2ce65f07a7874b2692f82aee0d0c4 (plain)
1
2
3
4
5
6
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}"