From cec4bbf5c083d6abe7bd2f8d006fdb810a092332 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 25 Jan 2011 22:14:52 +0100 Subject: config/toolchain: force use of sysroot if OBSOLETE is not set Use of the sysroot is highly recommended, and the non-sysroot case is both obsolete and not widely tested. Before the non-sysroot case can go away, deprecate it. Signed-off-by: "Yann E. MORIN" diff --git a/config/toolchain.in b/config/toolchain.in index 07110e4..ca79691 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -2,6 +2,12 @@ menu "Toolchain options" comment "General toolchain options" +config FORCE_SYSROOT + bool + default y if !OBSOLETE + default n if OBSOLETE + select USE_SYSROOT + config USE_SYSROOT bool prompt "Use sysroot'ed toolchain" -- cgit v0.10.2-6-g49f6