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.
10 prompt "GCC compiler Version" if CONFIG_DEVEL
11 default BR2_GCC_VERSION_3_3_5
13 Select the version of gcc you wish to use.
15 config BR2_GCC_VERSION_3_3_3
18 config BR2_GCC_VERSION_3_3_4
21 config BR2_GCC_VERSION_3_3_5
24 config BR2_GCC_VERSION_3_4_0
27 config BR2_GCC_VERSION_3_4_1
30 config BR2_GCC_VERSION_3_4_2
33 config BR2_GCC_VERSION_3_4_3
38 config BR2_GCC_VERSION
40 default "3.3.3" if BR2_GCC_VERSION_3_3_3
41 default "3.3.4" if BR2_GCC_VERSION_3_3_4
42 default "3.3.5" if BR2_GCC_VERSION_3_3_5 || !CONFIG_DEVEL
43 default "3.4.0" if BR2_GCC_VERSION_3_4_0
44 default "3.4.1" if BR2_GCC_VERSION_3_4_1
45 default "3.4.2" if BR2_GCC_VERSION_3_4_2
46 default "3.4.3" if BR2_GCC_VERSION_3_4_3
49 config BR2_GCC_USE_SJLJ_EXCEPTIONS
51 # default "--enable-sjlj-exceptions"
54 Currently the unwind stuff seems to work for staticly linked apps
55 but not dynamic. So use setjmp/longjmp exceptions by default.
57 config BR2_EXTRA_GCC_CONFIG_OPTIONS
59 prompt "Additional gcc options" if CONFIG_DEVEL
62 Any additional gcc options you may want to include....
64 config BR2_INSTALL_LIBSTDCPP
66 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
69 Build/install c++ compiler and libstdc++?