mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
Move around the BARE_METAL config entry outside of the bare metal /kernel/ entry: there might be different setups that causes a bare metal compiler.
/trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++-------- /trunk/config/kernel.in | 6 6 0 0 ++++++ 2 files changed, 10 insertions(+), 8 deletions(-)
This commit is contained in:
parent
5fce423912
commit
5e2ecc71c6
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
menu "Operating System"
|
menu "Operating System"
|
||||||
|
|
||||||
|
# Config option used throughout the config and code to determine wether
|
||||||
|
# we hace a kernel or not (there might be different bare metal stuff...
|
||||||
|
config BARE_METAL
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config KERNEL
|
config KERNEL
|
||||||
string
|
string
|
||||||
|
|
||||||
|
@ -3,13 +3,9 @@
|
|||||||
config KERNEL_bare_metal
|
config KERNEL_bare_metal
|
||||||
select BARE_METAL
|
select BARE_METAL
|
||||||
help
|
help
|
||||||
Say 'y' here if you want a simple C compiler with no C library.
|
'Bare metal' refers to those programs that run without any kernel.
|
||||||
|
|
||||||
'Bare metal' also refer to those programs that run without any kernel.
|
|
||||||
|
|
||||||
You probably want to say 'y' here if you plan to use your compiler
|
You probably want to say 'y' here if you plan to use your compiler
|
||||||
to build only kernels or bootloaders.
|
to build bootloaders. It is not yet suitable to build Linux kernels,
|
||||||
|
though, because the APCI stuff relies on the target C library headers
|
||||||
config BARE_METAL
|
being available?!?!...
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user