config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jul 13 12:22:34 2007 +0000 (2007-07-13)
changeset 245 134ac2c35c49
parent 120 bd6b74d0f4ab
child 247 f3c43673b29b
permissions -rw-r--r--
Add ltrace (and libelf) utilities.
Marked as BROKEN for others to debug that if they need it.
     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     depends on OBSOLETE
    16 
    17 config BINUTILS_V_2_13_90
    18     bool
    19     prompt "2.13.90"
    20     depends on OBSOLETE
    21 
    22 config BINUTILS_V_2_14
    23     bool
    24     prompt "2.14"
    25     depends on OBSOLETE
    26 
    27 config BINUTILS_V_2_14_90
    28     bool
    29     prompt "2.14.90"
    30     depends on OBSOLETE
    31 
    32 config BINUTILS_V_2_14_92
    33     bool
    34     prompt "2.14.92"
    35     depends on OBSOLETE
    36 
    37 config BINUTILS_V_2_15
    38     bool
    39     prompt "2.15"
    40     depends on OBSOLETE
    41 
    42 config BINUTILS_V_2_15_90
    43     bool
    44     prompt "2.15.90"
    45     depends on OBSOLETE
    46 
    47 config BINUTILS_V_2_15_91
    48     bool
    49     prompt "2.15.91"
    50     depends on OBSOLETE
    51 
    52 config BINUTILS_V_2_16
    53     bool
    54     prompt "2.16"
    55 
    56 config BINUTILS_V_2_16_1
    57     bool
    58     prompt "2.16.1"
    59 
    60 config BINUTILS_V_2_17
    61     bool
    62     prompt "2.17"
    63 
    64 config BINUTILS_V_2_17_50_0_1
    65     bool
    66     prompt "2.17.50.0.1"
    67 
    68 config BINUTILS_V_2_17_50_0_2
    69     bool
    70     prompt "2.17.50.0.2"
    71 
    72 config BINUTILS_V_2_17_50_0_3
    73     bool
    74     prompt "2.17.50.0.3"
    75 
    76 config BINUTILS_V_2_17_50_0_4
    77     bool
    78     prompt "2.17.50.0.4"
    79 
    80 config BINUTILS_V_2_17_50_0_5
    81     bool
    82     prompt "2.17.50.0.5"
    83 
    84 config BINUTILS_V_2_17_50_0_6
    85     bool
    86     prompt "2.17.50.0.6"
    87 
    88 config BINUTILS_V_2_17_50_0_7
    89     bool
    90     prompt "2.17.50.0.7"
    91 
    92 config BINUTILS_V_2_17_50_0_8
    93     bool
    94     prompt "2.17.50.0.8"
    95 
    96 config BINUTILS_V_2_17_50_0_9
    97     bool
    98     prompt "2.17.50.0.9"
    99 
   100 config BINUTILS_V_2_17_50_0_10
   101     bool
   102     prompt "2.17.50.0.10"
   103 
   104 config BINUTILS_V_2_17_50_0_11
   105     bool
   106     prompt "2.17.50.0.11"
   107 
   108 config BINUTILS_V_2_17_50_0_12
   109     bool
   110     prompt "2.17.50.0.12"
   111 
   112 config BINUTILS_V_2_17_50_0_13
   113     bool
   114     prompt "2.17.50.0.13"
   115 
   116 config BINUTILS_V_2_17_50_0_14
   117     bool
   118     prompt "2.17.50.0.14"
   119 
   120 config BINUTILS_V_2_17_50_0_15
   121     bool
   122     prompt "2.17.50.0.15"
   123 
   124 config BINUTILS_V_2_17_50_0_16
   125     bool
   126     prompt "2.17.50.0.16"
   127 
   128 config BINUTILS_V_2_17_50_0_17
   129     bool
   130     prompt "2.17.50.0.17"
   131 
   132 # CT_INSERT_VERSION_ABOVE
   133 # Don't remove above line!
   134 endchoice
   135 
   136 config BINUTILS_VERSION
   137     string
   138     default "2.11.2" if BINUTILS_V_2_11_2
   139     default "2.13.90" if BINUTILS_V_2_13_90
   140     default "2.14" if BINUTILS_V_2_14
   141     default "2.14.90" if BINUTILS_V_2_14_90
   142     default "2.14.92" if BINUTILS_V_2_14_92
   143     default "2.15" if BINUTILS_V_2_15
   144     default "2.15.90" if BINUTILS_V_2_15_90
   145     default "2.15.91" if BINUTILS_V_2_15_91
   146     default "2.16" if BINUTILS_V_2_16
   147     default "2.16.1" if BINUTILS_V_2_16_1
   148     default "2.17" if BINUTILS_V_2_17
   149     default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
   150     default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
   151     default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
   152     default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
   153     default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
   154     default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
   155     default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
   156     default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
   157     default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
   158     default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
   159     default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
   160     default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
   161     default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
   162     default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
   163     default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15
   164     default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16
   165     default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17
   166 # CT_INSERT_VERSION_STRING_ABOVE
   167 # Don't remove above line!
   168 
   169 config BINUTILS_EXTRA_CONFIG
   170     string
   171     prompt "binutils extra config"
   172     default ""
   173     help
   174       Extra flags passed onto ./configure when configuring
   175 
   176 endmenu