summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2008-03-30 23:49:16 +0200
committerUlf Samuelsson2008-03-30 23:49:16 +0200
commit0bd3ec265f67721cd626d9c12c53a58a320cca52 (patch)
treeff4d7acb2ba735000903f1af610a55757b1ca0ff /Config.in
parentMakefile: merge CVS and .svn find invocation (diff)
downloadbuildroot-0bd3ec265f67721cd626d9c12c53a58a320cca52.tar.gz
buildroot-0bd3ec265f67721cd626d9c12c53a58a320cca52.tar.xz
buildroot-0bd3ec265f67721cd626d9c12c53a58a320cca52.zip
Do not allow optimizations which breaks linux build
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a24fef231..42682ec29 100644
--- a/Config.in
+++ b/Config.in
@@ -259,11 +259,13 @@ 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