2 # WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
3 # WARNING -- 2.95 does not currently build natively for the target.
8 prompt "GCC compiler Version"
9 default BR2_GCC_VERSION_3_3_5
11 Select the version of gcc you wish to use.
13 config BR2_GCC_VERSION_3_3_3
16 config BR2_GCC_VERSION_3_3_4
19 config BR2_GCC_VERSION_3_3_5
22 config BR2_GCC_VERSION_3_4_0
25 config BR2_GCC_VERSION_3_4_1
28 config BR2_GCC_VERSION_3_4_2
31 config BR2_GCC_VERSION_3_4_3
36 config BR2_GCC_VERSION
38 default "2.95" if BR2_GCC_VERSION_2_95
39 default "3.3.3" if BR2_GCC_VERSION_3_3_3
40 default "3.3.4" if BR2_GCC_VERSION_3_3_4
41 default "3.3.5" if BR2_GCC_VERSION_3_3_5
42 default "3.4.0" if BR2_GCC_VERSION_3_4_0
43 default "3.4.1" if BR2_GCC_VERSION_3_4_1
44 default "3.4.2" if BR2_GCC_VERSION_3_4_2
45 default "3.4.3" if BR2_GCC_VERSION_3_4_3
48 config BR2_GCC_USE_SJLJ_EXCEPTIONS
50 default "--enable-sjlj-exceptions"
52 Currently the unwind stuff seems to work for staticly linked apps
53 but not dynamic. So use setjmp/longjmp exceptions by default.
55 config BR2_EXTRA_GCC_CONFIG_OPTIONS
56 string "Additional gcc options"
59 Any additional gcc options you may want to include....
61 config BR2_INSTALL_LIBSTDCPP
62 bool "Build/install c++ compiler and libstdc++?"
65 Build/install c++ compiler and libstdc++?