toolchain: CodeSourcery AMD64 affected by PR19615
authorRomain Naour <romain.naour@smile.fr>
Tue, 4 Jul 2017 12:01:09 +0000 (14:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 16:29:25 +0000 (18:29 +0200)
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-common.in
toolchain/toolchain-external/toolchain-external-codesourcery-amd64/Config.in

index ed993dd5f5b579db1c38648cc4b0da89bc1d7a8f..74e0e069c75e593ea8f0ca3908f839702665f2ec 100644 (file)
@@ -7,6 +7,11 @@ source "package/gdb/Config.in.host"
 
 comment "Toolchain Generic Options"
 
+# https://sourceware.org/bugzilla/show_bug.cgi?id=19615
+# Affect toolchains built with binutils 2.26 (fixed in binutils 2.26.1).
+config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615
+       bool
+
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735
 # exception_ptr, nested_exception, and future from libstdc++ are not
 # available for architectures not supporting always lock-free atomic
index 32d79eba1c340967e0d5dc161245beb1c6b62632..101e227af9d5eb1de7349ca754e683379c1d4e6a 100644 (file)
@@ -11,6 +11,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
        select BR2_HOSTARCH_NEEDS_IA32_LIBS
        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
        help
          Sourcery CodeBench toolchain for the amd64 (x86_64)
          architectures, from Mentor Graphics. It uses gcc 6.2,