summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-04 18:45:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 23:43:47 +0200
commit4a692aefee10088c385d30e829abf80af1616d1b (patch)
treecd6cf3af8cce7edc016789d400579d316ab4996f /package/gcc
parent2d3625deae809b100d33a36e6ddd67affe26b721 (diff)
downloadbuildroot-4a692aefee10088c385d30e829abf80af1616d1b.tar.gz
buildroot-4a692aefee10088c385d30e829abf80af1616d1b.zip
gcc/libmudflap: unavailable for gcc >= 4.9
Rework gcc dependency for mudflap as suggested by Arnout and Peter: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/149813 libmudflap was removed in gcc 4.9: https://gcc.gnu.org/wiki/Mudflap_Pointer_Debugging Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Config.in.host4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 17de65c711..31800711d4 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -151,9 +151,7 @@ config BR2_GCC_ENABLE_LIBMUDFLAP
# There are architectures, or specific configurations for
# 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
- depends on !BR2_GCC_VERSION_6_X
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
help
libmudflap is a gcc library used for the mudflap pointer
debugging functionality. It is only needed if you intend to
OpenPOWER on IntegriCloud