diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-08-06 10:42:12 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-08-06 10:42:12 +0000 |
commit | 0113b0a627e1c0ebf19b8601e9828bc4387ce1a3 (patch) | |
tree | 8329bfd9d0e8071bdc527a65d67f535025b2c13d /openwrt/toolchain/gcc/Config.version | |
parent | 2c66496f62e3819bdbd02551709857150989e323 (diff) | |
download | mtk-20170518-0113b0a627e1c0ebf19b8601e9828bc4387ce1a3.zip mtk-20170518-0113b0a627e1c0ebf19b8601e9828bc4387ce1a3.tar.gz mtk-20170518-0113b0a627e1c0ebf19b8601e9828bc4387ce1a3.tar.bz2 |
add XScale support to -ng
SVN-Revision: 4475
Diffstat (limited to 'openwrt/toolchain/gcc/Config.version')
-rw-r--r-- | openwrt/toolchain/gcc/Config.version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/toolchain/gcc/Config.version b/openwrt/toolchain/gcc/Config.version index 877e638..41aa2fb 100644 --- a/openwrt/toolchain/gcc/Config.version +++ b/openwrt/toolchain/gcc/Config.version @@ -15,6 +15,8 @@ if !TOOLCHAINOPTS default y if LINUX_2_4_BRCM config GCC_VERSION_4_1_1 default y if LINUX_2_6_ARUBA + config GCC_VERSION_4_0_3 + default y if LINUX_2_6_XSCALE endif |