config/toolchain.in
changeset 1517 9a2838d971d4
parent 1514 461d964d7df2
child 1704 6df0d71a7a55
     1.1 --- a/config/toolchain.in	Sun Sep 06 11:13:28 2009 +0200
     1.2 +++ b/config/toolchain.in	Sun Sep 06 16:49:54 2009 +0200
     1.3 @@ -285,38 +285,4 @@
     1.4  
     1.5  endif # CROSS_NATIVE || CANADIAN
     1.6  
     1.7 -# Necessary for all types of toolchains, at least for gcc > 4.3.x
     1.8 -comment "Host specifics"
     1.9 -
    1.10 -choice
    1.11 -    bool
    1.12 -    prompt "|  Install tools wrapper as:"
    1.13 -    depends on WRAPPER_NEEDED
    1.14 -    default TOOLS_WRAPPER_SHELL
    1.15 -
    1.16 -config TOOLS_WRAPPER_SCRIPT
    1.17 -    bool
    1.18 -    prompt "shell script"
    1.19 -    help
    1.20 -      If your host has a shell, then you should say 'Y' here, to use
    1.21 -      a (very very simple) shell script as wrapper.
    1.22 -      
    1.23 -      See docs/overview.txt, section "Tools wrapper".
    1.24 -
    1.25 -config TOOLS_WRAPPER_EXEC
    1.26 -    bool
    1.27 -    prompt "executable"
    1.28 -    help
    1.29 -      If your host lacks a shell, then you should say 'Y' here, to use
    1.30 -      an executable.
    1.31 -      
    1.32 -      See docs/overview.txt, section "Tools wrapper".
    1.33 -
    1.34 -endchoice
    1.35 -
    1.36 -config TOOLS_WRAPPER
    1.37 -    string
    1.38 -    default "script" if TOOLS_WRAPPER_SCRIPT
    1.39 -    default "exec"   if TOOLS_WRAPPER_EXEC
    1.40 -
    1.41  endmenu