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 | fad018cfdd49aaf68e71b8c2ee43a0aaa169a926 (patch) | |
tree | 36dd15fdf5fc02cad2f44a6f813e85b340222d0c /toolchain/gcc/Config.in | |
parent | 116385c1956c2b2a9ef0fe7ff0a63b9b47b5b1a5 (diff) | |
download | upstream-fad018cfdd49aaf68e71b8c2ee43a0aaa169a926.tar.gz upstream-fad018cfdd49aaf68e71b8c2ee43a0aaa169a926.tar.bz2 upstream-fad018cfdd49aaf68e71b8c2ee43a0aaa169a926.zip |
fix syntax error in Config.in
SVN-Revision: 21062
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 |