diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 908ad3eb2a..4eb59fd583 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc @@ -26,12 +26,13 @@ EXTRA_OECONF_INITIAL ?= ""  EXTRA_OECONF_INTERMEDIATE ?= ""  GCCMULTILIB = "--disable-multilib" +GCCTHREADS ?= "posix"  EXTRA_OECONF = "${@['--enable-clocale=generic', ''][d.getVar('USE_NLS', True) != 'no']} \                  --with-gnu-ld \                  --enable-shared \                  --enable-languages=${LANGUAGES} \ -                --enable-threads=posix \ +                --enable-threads=${GCCTHREADS} \                  ${GCCMULTILIB} \                  --enable-c99 \                  --enable-long-long \ | 
