diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index dc44cc9f08..3cc5efab33 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -19,7 +19,7 @@ LANGUAGES ?= "c,c++${FORTRAN}${JAVA}" | |||
19 | # when linking shared libraries further in the build like (gnutls) | 19 | # when linking shared libraries further in the build like (gnutls) |
20 | 20 | ||
21 | SPECIAL_ARCH_LIST = "powerpc" | 21 | SPECIAL_ARCH_LIST = "powerpc" |
22 | OPTSPACE = '${@base_contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)}' | 22 | OPTSPACE = '${@bb.utils.contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)}' |
23 | 23 | ||
24 | EXTRA_OECONF_BASE ?= "" | 24 | EXTRA_OECONF_BASE ?= "" |
25 | EXTRA_OECONF_PATHS ?= "" | 25 | EXTRA_OECONF_PATHS ?= "" |