mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
9fdb93cce0
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
# Bare metal config options
|
|
|
|
## no-package
|
|
## select BARE_METAL
|
|
##
|
|
## help 'Bare metal' refers to those programs that run without any kernel.
|
|
## help
|
|
## help You probably want to say 'y' here if you plan to use your compiler
|
|
## help to build bootloaders. It is not yet suitable to build Linux kernels,
|
|
## help though, because the APCI stuff relies on the target C library headers
|
|
## help being available?!?!...
|