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, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index 6e2f25b562..7197447080 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 = "\ | |||
21 | --enable-languages=c \ | 21 | --enable-languages=c \ |
22 | ${OPTSPACE} \ | 22 | ${OPTSPACE} \ |
23 | --program-prefix=${TARGET_PREFIX} \ | 23 | --program-prefix=${TARGET_PREFIX} \ |
24 | --with-sysroot=${STAGING_DIR_TARGET} \ | 24 | --with-sysroot=/not/exist \ |
25 | --with-build-sysroot=${GCCCROSS_BUILDSYSROOT} \ | 25 | --with-build-sysroot=${GCCCROSS_BUILDSYSROOT} \ |
26 | ${EXTRA_OECONF_INITIAL} \ | 26 | ${EXTRA_OECONF_INITIAL} \ |
27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ |