diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-12-14 07:57:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-12-14 07:57:22 +0000 |
commit | d4bf98f231db99fc5bd9853d0272a2917227b6e0 (patch) | |
tree | e3fa96d9e0604a330f3eb895ba35eef744887c9c /toolchain/gcc/Config.version | |
parent | 77dd090ffb3fc097a50e8e193e0e67324c3ef7d7 (diff) | |
download | upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.tar.gz upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.tar.bz2 upstream-d4bf98f231db99fc5bd9853d0272a2917227b6e0.zip |
add plemininary ultrasparc support
SVN-Revision: 24558
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 9229122ba4..1c887d257c 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -61,4 +61,7 @@ if !TOOLCHAINOPTS default y if powerpc default y if ubicom32 + config GCC_VERSION_4_5_1_LINARO + default y if sparc + endif |