config/binutils.in
changeset 1 eeea35fbf182
child 22 3b50052c0586
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/binutils.in	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,133 @@
     1.4 +# binutils options
     1.5 +
     1.6 +menu "binutils"
     1.7 +
     1.8 +config BINUTILS_VERSION
     1.9 +    string
    1.10 +
    1.11 +choice
    1.12 +    bool
    1.13 +    prompt "binutils version"
    1.14 +
    1.15 +config BINUTILS_V_2_11_2
    1.16 +    bool
    1.17 +    prompt "2.11.2"
    1.18 +
    1.19 +config BINUTILS_V_2_13_90
    1.20 +    bool
    1.21 +    prompt "2.13.90"
    1.22 +
    1.23 +config BINUTILS_V_2_14
    1.24 +    bool
    1.25 +    prompt "2.14"
    1.26 +
    1.27 +config BINUTILS_V_2_14_90
    1.28 +    bool
    1.29 +    prompt "2.14.90"
    1.30 +
    1.31 +config BINUTILS_V_2_14_92
    1.32 +    bool
    1.33 +    prompt "2.14.92"
    1.34 +
    1.35 +config BINUTILS_V_2_15
    1.36 +    bool
    1.37 +    prompt "2.15"
    1.38 +
    1.39 +config BINUTILS_V_2_15_90
    1.40 +    bool
    1.41 +    prompt "2.15.90"
    1.42 +
    1.43 +config BINUTILS_V_2_15_91
    1.44 +    bool
    1.45 +    prompt "2.15.91"
    1.46 +
    1.47 +config BINUTILS_V_2_16
    1.48 +    bool
    1.49 +    prompt "2.16"
    1.50 +
    1.51 +config BINUTILS_V_2_16_1
    1.52 +    bool
    1.53 +    prompt "2.16.1"
    1.54 +
    1.55 +config BINUTILS_V_2_17
    1.56 +    bool
    1.57 +    prompt "2.17"
    1.58 +
    1.59 +config BINUTILS_V_2_17_50_0_1
    1.60 +    bool
    1.61 +    prompt "2.17.50.0.1"
    1.62 +
    1.63 +config BINUTILS_V_2_17_50_0_2
    1.64 +    bool
    1.65 +    prompt "2.17.50.0.2"
    1.66 +
    1.67 +config BINUTILS_V_2_17_50_0_3
    1.68 +    bool
    1.69 +    prompt "2.17.50.0.3"
    1.70 +
    1.71 +config BINUTILS_V_2_17_50_0_4
    1.72 +    bool
    1.73 +    prompt "2.17.50.0.4"
    1.74 +
    1.75 +config BINUTILS_V_2_17_50_0_5
    1.76 +    bool
    1.77 +    prompt "2.17.50.0.5"
    1.78 +
    1.79 +config BINUTILS_V_2_17_50_0_6
    1.80 +    bool
    1.81 +    prompt "2.17.50.0.6"
    1.82 +
    1.83 +config BINUTILS_V_2_17_50_0_7
    1.84 +    bool
    1.85 +    prompt "2.17.50.0.7"
    1.86 +
    1.87 +config BINUTILS_V_2_17_50_0_8
    1.88 +    bool
    1.89 +    prompt "2.17.50.0.8"
    1.90 +
    1.91 +config BINUTILS_V_2_17_50_0_9
    1.92 +    bool
    1.93 +    prompt "2.17.50.0.9"
    1.94 +
    1.95 +config BINUTILS_V_2_17_50_0_10
    1.96 +    bool
    1.97 +    prompt "2.17.50.0.10"
    1.98 +
    1.99 +# CT_INSERT_VERSION_ABOVE
   1.100 +# Don't remove qbove line!
   1.101 +endchoice
   1.102 +
   1.103 +config BINUTILS_VERSION
   1.104 +    string
   1.105 +    default "2.11.2" if BINUTILS_V_2_11_2
   1.106 +    default "2.13.90" if BINUTILS_V_2_13_90
   1.107 +    default "2.14" if BINUTILS_V_2_14
   1.108 +    default "2.14.90" if BINUTILS_V_2_14_90
   1.109 +    default "2.14.92" if BINUTILS_V_2_14_92
   1.110 +    default "2.15" if BINUTILS_V_2_15
   1.111 +    default "2.15.90" if BINUTILS_V_2_15_90
   1.112 +    default "2.15.91" if BINUTILS_V_2_15_91
   1.113 +    default "2.16" if BINUTILS_V_2_16
   1.114 +    default "2.16.1" if BINUTILS_V_2_16_1
   1.115 +    default "2.17" if BINUTILS_V_2_17
   1.116 +    default "2.17.50.0.1" if BINUTILS_V_2_17_50_0_1
   1.117 +    default "2.17.50.0.2" if BINUTILS_V_2_17_50_0_2
   1.118 +    default "2.17.50.0.3" if BINUTILS_V_2_17_50_0_3
   1.119 +    default "2.17.50.0.4" if BINUTILS_V_2_17_50_0_4
   1.120 +    default "2.17.50.0.5" if BINUTILS_V_2_17_50_0_5
   1.121 +    default "2.17.50.0.6" if BINUTILS_V_2_17_50_0_6
   1.122 +    default "2.17.50.0.7" if BINUTILS_V_2_17_50_0_7
   1.123 +    default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8
   1.124 +    default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9
   1.125 +    default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
   1.126 +# CT_INSERT_VERSION_STRING_ABOVE
   1.127 +# Don't remove qbove line!
   1.128 +
   1.129 +config BINUTILS_EXTRA_CONFIG
   1.130 +    string
   1.131 +    prompt "binutils extra config"
   1.132 +    default ""
   1.133 +    help
   1.134 +      Extra flags passed onto ./configure when configuring
   1.135 +
   1.136 +endmenu