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