diff options
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 37813dd864..7efe13fdf6 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -78,6 +78,7 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ | |||
78 | 78 | ||
79 | LDGOLD_class-native = "" | 79 | LDGOLD_class-native = "" |
80 | LDGOLD_class-crosssdk = "" | 80 | LDGOLD_class-crosssdk = "" |
81 | LDGOLD_sdkmingw32 = "" | ||
81 | LDGOLD ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '--enable-gold --enable-ld=default --enable-threads', d)}" | 82 | LDGOLD ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '--enable-gold --enable-ld=default --enable-threads', d)}" |
82 | 83 | ||
83 | # This is necessary due to a bug in the binutils Makefiles | 84 | # This is necessary due to a bug in the binutils Makefiles |