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 # the choice option below is completely ignored
11 # if CONFIG_DEVEL isn't set, so we have to set
12 # these manually ... annoying.
13 config BR2_GCC_VERSION_3_4_4
15 default y if BR2_LINUX_2_4_BRCM
17 config BR2_GCC_VERSION_4_0_3
19 default y if BR2_LINUX_2_6_ARUBA
22 prompt "GCC compiler Version" if CONFIG_DEVEL
23 default BR2_GCC_VERSION_4_0_3 if BR2_LINUX_2_6_ARUBA
24 default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM
25 default BR2_GCC_VERSION_3_4_6
27 Select the version of gcc you wish to use.
30 config BR2_GCC_VERSION_3_4_4
33 config BR2_GCC_VERSION_3_4_5
36 config BR2_GCC_VERSION_3_4_6
39 config BR2_GCC_VERSION_4_0_2
42 config BR2_GCC_VERSION_4_0_3
45 config BR2_GCC_VERSION_4_1_0
51 config BR2_PACKAGE_LIBGCC
53 default y if BR2_GCC_VERSION_4_0_2 || BR2_GCC_VERSION_4_0_3 || BR2_GCC_VERSION_4_1_0
54 default m if CONFIG_DEVEL
57 config BR2_GCC_VERSION
59 default "3.4.4" if BR2_GCC_VERSION_3_4_4
60 default "3.4.5" if BR2_GCC_VERSION_3_4_5
61 default "3.4.6" if BR2_GCC_VERSION_3_4_6
62 default "4.0.2" if BR2_GCC_VERSION_4_0_2
63 default "4.0.3" if BR2_GCC_VERSION_4_0_3
64 default "4.1.0" if BR2_GCC_VERSION_4_1_0
68 config BR2_GCC_USE_SJLJ_EXCEPTIONS
70 # default "--enable-sjlj-exceptions"
73 Currently the unwind stuff seems to work for staticly linked apps
74 but not dynamic. So use setjmp/longjmp exceptions by default.
76 config BR2_EXTRA_GCC_CONFIG_OPTIONS
78 prompt "Additional gcc options" if CONFIG_DEVEL
81 Any additional gcc options you may want to include....
83 config BR2_INSTALL_LIBSTDCPP
85 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
88 Build/install c++ compiler and libstdc++?