summaryrefslogtreecommitdiff
path: root/toolchain/external-toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 08:18:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 08:18:36 +0000
commitd8fc1c0a74b81009c855cc532432cdd3c8a47a7a (patch)
tree5aec45164836cd0ba4c1345d0cd42a5fd054d442 /toolchain/external-toolchain
parentb5879204756c1dc70c137c65c8ddda7909643811 (diff)
- remove one invariant in toolchain type selection.
Diffstat (limited to 'toolchain/external-toolchain')
-rw-r--r--toolchain/external-toolchain/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in
index 197f06968..18da9795a 100644
--- a/toolchain/external-toolchain/Config.in
+++ b/toolchain/external-toolchain/Config.in
@@ -1,7 +1,8 @@
#
-menu "External Toolchain Options"
- depends on BR2_TOOLCHAIN_EXTERNAL
+if BR2_TOOLCHAIN_EXTERNAL
+comment "External Toolchain Options"
+
config BR2_TOOLCHAIN_EXTERNAL_LIB_C
string "The core C library from the external toolchain"
@@ -104,4 +105,4 @@ config BR2_TARGET_OPTIMIZATION
help
Optimizations to use when building for the target host.
-endmenu
+endif