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_4 || BR2_GCC_VERSION_3_4_5 || BR2_GCC_VERSION_4_0_2 || BR2_GCC_VERSION_4_1_0
16 prompt "GCC compiler Version" if CONFIG_DEVEL
17 default BR2_GCC_VERSION_4_0_2 if BR2_LINUX_2_6_ARUBA
18 default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM
19 default BR2_GCC_VERSION_3_4_5
21 Select the version of gcc you wish to use.
23 config BR2_GCC_VERSION_3_4_4
27 config BR2_GCC_VERSION_3_4_5
31 config BR2_GCC_VERSION_4_0_2
34 select BR2_PACKAGE_LIBGCC
36 config BR2_GCC_VERSION_4_1_0
39 select BR2_PACKAGE_LIBGCC
43 config BR2_GCC_VERSION
45 default "3.4.4" if BR2_GCC_VERSION_3_4_4
46 default "3.4.5" if BR2_GCC_VERSION_3_4_5 || !CONFIG_DEVEL
47 default "4.0.2" if BR2_GCC_VERSION_4_0_2
48 default "4.1.0" if BR2_GCC_VERSION_4_1_0
51 config BR2_GCC_USE_SJLJ_EXCEPTIONS
53 # default "--enable-sjlj-exceptions"
56 Currently the unwind stuff seems to work for staticly linked apps
57 but not dynamic. So use setjmp/longjmp exceptions by default.
59 config BR2_EXTRA_GCC_CONFIG_OPTIONS
61 prompt "Additional gcc options" if CONFIG_DEVEL
64 Any additional gcc options you may want to include....
66 config BR2_INSTALL_LIBSTDCPP
68 prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
71 Build/install c++ compiler and libstdc++?