config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 06 22:22:02 2009 +0000 (2009-01-06)
changeset 1130 78681fe5cdd1
parent 921 53917beac93d
child 1196 da00c12d9ac8
permissions -rw-r--r--
Update all samples to the latest set of config options.
There might be some small issues here and there due to the split of CT_ExtractAndPatch.

/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++---
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++---
/trunk/samples/arm-unknown-elf/crosstool.config | 8 4 4 0 +++---
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/armeb-unknown-eabi/crosstool.config | 8 4 4 0 +++---
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++---
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/arm-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++---
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 5 2 3 0 ++---
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++---
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/powerpc-405-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/mips-unknown-elf/crosstool.config | 8 4 4 0 +++---
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 11 8 3 0 +++++++---
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++---
/trunk/samples/arm-unknown-eabi/crosstool.config | 8 4 4 0 +++---
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++---
/trunk/samples/powerpc-860-linux-gnu/crosstool.config | 13 10 3 0 +++++++++---
28 files changed, 237 insertions(+), 88 deletions(-)
     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_14
    13     bool
    14     prompt "2.14 (OBSOLETE)"
    15     depends on OBSOLETE
    16 
    17 config BINUTILS_V_2_15
    18     bool
    19     prompt "2.15 (OBSOLETE)"
    20     depends on OBSOLETE
    21 
    22 config BINUTILS_V_2_16_1
    23     bool
    24     prompt "2.16.1"
    25 
    26 config BINUTILS_V_2_17
    27     bool
    28     prompt "2.17"
    29 
    30 config BINUTILS_V_2_18
    31     bool
    32     prompt "2.18"
    33 
    34 config BINUTILS_V_2_18_50_0_4
    35     bool
    36     prompt "2.18.50.0.4 (EXPERIMENTAL)"
    37     depends on EXPERIMENTAL
    38 
    39 config BINUTILS_V_2_18_50_0_6
    40     bool
    41     prompt "2.18.50.0.6 (EXPERIMENTAL)"
    42     depends on EXPERIMENTAL
    43 
    44 config BINUTILS_V_2_18_50_0_7
    45     bool
    46     prompt "2.18.50.0.7 (EXPERIMENTAL)"
    47     depends on EXPERIMENTAL
    48 
    49 config BINUTILS_V_2_18_50_0_8
    50     bool
    51     prompt "2.18.50.0.8 (EXPERIMENTAL)"
    52     depends on EXPERIMENTAL
    53 
    54 config BINUTILS_V_2_18_50_0_9
    55     bool
    56     prompt "2.18.50.0.9 (EXPERIMENTAL)"
    57     depends on EXPERIMENTAL
    58 
    59 config BINUTILS_V_2_18_90
    60     bool
    61     prompt "2.18.90 (EXPERIMENTAL)"
    62     depends on EXPERIMENTAL
    63 
    64 config BINUTILS_V_2_18_91
    65     bool
    66     prompt "2.18.91 (EXPERIMENTAL)"
    67     depends on EXPERIMENTAL
    68 
    69 config BINUTILS_V_2_18_92
    70     bool
    71     prompt "2.18.92 (EXPERIMENTAL)"
    72     depends on EXPERIMENTAL
    73 
    74 config BINUTILS_V_2_18_93
    75     bool
    76     prompt "2.18.93 (EXPERIMENTAL)"
    77     depends on EXPERIMENTAL
    78 
    79 config BINUTILS_V_2_19
    80     bool
    81     prompt "2.19"
    82 
    83 config BINUTILS_V_2_19_50_0_1
    84     bool
    85     prompt "2.19.50.0.1 (EXPERIMENTAL)"
    86     depends on EXPERIMENTAL
    87 
    88 # CT_INSERT_VERSION_ABOVE
    89 # Don't remove above line!
    90 endchoice
    91 
    92 config BINUTILS_VERSION
    93     string
    94     default "2.14" if BINUTILS_V_2_14
    95     default "2.15" if BINUTILS_V_2_15
    96     default "2.16.1" if BINUTILS_V_2_16_1
    97     default "2.17" if BINUTILS_V_2_17
    98     default "2.18" if BINUTILS_V_2_18
    99     default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
   100     default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
   101     default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
   102     default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
   103     default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
   104     default "2.18.90" if BINUTILS_V_2_18_90
   105     default "2.18.91" if BINUTILS_V_2_18_91
   106     default "2.18.92" if BINUTILS_V_2_18_92
   107     default "2.18.93" if BINUTILS_V_2_18_93
   108     default "2.19" if BINUTILS_V_2_19
   109     default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
   110 # CT_INSERT_VERSION_STRING_ABOVE
   111 # Don't remove above line!
   112 
   113 config BINUTILS_EXTRA_CONFIG
   114     string
   115     prompt "binutils extra config"
   116     default ""
   117     help
   118       Extra flags passed onto ./configure when configuring
   119 
   120 config BINUTILS_FOR_TARGET
   121     bool
   122     prompt "binutils libraries for the target"
   123     depends on ! BARE_METAL
   124     default n
   125     help
   126       Some utilities may need binutils libraries to be available on
   127       the target, eg. oprofile.
   128 
   129 if BINUTILS_FOR_TARGET
   130 
   131 config BINUTILS_FOR_TARGET_IBERTY
   132     bool
   133     prompt "libiberty"
   134     default y
   135 
   136 config BINUTILS_FOR_TARGET_BFD
   137     bool
   138     prompt "libbfd"
   139     default y
   140 
   141 endif # BINUTILS_FOR_TARGET
   142 
   143 endmenu