diff options
Diffstat (limited to 'meta/recipes-devtools/binutils')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.36.bb b/meta/recipes-devtools/binutils/binutils_2.36.bb index a50d2ee7ee..ee9617de1d 100644 --- a/meta/recipes-devtools/binutils/binutils_2.36.bb +++ b/meta/recipes-devtools/binutils/binutils_2.36.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OECONF_class-native = "--enable-targets=all \ | |||
25 | --disable-sim \ | 25 | --disable-sim \ |
26 | --disable-werror" | 26 | --disable-werror" |
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}" |
29 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" | 29 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" |
30 | # gcc9.0 end up mis-compiling libbfd.so with O2 which then crashes on target | 30 | # gcc9.0 end up mis-compiling libbfd.so with O2 which then crashes on target |
31 | # So remove -O2 and use -Os as workaround | 31 | # So remove -O2 and use -Os as workaround |