summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-17 15:36:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-17 15:36:41 +0000
commit96bb7c123b8b47dfc43002edf4a52aceb410f852 (patch)
treeb82c8fe077a4f17c602fe7f82b517f27a4b1ba6d /toolchain/gcc
parent6d3c6e3053ac5b2fc3defcd93b5faa78ce861f67 (diff)
downloadmtk-20170518-96bb7c123b8b47dfc43002edf4a52aceb410f852.zip
mtk-20170518-96bb7c123b8b47dfc43002edf4a52aceb410f852.tar.gz
mtk-20170518-96bb7c123b8b47dfc43002edf4a52aceb410f852.tar.bz2
build: consistently use 'depends on' instead of 'depends'
make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 811c6d4..7becaa8 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