mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-11 15:33:09 +00:00
c36b921790
- change the menu label from 'Target OS' to 'Operating System', - bare-metal is a kind of kernel (OS), rename to 'bare-metal' from 'none', - update the kconfig.mk to generate the kernel choice entries, - update glibc&eglibc kernel version option accordingly. Update the debug & tools confiog file generation to match with arch & kernel. Print terse command lines when building in kconfig/ (a-la Linux kernel). Fix the makefile rules in kconfig/kconfig.mk to be /simple/ rules. /trunk/kconfig/kconfig.mk | 117 81 36 0 +++++++++++++++++++++---------- /trunk/config/kernel/linux.in | 4 4 0 0 + /trunk/config/kernel/bare-metal.experimental.in | 15 15 0 0 ++++ /trunk/config/kernel.in | 33 5 28 0 +-------- /trunk/config/libc/glibc-eglibc-common.in | 4 2 2 0 5 files changed, 107 insertions(+), 66 deletions(-)
16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
# Bare metal config options
|
|
|
|
config KERNEL_bare_metal
|
|
select BARE_METAL
|
|
help
|
|
Say 'y' here if you want a simple C compiler with no C library.
|
|
|
|
'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
|
|
to build only kernels or bootloaders.
|
|
|
|
config BARE_METAL
|
|
bool
|
|
default n
|