X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1c22154b162b41a4df9856292f3e87989da2ae6d..98b32a264e1468e10a818c07844f65e73ed2eb7f:/openwrt/toolchain/gcc/Config.in diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 5d525bd8b..356e9ebdf 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/toolchain/gcc/Config.in @@ -16,11 +16,14 @@ config BR2_GCC_VERSION_3_4_4 config BR2_GCC_VERSION_4_0_3 bool - default y if BR2_LINUX_2_6_ARUBA + default y if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE + +config BR2_GCC_VERSION_4_1_0 + bool choice prompt "GCC compiler Version" if CONFIG_DEVEL - default BR2_GCC_VERSION_4_0_3 if BR2_LINUX_2_6_ARUBA + default BR2_GCC_VERSION_4_0_3 if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM default BR2_GCC_VERSION_3_4_6 help