diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-20 21:13:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-20 21:13:12 +0000 |
commit | 8fdcc132680233e7713479f59bf8789e1a479813 (patch) | |
tree | c1e979f855a21e45993eed4f89f4fe16ab50f03d /toolchain/gcc/Config.in | |
parent | 9426d80b00a155ab61f5b6c08fbdc32436de620e (diff) | |
download | upstream-8fdcc132680233e7713479f59bf8789e1a479813.tar.gz upstream-8fdcc132680233e7713479f59bf8789e1a479813.tar.bz2 upstream-8fdcc132680233e7713479f59bf8789e1a479813.zip |
[toolchain] fix syntax error in Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index abbfe733e8..3483e00b2a 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -71,7 +71,7 @@ config GCC_USE_GRAPHITE config GCC_USE_SYSTEM_PPL_CLOOG bool - prompt "Use the system versions of PPL and CLooG + prompt "Use the system versions of PPL and CLooG" depends GCC_USE_GRAPHITE default n |