summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-intermediate.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-cross-intermediate.inc')
-rw-r--r--meta/packages/gcc/gcc-cross-intermediate.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-cross-intermediate.inc b/meta/packages/gcc/gcc-cross-intermediate.inc
index 749bd36df4..ac1b502ae5 100644
--- a/meta/packages/gcc/gcc-cross-intermediate.inc
+++ b/meta/packages/gcc/gcc-cross-intermediate.inc
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
14 --program-prefix=${TARGET_PREFIX} \ 14 --program-prefix=${TARGET_PREFIX} \
15 --with-sysroot=${STAGING_DIR_TARGET} \ 15 --with-sysroot=${STAGING_DIR_TARGET} \
16 --with-build-sysroot=${STAGING_DIR_TARGET} \ 16 --with-build-sysroot=${STAGING_DIR_TARGET} \
17 ${EXTRA_OECONF_INTERMEDIATE} \
17 ${@get_gcc_fpu_setting(bb, d)}" 18 ${@get_gcc_fpu_setting(bb, d)}"
18 19
19do_compile () { 20do_compile () {