diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-08-07 14:26:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 23:30:07 +0100 |
commit | d32e948f0372591d6479dfad878a9edd362832fe (patch) | |
tree | 3b6ea4e965854900eff4262385e4b520d78f9028 /meta/recipes-devtools/binutils/binutils.inc | |
parent | 7e8b65b29b07b28b977591752768d04c6fe6c5d4 (diff) | |
download | poky-d32e948f0372591d6479dfad878a9edd362832fe.tar.gz |
binutils: Enable threaded linking with gold
This options will let gold spawn multiple
threads for linking and speeding up linking
on multicore build hosts.
(From OE-Core rev: 210957a58260ec50416649aba799d0e96aeeff24)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index cd923bdb5f..ee748a402a 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -53,7 +53,7 @@ B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | |||
53 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ | 53 | EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ |
54 | --disable-werror \ | 54 | --disable-werror \ |
55 | --enable-plugins \ | 55 | --enable-plugins \ |
56 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default', '', d)} \ | 56 | ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '', d)} \ |
57 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)}" | 57 | ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)}" |
58 | 58 | ||
59 | # This is necessary due to a bug in the binutils Makefiles | 59 | # This is necessary due to a bug in the binutils Makefiles |