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.
9 config BR2_GCC_VERSION_3_4_4
11 default y if BR2_LINUX_2_4_BRCM
13 config BR2_GCC_VERSION_4_0_2
15 default y if BR2_LINUX_2_6_ARUBA
18 prompt "GCC compiler Version" if CONFIG_DEVEL
19 default BR2_GCC_VERSION_4_0_2 if BR2_LINUX_2_6_ARUBA
20 default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM
21 default BR2_GCC_VERSION_3_4_6
23 Select the version of gcc you wish to use.
25 config BR2_GCC_VERSION_3_4_4
28 config BR2_GCC_VERSION_3_4_5
31 config BR2_GCC_VERSION_3_4_6
34 config BR2_GCC_VERSION_4_0_2
36 select BR2_PACKAGE_LIBGCC
38 config BR2_GCC_VERSION_4_1_0
40 select BR2_PACKAGE_LIBGCC
44 config BR2_GCC_VERSION
46 default "3.4.4" if BR2_GCC_VERSION_3_4_4
47 default "3.4.5" if BR2_GCC_VERSION_3_4_5
48 default "3.4.6" if BR2_GCC_VERSION_3_4_6
49 default "4.0.2" if BR2_GCC_VERSION_4_0_2
50 default "4.1.0" if BR2_GCC_VERSION_4_1_0
54 config BR2_GCC_USE_SJLJ_EXCEPTIONS
56 # default "--enable-sjlj-exceptions"
59 Currently the unwind stuff seems to work for staticly linked apps
60 but not dynamic. So use setjmp/longjmp exceptions by default.
62 config BR2_EXTRA_GCC_CONFIG_OPTIONS
64 prompt "Additional gcc options" if CONFIG_DEVEL
67 Any additional gcc options you may want to include....
69 config BR2_INSTALL_LIBSTDCPP
71 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
74 Build/install c++ compiler and libstdc++?