summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in.2
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-10-20 07:35:36 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-10-20 07:35:36 (GMT)
commitc27ab65e45468088e7ab6a99555b3b39caee2461 (patch)
treef36d45b0e62f35ebbe9b69fed24786ab3a9a2bdb /config/binutils/binutils.in.2
parent720e0b4a1e2561ec686694135ea13cd7a6a13bb9 (diff)
binutils: Gold conflicts with Static Toolchain
The gold linker cannot currently be built in a static toolchain build. This may get fixed in a future version of crosstool-NG. Also, there is a bit of weirdness here. versions of binutils >= 2.21 have GOLD (BINUTILS_HAS_GOLD), but that doesn't mean it should be used. For instance, if the architecture is not supported. So with that, we create a new hidden option: BINUTILS_GOLD_SUPPORT Which in turn depends on BINUTILS_GOLD_SUPPORTS_ARCH, BINUTILS_HAS_GOLD, and not STATIC_TOOLCHAIN... then replace anything that previously depended on BINUTILS_HAS_GOLD with our new BINUTILS_GOLD_SUPPORT option. This closes #210 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/binutils/binutils.in.2')
0 files changed, 0 insertions, 0 deletions