diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
commit | a5ac61715b70ef628e1239e92ffd7aae859e8294 (patch) | |
tree | 15728d9cc383c794196d671ad8262fc1d364e7e8 /toolchain/gcc/Config.in | |
parent | 9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff) |
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
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 12d9010dc..0cd6f97a8 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -43,7 +43,7 @@ choice bool "gcc 4.3.1" # config BR2_GCC_VERSION_4_3 -# depends !BR2_avr32 && !BR2_nios2 +# depends on !BR2_avr32 && !BR2_nios2 # select BR2_GCC_IS_SNAP # bool "gcc 4.3" endchoice |