summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-02 07:50:26 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-02 07:50:26 +0000
commita2c039457292e65cd2bdaa468454daac7c38ffc3 (patch)
tree5029d4837cb6501c56008e0d423bfbb3c07b3b50 /toolchain/gcc/Config.in
parent7845c7b5124c9d14483a2a9bec997b3e9a6d1620 (diff)
downloadmaster-31e0f0ae-a2c039457292e65cd2bdaa468454daac7c38ffc3.tar.gz
master-31e0f0ae-a2c039457292e65cd2bdaa468454daac7c38ffc3.tar.bz2
master-31e0f0ae-a2c039457292e65cd2bdaa468454daac7c38ffc3.zip
simplify configuration
SVN-Revision: 27353
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 556a56955f..75d388dc65 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