Browse Source

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>
Gustavo Zacarias 10 years ago
parent
commit
b0d6d3071b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gcc/Config.in.host

+ 1 - 0
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