4 prompt "GCC compiler Version" if TOOLCHAINOPTS
5 default GCC_VERSION_4_0_3 if LINUX_2_6_ARUBA
6 default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM
7 default GCC_VERSION_3_4_6
9 Select the version of gcc you wish to use.
12 config GCC_VERSION_3_4_4
15 config GCC_VERSION_3_4_5
18 config GCC_VERSION_3_4_6
21 config GCC_VERSION_4_0_2
24 config GCC_VERSION_4_0_3
27 config GCC_VERSION_4_1_0
34 prompt "libgcc package" if TOOLCHAINOPTS
35 default y if GCC_VERSION_4_0_2 || GCC_VERSION_4_0_3 || GCC_VERSION_4_1_0
40 prompt "GCC compiler Version" if (TOOLCHAINOPTS && NULL)
41 default "3.4.4" if GCC_VERSION_3_4_4 || LINUX_2_4_BRCM
42 default "3.4.5" if GCC_VERSION_3_4_5
43 default "3.4.6" if GCC_VERSION_3_4_6
44 default "4.0.2" if GCC_VERSION_4_0_2
45 default "4.0.3" if GCC_VERSION_4_0_3 || LINUX_2_6_ARUBA
46 default "4.1.0" if GCC_VERSION_4_1_0
50 config EXTRA_GCC_CONFIG_OPTIONS
52 prompt "Additional gcc options" if TOOLCHAINOPTS
55 Any additional gcc options you may want to include....
57 config INSTALL_LIBSTDCPP
59 prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
62 Build/install c++ compiler and libstdc++?