diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-7.3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc index b0cba27df2..d968c322d2 100644 --- a/meta/recipes-devtools/gcc/gcc-7.3.inc +++ b/meta/recipes-devtools/gcc/gcc-7.3.inc | |||
@@ -101,7 +101,7 @@ EXTRA_OECONF_BASE = "\ | |||
101 | --disable-bootstrap \ | 101 | --disable-bootstrap \ |
102 | --disable-libmudflap \ | 102 | --disable-libmudflap \ |
103 | --with-system-zlib \ | 103 | --with-system-zlib \ |
104 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | 104 | ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \ |
105 | --enable-linker-build-id \ | 105 | --enable-linker-build-id \ |
106 | --with-ppl=no \ | 106 | --with-ppl=no \ |
107 | --with-cloog=no \ | 107 | --with-cloog=no \ |