mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 17:26:41 +00:00
Do not use sysroot in bare metal.
None of the bare metal C library choices (avr-libc, newlib) support installing into sysroot. Nor does it make any sense, since sysroot implies a file system, which in turn implies an OS.
This commit is contained in:
parent
fddbf8f99e
commit
01bae48719
@ -4,12 +4,13 @@ comment "General toolchain options"
|
|||||||
|
|
||||||
config FORCE_SYSROOT
|
config FORCE_SYSROOT
|
||||||
bool
|
bool
|
||||||
default y if !OBSOLETE
|
default y if !OBSOLETE && !BARE_METAL
|
||||||
select USE_SYSROOT
|
select USE_SYSROOT
|
||||||
|
|
||||||
config USE_SYSROOT
|
config USE_SYSROOT
|
||||||
bool
|
bool
|
||||||
prompt "Use sysroot'ed toolchain"
|
prompt "Use sysroot'ed toolchain"
|
||||||
|
depends on !BARE_METAL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Use the 'shinny new' sysroot feature of gcc: libraries split between
|
Use the 'shinny new' sysroot feature of gcc: libraries split between
|
||||||
|
Loading…
x
Reference in New Issue
Block a user