From 0bd3ec265f67721cd626d9c12c53a58a320cca52 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 30 Mar 2008 21:49:16 +0000 Subject: Do not allow optimizations which breaks linux build --- Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3