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.
13 depends BR2_GCC_VERSION_3_4_3 || BR2_GCC_VERSION_3_4_4 || BR2_GCC_VERSION_4_0_0
16 prompt "GCC compiler Version" if CONFIG_DEVEL
17 default BR2_GCC_VERSION_3_4_3
19 Select the version of gcc you wish to use.
21 config BR2_GCC_VERSION_3_3_5
24 config BR2_GCC_VERSION_3_4_3
28 config BR2_GCC_VERSION_3_4_4
32 config BR2_GCC_VERSION_4_0_0
38 config BR2_GCC_VERSION
40 default "3.3.5" if BR2_GCC_VERSION_3_3_5
41 default "3.4.3" if BR2_GCC_VERSION_3_4_3 || !CONFIG_DEVEL
42 default "3.4.4" if BR2_GCC_VERSION_3_4_4
43 default "4.0.0" if BR2_GCC_VERSION_4_0_0
46 config BR2_GCC_USE_SJLJ_EXCEPTIONS
48 # default "--enable-sjlj-exceptions"
51 Currently the unwind stuff seems to work for staticly linked apps
52 but not dynamic. So use setjmp/longjmp exceptions by default.
54 config BR2_EXTRA_GCC_CONFIG_OPTIONS
56 prompt "Additional gcc options" if CONFIG_DEVEL
59 Any additional gcc options you may want to include....
61 config BR2_INSTALL_LIBSTDCPP
63 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
66 Build/install c++ compiler and libstdc++?