aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-initial.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-cross-initial.inc')
-rw-r--r--recipes/gcc/gcc-cross-initial.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-cross-initial.inc b/recipes/gcc/gcc-cross-initial.inc
index 97002f9784..b153322f71 100644
--- a/recipes/gcc/gcc-cross-initial.inc
+++ b/recipes/gcc/gcc-cross-initial.inc
@@ -12,11 +12,10 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
--disable-multilib \
--disable-__cxa_atexit \
--enable-languages=c \
- --enable-target-optspace \
--program-prefix=${TARGET_PREFIX} \
- --with-sysroot=${STAGING_DIR_TARGET} \
- --with-build-sysroot=${STAGING_DIR_TARGET} \
+ ${EXTRA_OECONF_PATHS} \
${EXTRA_OECONF_INITIAL} \
+ ${OPTSPACE} \
${@get_gcc_fpu_setting(bb, d)} \
${@get_gcc_mips_plt_setting(bb, d)}"