summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-14 05:44:33 (GMT)
committerGitHub <noreply@github.com>2017-01-14 05:44:33 (GMT)
commit949cc86ab755ff4fb5971a304ce97c3885fc360e (patch)
tree65165d93c3167844d30d73eaef961bf1dec0a76c /config
parent8f1523abea5aee8c648529910a94a33683a96a4a (diff)
parent01bae4871994429725a34298787a04221fd1368d (diff)
Merge pull request #526 from stilor/double-include
Avoid creating include/include
Diffstat (limited to 'config')
-rw-r--r--config/toolchain.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index b8c1b4a..5a5f929 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -4,12 +4,13 @@ comment "General toolchain options"
config FORCE_SYSROOT
bool
- default y if !OBSOLETE
+ default y if !OBSOLETE && !BARE_METAL
select USE_SYSROOT
config USE_SYSROOT
bool
prompt "Use sysroot'ed toolchain"
+ depends on !BARE_METAL
default y
help
Use the 'shinny new' sysroot feature of gcc: libraries split between