config/cc/gcc.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 1129 cf598d70f6ea
child 1268 5594b05bc2d8
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(-)
yann@448
     1
# Compiler options
yann@448
     2
yann@923
     3
config CC_gcc
yann@923
     4
    select CC_SUPPORT_CXX
yann@923
     5
    select CC_SUPPORT_FORTRAN
yann@923
     6
    select CC_SUPPORT_JAVA
yann@923
     7
    select CC_SUPPORT_ADA
yann@923
     8
    select CC_SUPPORT_OBJC
yann@923
     9
    select CC_SUPPORT_OBJCXX
yann@923
    10
    help
yann@923
    11
      gcc is the full-blown GNU compiler. This is what most people will choose.
yann@923
    12
      
yann@923
    13
      gcc supports many languages, a powerful code parser, optimised binary
yann@923
    14
      output, and lots of other features.
yann@923
    15
yann@448
    16
choice
yann@448
    17
    bool
yann@448
    18
    prompt "gcc version"
yann@448
    19
yann@448
    20
config CC_V_3_2_3
yann@448
    21
    bool
yann@448
    22
    prompt "3.2.3 (OBSOLETE)"
yann@448
    23
    depends on OBSOLETE
yann@448
    24
yann@448
    25
config CC_V_3_3_6
yann@448
    26
    bool
yann@448
    27
    prompt "3.3.6 (OBSOLETE)"
yann@448
    28
    depends on OBSOLETE
yann@448
    29
yann@448
    30
config CC_V_3_4_6
yann@448
    31
    bool
yann@448
    32
    prompt "3.4.6 (OBSOLETE)"
yann@448
    33
    depends on OBSOLETE
yann@448
    34
yann@448
    35
config CC_V_4_0_0
yann@448
    36
    bool
yann@448
    37
    prompt "4.0.0 (OBSOLETE)"
yann@448
    38
    depends on OBSOLETE
yann@448
    39
yann@448
    40
config CC_V_4_0_1
yann@448
    41
    bool
yann@448
    42
    prompt "4.0.1 (OBSOLETE)"
yann@448
    43
    depends on OBSOLETE
yann@448
    44
yann@448
    45
config CC_V_4_0_2
yann@448
    46
    bool
yann@448
    47
    prompt "4.0.2 (OBSOLETE)"
yann@448
    48
    depends on OBSOLETE
yann@448
    49
yann@448
    50
config CC_V_4_0_3
yann@448
    51
    bool
yann@448
    52
    prompt "4.0.3 (OBSOLETE)"
yann@448
    53
    depends on OBSOLETE
yann@448
    54
yann@448
    55
config CC_V_4_0_4
yann@448
    56
    bool
yann@448
    57
    prompt "4.0.4"
yann@448
    58
yann@448
    59
config CC_V_4_1_0
yann@448
    60
    bool
yann@448
    61
    prompt "4.1.0 (OBSOLETE)"
yann@448
    62
    depends on OBSOLETE
yann@448
    63
yann@448
    64
config CC_V_4_1_1
yann@448
    65
    bool
yann@448
    66
    prompt "4.1.1 (OBSOLETE)"
yann@448
    67
    depends on OBSOLETE
yann@448
    68
yann@448
    69
config CC_V_4_1_2
yann@448
    70
    bool
yann@448
    71
    prompt "4.1.2"
yann@448
    72
yann@448
    73
config CC_V_4_2_0
yann@448
    74
    bool
yann@448
    75
    prompt "4.2.0"
yann@448
    76
yann@448
    77
config CC_V_4_2_1
yann@448
    78
    bool
yann@448
    79
    prompt "4.2.1"
yann@448
    80
yann@448
    81
config CC_V_4_2_2
yann@448
    82
    bool
yann@448
    83
    prompt "4.2.2"
yann@448
    84
yann@448
    85
config CC_V_4_2_3
yann@448
    86
    bool
