summaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index b5c7af1..bd7b725 100644
--- a/config/target.in
+++ b/config/target.in
@@ -28,6 +28,19 @@ config TARGET_LDFLAGS
comment "General target options"
+config BARE_METAL
+ bool
+ prompt "Bare metal (EXPERIMENTAL)"
+ default n
+ depends on EXPERIMENTAL
+ help
+ Say 'y' here if you want a simple C compiler with no C library.
+
+ You probably want to say 'y' here if you plan to use your compiler
+ to build only kernels or bootloaders
+
+ 'Bare metal' also refer to those programs that run without any kernel.
+
choice
bool
prompt "Target architecture:"