config/target.in
changeset 850 ef8549b58b6f
parent 791 78b6d5e1213d
child 854 f347a40db591
     1.1 --- a/config/target.in	Tue Aug 12 09:54:42 2008 +0000
     1.2 +++ b/config/target.in	Sun Sep 14 16:21:07 2008 +0000
     1.3 @@ -28,6 +28,19 @@
     1.4  
     1.5  comment "General target options"
     1.6  
     1.7 +config BARE_METAL
     1.8 +    bool
     1.9 +    prompt "Bare metal (EXPERIMENTAL)"
    1.10 +    default n
    1.11 +    depends on EXPERIMENTAL
    1.12 +    help
    1.13 +      Say 'y' here if you want a simple C compiler with no C library.
    1.14 +
    1.15 +      You probably want to say 'y' here if you plan to use your compiler
    1.16 +      to build only kernels or bootloaders
    1.17 +
    1.18 +      'Bare metal' also refer to those programs that run without any kernel.
    1.19 +
    1.20  choice
    1.21      bool
    1.22      prompt "Target architecture:"