summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-04-14 10:23:54 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-04-14 10:23:54 +0000
commit25bba9554f1383e9c76a1a63eec4659c32b947cf (patch)
treec6dea87c99b5cdc72da3811f3f95227c64f5fb3c /openwrt/toolchain/gcc/Config.in
parent9b93a39c2c52142e7200f9aee8735d5a2b7793d5 (diff)
downloadmtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.zip
mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.gz
mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.bz2
add preliminary support for the XScale port, generic endianness indication
SVN-Revision: 3648
Diffstat (limited to 'openwrt/toolchain/gcc/Config.in')
-rw-r--r--openwrt/toolchain/gcc/Config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in
index 5d525bd..356e9eb 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