mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
47112bebdd
/trunk/config/kernel/bare-metal.in | 1 0 1 0 - 1 file changed, 1 deletion(-)
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
# Bare metal config options
|
|
|
|
config KERNEL_bare_metal
|
|
select BARE_METAL
|
|
help
|
|
'Bare metal' refers to those programs that run without any kernel.
|
|
|
|
You probably want to say 'y' here if you plan to use your compiler
|
|
to build bootloaders. It is not yet suitable to build Linux kernels,
|
|
though, because the APCI stuff relies on the target C library headers
|
|
being available?!?!...
|