config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Apr 23 20:30:34 2007 +0000 (2007-04-23)
changeset 47 7e2539937b6e
parent 1 eeea35fbf182
child 61 1207acb66003
permissions -rw-r--r--
Second shot at merging from the MIPS branch:
- log level boost for warnings and errors
- option re-ordering
- help updating
     1 # binutils options
     2 
     3 menu "binutils"
     4 
     5 config BINUTILS_VERSION
     6     string
     7 
     8 choice
     9     bool
    10     prompt "binutils version"
    11 
    12 config BINUTILS_V_2_11_2
    13     bool
    14     prompt "2.11.2"
    15 
    16 config BINUTILS_V_2_13_90
    17     bool
    18     prompt "2.13.90"
    19 
    20 config BINUTILS_V_2_14
    21     bool
    22     prompt "2.14"
    23 
    24 config BINUTILS_V_2_14_90
    25     bool
    26     prompt "2.14.90"
    27 
    28 config BINUTILS_V_2_14_92
    29     bool
    30     prompt "2.14.92"
    31 
    32 config BINUTILS_V_2_15
    33     bool
    34     prompt "2.15"
    35 
    36 config BINUTILS_V_2_15_90
    37     bool
    38     prompt "2.15.90"
    39 
    40 config BINUTILS_V_2_15_91
    41     bool
    42     prompt "2.15.91"
    43 
    44 config BINUTILS_V_2_16
    45     bool
    46     prompt "2.16"
    47 
    48 config BINUTILS_V_2_16_1
    49     bool
    50     prompt "2.16.1"
    51 
    52 config BINUTILS_V_2_17
    53     bool
    54     prompt "2.17"
    55 
    56 config BINUTILS_V_2_17_50_0_1
    57     bool
    58     prompt "2.17.50.0.1"
    59 
    60 config BINUTILS_V_2_17_50_0_2
    61     bool
    62     prompt "2.17.50.0.2"
    63 
    64 config BINUTILS_V_2_17_50_0_3
    65     bool
    66     prompt "2.17.50.0.3"
    67 
    68 config BINUTILS_V_2_17_50_0_4
    69     bool
    70     prompt "2.17.50.0.4"
    71 
    72 config BINUTILS_V_2_17_50_0_5
    73     bool
    74     prompt "2.17.50.0.5"
    75 
    76 config BINUTILS_V_2_17_50_0_6
    77     bool
    78     prompt "2.17.50.0.6"
    79 
    80 config BINUTILS_V_2_17_50_0_7
    81     bool
    82     prompt "2.17.50.0.7"
    83 
    84 config BINUTILS_V_2_17_50_0_8
    85     bool
    86     prompt "2.17.50.0.8"
    87 
    88 config BINUTILS_V_2_17_50_0_9
    89     bool
    90     prompt "2.17.50.0.9"
    91 
    92 config BINUTILS_V_2_17_50_0_10
    93     bool
    94     prompt "2.17.50.0.10"
    95 
    96 config BINUTILS_V_2_17_50_0_11
    97     bool
    98     prompt "2.17.50.0.11"
    99 
   100 config BINUTILS_V_2_17_50_0_12
   101     bool
   102     prompt "2.17.50.0.12"
   103 
   104 config BINUTILS_V_2_17_50_0_13
   105     bool
   106     prompt "2.17.50.0.13"
   107 
   108 config BINUTILS_V_2_17_50_0_14
   109     bool
   110     prompt "2.17.50.0.14"
   111 
   112 # CT_INSERT_VERSION_ABOVE
   113 # Don't remove above line!
   114 endchoice
   115 
   116 config BINUTILS_VERSION
   117     string
   118     default "2.11.2" if BINUTILS_V_2_11_2
   119     default "2.13.90" if BINUTILS_V_2_13_90
   120     default "2.14" if BINUTILS_V_2_14
   121     default "2.14.90" if BINUTILS_V_2_14_90
   122     default "2.14.92" if BINUTILS_V_2_14_92
   123     default "2.15" if BINUTILS_V_2_15
   124     default "2.15.90" if BINUTILS_V_2_15_90
   125     default "2.15.91" if BINUTILS_V_2_15_91
   126     default "2.16" if BINUTILS_V_2_16
   127     default "2.16.1" if BINUTILS_V_2_16_1
   128     default "2.17" if BINUTILS_V_2_17
   129     default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
   130     default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
   131     default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
   132     default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
   133     default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
   134     default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
   135     default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
   136     default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
   137     default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
   138     default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
   139     default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
   140     default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
   141     default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
   142     default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
   143 # CT_INSERT_VERSION_STRING_ABOVE
   144 # Don't remove above line!
   145 
   146 config BINUTILS_EXTRA_CONFIG
   147     string
   148     prompt "binutils extra config"
   149     default ""
   150     help
   151       Extra flags passed onto ./configure when configuring
   152 
   153 endmenu