]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 6 Jun 2017 19:52:07 +0000 (21:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 6 Jun 2017 20:14:28 +0000 (22:14 +0200)
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>
toolchain/toolchain-common.in

index d670f4474715af30f20531c4285f281ef3ca0634..ed993dd5f5b579db1c38648cc4b0da89bc1d7a8f 100644 (file)
@@ -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