yann@551
    87
    prompt "4.2.3"
yann@448
    88
yann@687
    89
config CC_V_4_2_4
yann@687
    90
    bool
yann@687
    91
    prompt "4.2.4"
yann@687
    92
yann@550
    93
config CC_V_4_3_0
yann@550
    94
    bool
yann@550
    95
    prompt "4.3.0 (EXPERIMENTAL)"
yann@550
    96
    depends on EXPERIMENTAL
yann@550
    97
    select CC_GCC_4_3_or_later
yann@550
    98
yann@550
    99
config CC_V_4_3_1
yann@550
   100
    bool
yann@794
   101
    prompt "4.3.1"
yann@550
   102
    select CC_GCC_4_3_or_later
yann@550
   103
yann@874
   104
config CC_V_4_3_2
yann@874
   105
    bool
yann@881
   106
    prompt "4.3.2"
yann@874
   107
    select CC_GCC_4_3_or_later
yann@874
   108
yann@1162
   109
config CC_V_4_3_3
yann@1162
   110
    bool
yann@1162
   111
    prompt "4.3.3 (EXPERIMENTAL)"
yann@1162
   112
    depends on EXPERIMENTAL
yann@1162
   113
    select CC_GCC_4_3_or_later
yann@1162
   114
yann@448
   115
# CT_INSERT_VERSION_ABOVE
yann@448
   116
# Don't remove above line!
yann@448
   117
endchoice
yann@448
   118
yann@448
   119
config CC_VERSION
yann@448
   120
    string
yann@448
   121
    default "3.2.3" if CC_V_3_2_3
yann@448
   122
    default "3.3.6" if CC_V_3_3_6
yann@448
   123
    default "3.4.6" if CC_V_3_4_6
yann@448
   124
    default "4.0.0" if CC_V_4_0_0
yann@448
   125
    default "4.0.1" if CC_V_4_0_1
yann@448
   126
    default "4.0.2" if CC_V_4_0_2
yann@448
   127
    default "4.0.3" if CC_V_4_0_3
yann@448
   128
    default "4.0.4" if CC_V_4_0_4
yann@448
   129
    default "4.1.0" if CC_V_4_1_0
yann@448
   130
    default "4.1.1" if CC_V_4_1_1
yann@448
   131
    default "4.1.2" if CC_V_4_1_2
yann@448
   132
    default "4.2.0" if CC_V_4_2_0
yann@448
   133
    default "4.2.1" if CC_V_4_2_1
yann@448
   134
    default "4.2.2" if CC_V_4_2_2
yann@448
   135
    default "4.2.3" if CC_V_4_2_3
yann@687
   136
    default "4.2.4" if CC_V_4_2_4
yann@550
   137
    default "4.3.0" if CC_V_4_3_0
yann@550
   138
    default "4.3.1" if CC_V_4_3_1
yann@874
   139
    default "4.3.2" if CC_V_4_3_2
yann@1162
   140
    default "4.3.3" if CC_V_4_3_3
yann@448
   141
# CT_INSERT_VERSION_STRING_ABOVE
yann@448
   142
# Don't remove above line!
yann@448
   143
yann@545
   144
config CC_GCC_4_3_or_later
yann@545
   145
    bool
yann@545
   146
    default n
yann@602
   147
    select GMP_MPFR
yann@545
   148
yann@448
   149
config CC_CXA_ATEXIT
yann@448
   150
    bool
yann@765
   151
    prompt "Use __cxa_atexit"
yann@765
   152
    default y
yann@850
   153
    depends on ! BARE_METAL
yann@448
   154
    help
yann@448
   155
      If you get the missing symbol "__cxa_atexit" when building C++ programs,
yann@448
   156
      you might want to try disabling this option.
yann@448
   157
yann@765
   158
choice
yann@765
   159
    bool
yann@765
   160
    prompt "Use sjlj for exceptions"
