summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-13 11:35:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-13 11:35:37 +0000
commit3d41dbae65fb3d5103dd0a7d6178c4990596b3db (patch)
treebd2aa67d88efe69998d385a796a1d723d04e6609 /toolchain
parentedd87061ec872ea539e95bcea71c80e2fc5bc3d4 (diff)
downloadmaster-31e0f0ae-3d41dbae65fb3d5103dd0a7d6178c4990596b3db.tar.gz
master-31e0f0ae-3d41dbae65fb3d5103dd0a7d6178c4990596b3db.tar.bz2
master-31e0f0ae-3d41dbae65fb3d5103dd0a7d6178c4990596b3db.zip
tools: add isl (used for graphite on GCC 5)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47464
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 81b795edd0..249a01b509 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -32,7 +32,7 @@ config GCC_USE_GRAPHITE
config GCC_USE_SYSTEM_PPL_CLOOG
bool
prompt "Use the system versions of PPL and CLooG"
- depends on GCC_USE_GRAPHITE
+ depends on GCC_USE_GRAPHITE && GCC_VERSION_4_8
default n
config EXTRA_GCC_CONFIG_OPTIONS