summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-configure-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-common.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index 24ba8ce75f..bb4f6923f2 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -17,6 +17,8 @@ GCCTHREADS ?= "posix"
17 17
18GCCPIE ??= "" 18GCCPIE ??= ""
19 19
20SYMVERS_CONF ?= "--enable-symvers=gnu"
21
20EXTRA_OECONF = "\ 22EXTRA_OECONF = "\
21 ${@['--enable-clocale=generic', ''][d.getVar('USE_NLS') != 'no']} \ 23 ${@['--enable-clocale=generic', ''][d.getVar('USE_NLS') != 'no']} \
22 --with-gnu-ld \ 24 --with-gnu-ld \
@@ -27,7 +29,7 @@ EXTRA_OECONF = "\
27 ${GCCPIE} \ 29 ${GCCPIE} \
28 --enable-c99 \ 30 --enable-c99 \
29 --enable-long-long \ 31 --enable-long-long \
30 --enable-symvers=gnu \ 32 ${SYMVERS_CONF} \
31 --enable-libstdcxx-pch \ 33 --enable-libstdcxx-pch \
32 --program-prefix=${TARGET_PREFIX} \ 34 --program-prefix=${TARGET_PREFIX} \
33 --without-local-prefix \ 35 --without-local-prefix \