summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-23 22:57:54 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-23 22:57:54 +0200
commit4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (patch)
tree8f45e0750646ae84c49bc426a6ac39d5a1a46fb3 /Config.in
parent6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (diff)
downloadbuildroot-novena-4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd.tar.gz
buildroot-novena-4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd.zip
target/device: misc cleanup
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index fe423ced0..6adfe4961 100644
--- a/Config.in
+++ b/Config.in
@@ -181,13 +181,11 @@ choice
config BR2_OPTIMIZE_0
bool "optimization level 0"
- depends on !BR2_PACKAGE_LINUX
help
Do not optimize. This is the default.
config BR2_OPTIMIZE_1
bool "optimization level 1"
- depends on !BR2_PACKAGE_LINUX
help
Optimize. Optimizing compilation takes somewhat more time,
and a lot more memory for a large function. With -O, the