diff options
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 545cfe7582..bd5c13fe0a 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -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 |