diff options
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.36.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.36.bb b/meta/recipes-devtools/binutils/binutils_2.36.bb index f316eb8d1c..a50d2ee7ee 100644 --- a/meta/recipes-devtools/binutils/binutils_2.36.bb +++ b/meta/recipes-devtools/binutils/binutils_2.36.bb | |||
| @@ -25,6 +25,8 @@ EXTRA_OECONF_class-native = "--enable-targets=all \ | |||
| 25 | --disable-sim \ | 25 | --disable-sim \ |
| 26 | --disable-werror" | 26 | --disable-werror" |
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "" | ||
| 29 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" | ||
| 28 | # 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 |
| 29 | # So remove -O2 and use -Os as workaround | 31 | # So remove -O2 and use -Os as workaround |
| 30 | SELECTED_OPTIMIZATION_remove_mipsarch = "-O2" | 32 | SELECTED_OPTIMIZATION_remove_mipsarch = "-O2" |
