diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index faec391dcb..0523698030 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
| @@ -21,7 +21,7 @@ EXTRA_OECONF = "--with-newlib \ | |||
| 21 | --with-sysroot=${STAGING_DIR_TARGET} \ | 21 | --with-sysroot=${STAGING_DIR_TARGET} \ |
| 22 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 22 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
| 23 | ${EXTRA_OECONF_INITIAL} \ | 23 | ${EXTRA_OECONF_INITIAL} \ |
| 24 | ${@get_gcc_fpu_setting(bb, d)}" | 24 | ${EXTRA_OECONF_FPU}" |
| 25 | 25 | ||
| 26 | do_compile () { | 26 | do_compile () { |
| 27 | oe_runmake all-gcc all-target-libgcc | 27 | oe_runmake all-gcc all-target-libgcc |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc index c940e549c5..e06926d6e1 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | |||
| @@ -23,7 +23,7 @@ EXTRA_OECONF = "--enable-shared \ | |||
| 23 | --with-sysroot=${STAGING_DIR_TCBOOTSTRAP} \ | 23 | --with-sysroot=${STAGING_DIR_TCBOOTSTRAP} \ |
| 24 | --with-build-sysroot=${STAGING_DIR_TCBOOTSTRAP} \ | 24 | --with-build-sysroot=${STAGING_DIR_TCBOOTSTRAP} \ |
| 25 | ${EXTRA_OECONF_INTERMEDIATE} \ | 25 | ${EXTRA_OECONF_INTERMEDIATE} \ |
| 26 | ${@get_gcc_fpu_setting(bb, d)} \ | 26 | ${EXTRA_OECONF_FPU} \ |
| 27 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)}" | 27 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)}" |
| 28 | 28 | ||
| 29 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_HOST} ${SYSROOT_DESTDIR}/${STAGING_DIR_TARGET}/${target_base_libdir}" | 29 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_HOST} ${SYSROOT_DESTDIR}/${STAGING_DIR_TARGET}/${target_base_libdir}" |
