summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2017-06-06 21:52:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-06 22:14:28 +0200
commitd49b47d165c1eafb326f7473b6e94032b1e08fd3 (patch)
tree12121019a93296ef6ba08d69a095dcf7da1e7591
parentd50e7db378070a5d11400b0312ab7d69be733bf0 (diff)
downloadbuildroot-d49b47d165c1eafb326f7473b6e94032b1e08fd3.tar.gz
buildroot-d49b47d165c1eafb326f7473b6e94032b1e08fd3.zip
toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7
As GCC 7 is now available in Buildroot, update the definition for BR2_TOOLCHAIN_HAS_GCC_BUG_64735 as the bug #64735 is fixed in GCC 7. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--toolchain/toolchain-common.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index d670f44747..ed993dd5f5 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -17,6 +17,7 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735
default y if BR2_ARM_CPU_ARMV4
default y if BR2_ARM_CPU_ARMV5
default y if BR2_sparc_v8
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
config BR2_TOOLCHAIN_HAS_NATIVE_RPC
bool
OpenPOWER on IntegriCloud