config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 10 21:33:35 2007 +0000 (2007-05-10)
changeset 85 ac2845835b13
parent 22 3b50052c0586
child 120 bd6b74d0f4ab
permissions -rw-r--r--
Update the way we handle directories supplied by the user:
- the tarball directory is considered as a local copy, and tarballs are copied to a working area,
- the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option,
- the build dir has been renamed from 'build' to 'targets'.
That should ease preparing a tarball of the resulting target.
     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 # CT_INSERT_VERSION_ABOVE
   121 # Don't remove above line!
   122 endchoice
   123 
   124 config BINUTILS_VERSION
   125     string
   126     default "2.11.2" if BINUTILS_V_2_11_2
   127     default "2.13.90" if BINUTILS_V_2_13_90
   128     default "2.14" if BINUTILS_V_2_14
   129     default "2.14.90" if BINUTILS_V_2_14_90
   130     default "2.14.92" if BINUTILS_V_2_14_92
   131     default "2.15" if BINUTILS_V_2_15
   132     default "2.15.90" if BINUTILS_V_2_15_90
   133     default "2.15.91" if BINUTILS_V_2_15_91
   134     default "2.16" if BINUTILS_V_2_16
   135     default "2.16.1" if BINUTILS_V_2_16_1
   136     default "2.17" if BINUTILS_V_2_17
   137     default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
   138     default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
   139     default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
   140     default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
   141     default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
   142     default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
   143     default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
   144     default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
   145     default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
   146     default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
   147     default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11
   148     default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12
   149     default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13
   150     default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
   151 # CT_INSERT_VERSION_STRING_ABOVE
   152 # Don't remove above line!
   153 
   154 config BINUTILS_EXTRA_CONFIG
   155     string
   156     prompt "binutils extra config"
   157     default ""
   158     help
   159       Extra flags passed onto ./configure when configuring
   160 
   161 endmenu