config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 04 20:09:22 2007 +0000 (2007-03-04)
changeset 9 22fec39016f4
child 22 3b50052c0586
permissions -rw-r--r--
Update i586-geode-linux-uclibc sample:
- use uClibc-0.9.28.3
- use linux-2.6.20 for kernel headers
     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 # CT_INSERT_VERSION_ABOVE
    97 # Don't remove qbove line!
    98 endchoice
    99 
   100 config BINUTILS_VERSION
   101     string
   102     default "2.11.2" if BINUTILS_V_2_11_2
   103     default "2.13.90" if BINUTILS_V_2_13_90
   104     default "2.14" if BINUTILS_V_2_14
   105     default "2.14.90" if BINUTILS_V_2_14_90
   106     default "2.14.92" if BINUTILS_V_2_14_92
   107     default "2.15" if BINUTILS_V_2_15
   108     default "2.15.90" if BINUTILS_V_2_15_90
   109     default "2.15.91" if BINUTILS_V_2_15_91
   110     default "2.16" if BINUTILS_V_2_16
   111     default "2.16.1" if BINUTILS_V_2_16_1
   112     default "2.17" if BINUTILS_V_2_17
   113     default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
   114     default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
   115     default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
   116     default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
   117     default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
   118     default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
   119     default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
   120     default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
   121     default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
   122     default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
   123 # CT_INSERT_VERSION_STRING_ABOVE
   124 # Don't remove qbove line!
   125 
   126 config BINUTILS_EXTRA_CONFIG
   127     string
   128     prompt "binutils extra config"
   129     default ""
   130     help
   131       Extra flags passed onto ./configure when configuring
   132 
   133 endmenu