config/companion_tools.in
author Ray Donnelly <mingw.android@gmail.com>
Thu Feb 20 18:22:50 2014 +0000 (2014-02-20)
changeset 3291 ccef9a13c09b
parent 2285 7d1e018167b5
child 3292 9321d9d7af9b
permissions -rw-r--r--
Companion tools are no longer experimental

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Message-Id: <3e204a5cf9648db53a6a.1392920970@advancedsearch.virginmedia.com>
Patchwork-Id: 322301
richard@1727
     1
# Companion tools config options
richard@1727
     2
richard@1727
     3
menu "Companion tools"
richard@1727
     4
richard@1727
     5
comment "READ HELP before you say 'Y' below !!!"
richard@1727
     6
config COMP_TOOLS
richard@1727
     7
    bool
richard@1727
     8
    prompt "Build some companion tools"
richard@1727
     9
    help
richard@1727
    10
      Crosstool-NG relies on some external tools to be recent enough, namely:
yann@2285
    11
        make = 3.81 (in some cases)
richard@1728
    12
        m4 >= 1.4.12
richard@1727
    13
        autoconf >= 2.63
richard@1729
    14
        automake >= 1.10.2
richard@1730
    15
        libtool >= 2.2.4
richard@1727
    16
      
richard@1727
    17
      If your system has older versions, we can build them for you,
richard@1727
    18
      but you are strongly encouraged to update your system instead!
richard@1727
    19
richard@1727
    20
if COMP_TOOLS
richard@1727
    21
yann@2285
    22
config COMP_TOOLS_make
yann@2285
    23
    bool
yann@2285
    24
    prompt "make"
yann@2285
    25
richard@1728
    26
config COMP_TOOLS_m4
richard@1728
    27
    bool
richard@1728
    28
    prompt "m4"
richard@1728
    29
richard@1727
    30
config COMP_TOOLS_autoconf
richard@1727
    31
    bool
richard@1727
    32
    prompt "autoconf"
richard@1727
    33
richard@1729
    34
config COMP_TOOLS_automake
richard@1729
    35
    bool
richard@1729
    36
    prompt "automake"
richard@1729
    37
richard@1730
    38
config COMP_TOOLS_libtool
richard@1730
    39
    bool
richard@1730
    40
    prompt "libtool"
richard@1730
    41
richard@1727
    42
endif
richard@1727
    43
richard@1727
    44
endmenu