toolchain/toolchain-common.in: fix definition of BR2_TOOLCHAIN_HAS_GCC_BUG_64735
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Feb 2017 20:31:28 +0000 (21:31 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Feb 2017 20:31:28 +0000 (21:31 +0100)
commitded5a12482ff8cc7cca800979a4fe4f55a2bb088
tree96fdc4b9471577153f69b74c5aff002d2b642d4b
parente65c9acf60b614baaed66156cdc2cd3f3dfc03b9
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>
toolchain/toolchain-common.in