mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
On Nios II binutils it still present ld bug 27597 leading to a package libgeos to fail building:c053b9e191/ The bug was already reported and it's been updated: https://sourceware.org/bugzilla/show_bug.cgi?id=27597 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitfada153130) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
01d92cac89
commit
47e6917c1c
@@ -77,6 +77,12 @@ config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
|
|||||||
bool
|
bool
|
||||||
default y if BR2_or1k
|
default y if BR2_or1k
|
||||||
|
|
||||||
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
|
||||||
|
# Affect toolchains built with binutils 2.36.1, still not fixed.
|
||||||
|
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
|
||||||
|
bool
|
||||||
|
default y if BR2_nios2
|
||||||
|
|
||||||
# Atomic types can be:
|
# Atomic types can be:
|
||||||
# - never lock-free
|
# - never lock-free
|
||||||
# - sometimes lock-free
|
# - sometimes lock-free
|
||||||
|
|||||||
Reference in New Issue
Block a user