toolchain: CodeSourcery AMD64 affected by PR20006
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5af65f6557
commit
b51420742c
@ -69,6 +69,11 @@ comment "Toolchain Generic Options"
|
||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615
|
||||
bool
|
||||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=20006
|
||||
# Affect toolchains built with binutils 2.26 (fixed in binutils 2.26.1).
|
||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_20006
|
||||
bool
|
||||
|
||||
# Atomic types can be:
|
||||
# - never lock-free
|
||||
# - sometimes lock-free
|
||||
|
@ -13,6 +13,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
||||
select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615 # based-on binutils-2.26
|
||||
select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_20006 # based-on binutils-2.26
|
||||
help
|
||||
Sourcery CodeBench toolchain for the amd64 (x86_64)
|
||||
architectures, from Mentor Graphics. It uses gcc 6.2,
|
||||
|
Loading…
Reference in New Issue
Block a user