diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-17 15:36:41 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-17 15:36:41 +0000 |
commit | cac6e3495f74f87646f4d177eb2c978feb5d3fdd (patch) | |
tree | 35312acb559b1e156faf6423deb2371664ed928d /toolchain/gcc/Config.in | |
parent | 02fb7e955f9ec860726e5579893e4dfcae16aaf0 (diff) |
build: consistently use 'depends on' instead of 'depends'
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 811c6d47c2..7becaa8a30 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -9,7 +9,7 @@ choice config GCC_VERSION_4_4_7 bool "gcc 4.4.7" - depends avr32 + depends on avr32 config GCC_VERSION_4_6_3 bool "gcc 4.6.3" @@ -35,7 +35,7 @@ config GCC_USE_GRAPHITE config GCC_USE_SYSTEM_PPL_CLOOG bool prompt "Use the system versions of PPL and CLooG" - depends GCC_USE_GRAPHITE + depends on GCC_USE_GRAPHITE default n config EXTRA_GCC_CONFIG_OPTIONS |