config/companion_tools.in
changeset 1727 5f222264bb54
child 1728 60b7ebc4709a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/companion_tools.in	Tue Jan 12 21:09:30 2010 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# Companion tools config options
     1.5 +
     1.6 +if EXPERIMENTAL
     1.7 +
     1.8 +menu "Companion tools"
     1.9 +
    1.10 +comment "READ HELP before you say 'Y' below !!!"
    1.11 +config COMP_TOOLS
    1.12 +    bool
    1.13 +    prompt "Build some companion tools"
    1.14 +    help
    1.15 +      Crosstool-NG relies on some external tools to be recent enough, namely:
    1.16 +        autoconf >= 2.63
    1.17 +      
    1.18 +      If your system has older versions, we can build them for you,
    1.19 +      but you are strongly encouraged to update your system instead!
    1.20 +
    1.21 +if COMP_TOOLS
    1.22 +
    1.23 +config COMP_TOOLS_autoconf
    1.24 +    bool
    1.25 +    prompt "autoconf"
    1.26 +
    1.27 +endif
    1.28 +
    1.29 +endmenu
    1.30 +
    1.31 +endif