diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 63fa1d9686..e2ce234aa1 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -22,6 +22,8 @@ EXTRA_OECONF_INITIAL ?= "" | |||
22 | GCCMULTILIB ?= "--disable-multilib" | 22 | GCCMULTILIB ?= "--disable-multilib" |
23 | GCCTHREADS ?= "posix" | 23 | GCCTHREADS ?= "posix" |
24 | 24 | ||
25 | GCCPIE ??= "" | ||
26 | |||
25 | EXTRA_OECONF = "\ | 27 | EXTRA_OECONF = "\ |
26 | ${@['--enable-clocale=generic', ''][d.getVar('USE_NLS') != 'no']} \ | 28 | ${@['--enable-clocale=generic', ''][d.getVar('USE_NLS') != 'no']} \ |
27 | --with-gnu-ld \ | 29 | --with-gnu-ld \ |
@@ -29,6 +31,7 @@ EXTRA_OECONF = "\ | |||
29 | --enable-languages=${LANGUAGES} \ | 31 | --enable-languages=${LANGUAGES} \ |
30 | --enable-threads=${GCCTHREADS} \ | 32 | --enable-threads=${GCCTHREADS} \ |
31 | ${GCCMULTILIB} \ | 33 | ${GCCMULTILIB} \ |
34 | ${GCCPIE} \ | ||
32 | --enable-c99 \ | 35 | --enable-c99 \ |
33 | --enable-long-long \ | 36 | --enable-long-long \ |
34 | --enable-symvers=gnu \ | 37 | --enable-symvers=gnu \ |