diff options
Diffstat (limited to 'meta/packages/gcc/gcc-cross-initial.inc')
-rw-r--r-- | meta/packages/gcc/gcc-cross-initial.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial.inc b/meta/packages/gcc/gcc-cross-initial.inc index 124b323810..ceedb6f8a9 100644 --- a/meta/packages/gcc/gcc-cross-initial.inc +++ b/meta/packages/gcc/gcc-cross-initial.inc | |||
@@ -16,6 +16,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ | |||
16 | --program-prefix=${TARGET_PREFIX} \ | 16 | --program-prefix=${TARGET_PREFIX} \ |
17 | --with-sysroot=${STAGING_DIR_TARGET} \ | 17 | --with-sysroot=${STAGING_DIR_TARGET} \ |
18 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 18 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
19 | ${EXTRA_OECONF_INITIAL} \ | ||
19 | ${@get_gcc_fpu_setting(bb, d)}" | 20 | ${@get_gcc_fpu_setting(bb, d)}" |
20 | 21 | ||
21 | do_compile () { | 22 | do_compile () { |