diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-8.1.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-8.1.inc b/meta/recipes-devtools/gcc/gcc-8.1.inc index ecc1ceff99..2b176ac98d 100644 --- a/meta/recipes-devtools/gcc/gcc-8.1.inc +++ b/meta/recipes-devtools/gcc/gcc-8.1.inc | |||
| @@ -87,10 +87,12 @@ FORTRAN = "" | |||
| 87 | JAVA = "" | 87 | JAVA = "" |
| 88 | 88 | ||
| 89 | LTO = "--enable-lto" | 89 | LTO = "--enable-lto" |
| 90 | SSP ?= "--disable-libssp" | ||
| 91 | SSP_mingw32 = "--enable-libssp" | ||
| 90 | 92 | ||
| 91 | EXTRA_OECONF_BASE = "\ | 93 | EXTRA_OECONF_BASE = "\ |
| 92 | ${LTO} \ | 94 | ${LTO} \ |
| 93 | --enable-libssp \ | 95 | ${SSP} \ |
| 94 | --enable-libitm \ | 96 | --enable-libitm \ |
| 95 | --disable-bootstrap \ | 97 | --disable-bootstrap \ |
| 96 | --disable-libmudflap \ | 98 | --disable-libmudflap \ |
| @@ -114,7 +116,7 @@ EXTRA_OECONF_INITIAL = "\ | |||
| 114 | --disable-plugin \ | 116 | --disable-plugin \ |
| 115 | --enable-decimal-float=no \ | 117 | --enable-decimal-float=no \ |
| 116 | --without-isl \ | 118 | --without-isl \ |
| 117 | gcc_cv_libc_provides_ssp=yes \ | 119 | --disable-libssp \ |
| 118 | " | 120 | " |
| 119 | 121 | ||
| 120 | EXTRA_OECONF_PATHS = "\ | 122 | EXTRA_OECONF_PATHS = "\ |
