summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-02 07:50:26 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-02 07:50:26 +0000
commit23867be681558f22706880a6444c9bcf8096e434 (patch)
tree8b614b366c9a58b5ef8ec985bc5e9a7391552b04 /toolchain/gcc/Config.in
parentf1f039671842b147f2a7bb55642e4541f4c714ea (diff)
[toolchain/gcc]: simplify configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-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 556a56955..75d388dc6 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -25,7 +25,7 @@ endchoice
config GCC_USE_GRAPHITE
bool
prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
- depends GCC_VERSION_4_4 || GCC_VERSION_4_5 || GCC_VERSION_4_6
+ depends !GCC_VERSION_LLVM
config GCC_USE_SYSTEM_PPL_CLOOG
bool