diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-10.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-10.1.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-10.1.inc b/meta/recipes-devtools/gcc/gcc-10.1.inc index 041d426187..a3de91a2c6 100644 --- a/meta/recipes-devtools/gcc/gcc-10.1.inc +++ b/meta/recipes-devtools/gcc/gcc-10.1.inc | |||
@@ -87,7 +87,6 @@ EXTRA_OECONF_BASE = "\ | |||
87 | ${SSP} \ | 87 | ${SSP} \ |
88 | --enable-libitm \ | 88 | --enable-libitm \ |
89 | --disable-bootstrap \ | 89 | --disable-bootstrap \ |
90 | --disable-libmudflap \ | ||
91 | --with-system-zlib \ | 90 | --with-system-zlib \ |
92 | ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \ | 91 | ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \ |
93 | --enable-linker-build-id \ | 92 | --enable-linker-build-id \ |
@@ -99,7 +98,6 @@ EXTRA_OECONF_BASE = "\ | |||
99 | " | 98 | " |
100 | 99 | ||
101 | EXTRA_OECONF_INITIAL = "\ | 100 | EXTRA_OECONF_INITIAL = "\ |
102 | --disable-libmudflap \ | ||
103 | --disable-libgomp \ | 101 | --disable-libgomp \ |
104 | --disable-libitm \ | 102 | --disable-libitm \ |
105 | --disable-libquadmath \ | 103 | --disable-libquadmath \ |