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.
15 prompt "GCC compiler Version" if CONFIG_DEVEL
16 default BR2_GCC_VERSION_3_3_5
18 Select the version of gcc you wish to use.
20 config BR2_GCC_VERSION_3_3_3
23 config BR2_GCC_VERSION_3_3_4
26 config BR2_GCC_VERSION_3_3_5
29 config BR2_GCC_VERSION_3_4_0
33 config BR2_GCC_VERSION_3_4_1
37 config BR2_GCC_VERSION_3_4_2
41 config BR2_GCC_VERSION_3_4_3
47 config BR2_GCC_VERSION
49 default "3.3.3" if BR2_GCC_VERSION_3_3_3
50 default "3.3.4" if BR2_GCC_VERSION_3_3_4
51 default "3.3.5" if BR2_GCC_VERSION_3_3_5 || !CONFIG_DEVEL
52 default "3.4.0" if BR2_GCC_VERSION_3_4_0
53 default "3.4.1" if BR2_GCC_VERSION_3_4_1
54 default "3.4.2" if BR2_GCC_VERSION_3_4_2
55 default "3.4.3" if BR2_GCC_VERSION_3_4_3
58 config BR2_GCC_USE_SJLJ_EXCEPTIONS
60 # default "--enable-sjlj-exceptions"
63 Currently the unwind stuff seems to work for staticly linked apps
64 but not dynamic. So use setjmp/longjmp exceptions by default.
66 config BR2_EXTRA_GCC_CONFIG_OPTIONS
68 prompt "Additional gcc options" if CONFIG_DEVEL
71 Any additional gcc options you may want to include....
73 config BR2_INSTALL_LIBSTDCPP
75 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
78 Build/install c++ compiler and libstdc++?