diff -r 78b6d5e1213d -r ef8549b58b6f config/target.in --- a/config/target.in Tue Aug 12 09:54:42 2008 +0000 +++ b/config/target.in Sun Sep 14 16:21:07 2008 +0000 @@ -28,6 +28,19 @@ 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:"