config/binutils.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 21:37:03 2009 +0000 (2009-01-27)
changeset 1162 31348b787bed
parent 921 53917beac93d
child 1196 da00c12d9ac8
permissions -rw-r--r--
Add the latest gcc-4.3.3 with the forward-ported patchset from gcc-4.3.2.

/trunk/patches/gcc/4.3.3/210-noteGNUstack-00.patch | 47 26 21 0 ++++---
/trunk/patches/gcc/4.3.3/270-missing-execinfo_h.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/260-uclibc-conf-noupstream.patch | 13 9 4 0 +-
/trunk/patches/gcc/4.3.3/220-noteGNUstack-01.patch | 97 51 46 0 +++++++-------
/trunk/patches/gcc/4.3.3/240-pr25343.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/100-alpha-mieee-default.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/230-pr34571.patch | 23 8 15 0 +--
/trunk/patches/gcc/4.3.3/350-sh-without-headers.patch | 17 10 7 0 +-
/trunk/patches/gcc/4.3.3/330-unwind-for-uClibc.patch | 19 12 7 0 ++-
/trunk/patches/gcc/4.3.3/190-libstdc++-pic.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/150-sparc64-bsd.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/290-index_macro.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/140-netbsd-symbolic.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/110-trampolinewarn.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/160-flatten-switch-stmt-00.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/280-c99-complex-ugly-hack.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/300-libmudflap-susv3-legacy.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/170-libiberty-pic.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/250-sh-pr24836.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/120-java-nomulti.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/320-alpha-signal_h.patch | 14 10 4 0 +-
/trunk/patches/gcc/4.3.3/180-superh-default-multilib.patch | 13 9 4 0 +-
/trunk/patches/gcc/4.3.3/340-make-mno-spe-work-as-expected.patch | 41 23 18 0 +++---
/trunk/patches/gcc/4.3.3/200-pr24170.patch | 23 14 9 0 ++-
/trunk/patches/gcc/4.3.3/310-arm-softfloat.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/130-cross-compile.patch | 23 14 9 0 ++-
/trunk/config/cc/gcc.in | 7 7 0 0 +
27 files changed, 334 insertions(+), 210 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