yann@765
   161
    default CC_SJLJ_EXCEPTIONS_CONFIGURE
yann@850
   162
    depends on ! BARE_METAL
yann@765
   163
yann@765
   164
# This config option is used nowhere in the code on purpose.
yann@765
   165
# It only serves as a choice entry to force neither using nor not using sjlj
yann@765
   166
config CC_SJLJ_EXCEPTIONS_CONFIGURE
yann@765
   167
    bool
yann@765
   168
    prompt "Let configure decide"
yann@765
   169
    help
yann@765
   170
      Let configure decide if setjmp/longjmp should be used to handle
yann@765
   171
      exceptions.
yann@765
   172
      
yann@765
   173
      Choose that if you trust configure to detect the correct settings.
yann@765
   174
      This is the default choice.
yann@765
   175
yann@765
   176
config CC_SJLJ_EXCEPTIONS_USE
yann@765
   177
    bool
yann@765
   178
    prompt "Force using sjlj"
yann@765
   179
    help
yann@765
   180
      Do use setjmp/longjmp for exceptions.
yann@765
   181
      This is gcc's --enable-sjlj-exceptions configure switch.
yann@765
   182
      
yann@765
   183
      Choose that if you want to use setjmp/longjmp to handle exceptions.
yann@765
   184
yann@765
   185
config CC_SJLJ_EXCEPTIONS_DONT_USE
yann@765
   186
    bool
yann@765
   187
    prompt "Force not using sjlj"
yann@765
   188
    help
yann@765
   189
      Do not use setjmp/longjmp for exceptions.
yann@765
   190
      This is gcc's --disable-sjlj-exceptions configure switch.
yann@765
   191
      
yann@765
   192
      Choose that if you want to not use setjmp/longjmp to handle exceptions.
yann@765
   193
yann@765
   194
endchoice
yann@765
   195
yann@448
   196
config CC_CORE_EXTRA_CONFIG
yann@448
   197
    string
yann@448
   198
    prompt "Core gcc extra config"
yann@448
   199
    default ""
yann@448
   200
    help
yann@448
   201
      Extra flags to pass onto ./configure when configuring the core gcc.
yann@448
   202
      
yann@448
   203
      The core gcc is a stripped down, C-only compiler needed to build
yann@448
   204
      the C library. Kinda bootstrap gcc, if you wish.
yann@448
   205
yann@448
   206
config CC_EXTRA_CONFIG
yann@448
   207
    string
yann@448
   208
    prompt "gcc extra config"
yann@448
   209
    default ""
yann@850
   210
    depends on ! BARE_METAL
yann@448
   211
    help
yann@448
   212
      Extra flags to pass onto ./configure when configuring gcc.
yann@466
   213
yann@545
   214
config CC_PKGVERSION
yann@545
   215
    string
yann@545
   216
    prompt "gcc ID string"
yann@545
   217
    depends on CC_GCC_4_3_or_later
yann@545
   218
    default "crosstool-NG-${CT_VERSION}"
yann@545
   219
    help
yann@545
   220
      Specify a string that identifies your package. You may wish to include
yann@545
   221
      a build number or build date. This version string will be included in
yann@545
   222
      the output of gcc --version.
yann@545
   223
yann@545
   224
      This is passed to the configure flag --with-pkgversion.
yann@545
   225
yann@545
   226
config CC_BUGURL
yann@545
   227
    string
yann@545
   228
    prompt "gcc bug URL"
yann@545
   229
    depends on CC_GCC_4_3_or_later
yann@545
   230
    default ""
yann@545
   231
    help
yann@545
   232
      Specify the URL that users should visit if they wish to report a bug.
yann@1129
   233
yann@1129
   234
config CC_LANG_JAVA_USE_ECJ
yann@1129
   235
    bool
yann@1129
   236
    default y
yann@1129
   237
    depends on CC_LANG_JAVA
yann@1129
   238
    depends on CC_GCC_4_3_or_later