From 3f55e5aeb5ef269db8e64eea1b113cb6daf20327 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 22 Dec 2016 16:23:15 +0100 Subject: toolchain: remove ppl/cloog, disable graphite for gcc 4.8 graphite is disabled by default and it's not worth carrying ppl and cloog for supporting this feature on the old gcc 4.8, which is only used for ARC Signed-off-by: Felix Fietkau --- toolchain/gcc/Config.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 41ea61cb8a..34c597c9e0 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -23,15 +23,10 @@ choice endchoice config GCC_USE_GRAPHITE + depends on !GCC_VERSION_4_8_ARC bool prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS -config GCC_USE_SYSTEM_PPL_CLOOG - bool - prompt "Use the system versions of PPL and CLooG" - depends on GCC_USE_GRAPHITE && GCC_VERSION_4_8 - default n - config EXTRA_GCC_CONFIG_OPTIONS string prompt "Additional gcc configure options" if TOOLCHAINOPTS -- cgit v1.2.3