summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/toolchain.in6
1 files changed, 6 insertions, 0 deletions
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"