diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-initial.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index 1ac1db6eac..81845386f9 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
| @@ -24,6 +24,8 @@ EXTRA_OECONF = "--with-newlib \ | |||
| 24 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ | 24 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ |
| 25 | ${EXTRA_OECONF_FPU}" | 25 | ${EXTRA_OECONF_FPU}" |
| 26 | 26 | ||
| 27 | EXTRA_OECONF += " --with-native-system-header-dir=${SYSTEMHEADERS} " | ||
| 28 | |||
| 27 | GCCCROSS_BUILDSYSROOT = "${B}/tmpsysroot" | 29 | GCCCROSS_BUILDSYSROOT = "${B}/tmpsysroot" |
| 28 | 30 | ||
| 29 | do_configure_prepend () { | 31 | do_configure_prepend () { |
