mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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:
parent
c51697185f
commit
b0d6d3071b
@ -144,6 +144,7 @@ config BR2_GCC_ENABLE_LIBMUDFLAP
|
|||||||
# which mudflap is not supported.
|
# which mudflap is not supported.
|
||||||
depends on !BR2_ARM_INSTRUCTIONS_THUMB && !BR2_powerpc_SPE
|
depends on !BR2_ARM_INSTRUCTIONS_THUMB && !BR2_powerpc_SPE
|
||||||
depends on !BR2_GCC_VERSION_4_9_X
|
depends on !BR2_GCC_VERSION_4_9_X
|
||||||
|
depends on !BR2_GCC_VERSION_5_X
|
||||||
help
|
help
|
||||||
libmudflap is a gcc library used for the mudflap pointer
|
libmudflap is a gcc library used for the mudflap pointer
|
||||||
debugging functionality. It is only needed if you intend to
|
debugging functionality. It is only needed if you intend to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user