mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
toolchain/toolchain-common.in: fix definition of BR2_TOOLCHAIN_HAS_GCC_BUG_64735
The rework done on commit accba02a47942b54c01b506512ddccf34d57c357 ("toolchain: add option for toolchains affected by GCC PR libstdc++/64735") by me was wrong. The BR2_TOOLCHAIN_HAS_GCC_BUG_64735 option should be enabled when the bug is present in the toolchain, not the opposite. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e65c9acf60
commit
ded5a12482
@ -13,11 +13,10 @@ comment "Toolchain Generic Options"
|
|||||||
# ints before GCC 7
|
# ints before GCC 7
|
||||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
config BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
||||||
bool
|
bool
|
||||||
default y
|
default y if BR2_nios2
|
||||||
depends on !BR2_nios2
|
default y if BR2_ARM_CPU_ARMV4
|
||||||
depends on !BR2_ARM_CPU_ARMV4
|
default y if BR2_ARM_CPU_ARMV5
|
||||||
depends on !BR2_ARM_CPU_ARMV5
|
default y if BR2_sparc_v8
|
||||||
depends on !BR2_sparc_v8
|
|
||||||
|
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=19405
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=19405
|
||||||
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
|
config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
|
||||||
|
Loading…
x
Reference in New Issue
Block a user