gcc/libmudflap: also unavailable for gcc 5.x

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-07-17 11:31:14 -03:00 committed by Thomas Petazzoni
parent c51697185f
commit b0d6d3071b

View File

@ -144,6 +144,7 @@ config BR2_GCC_ENABLE_LIBMUDFLAP
# which mudflap is not supported.
depends on !BR2_ARM_INSTRUCTIONS_THUMB && !BR2_powerpc_SPE
depends on !BR2_GCC_VERSION_4_9_X
depends on !BR2_GCC_VERSION_5_X
help
libmudflap is a gcc library used for the mudflap pointer
debugging functionality. It is only needed if you intend to