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/uClibc/config-0.9.31 | |
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/uClibc/config-0.9.31')
-rw-r--r-- | toolchain/uClibc/config-0.9.31/sparc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.31/sparc b/toolchain/uClibc/config-0.9.31/sparc new file mode 100644 index 0000000000..e1596c4100 --- /dev/null +++ b/toolchain/uClibc/config-0.9.31/sparc @@ -0,0 +1,8 @@ +ARCH_BIG_ENDIAN=y +# CONFIG_SPARC_V7 is not set +# CONFIG_SPARC_V8 is not set +CONFIG_SPARC_V9=y +# CONFIG_SPARC_V9B is not set +TARGET_ARCH="sparc" +TARGET_sparc=y +UCLIBC_HAS_LONG_DOUBLE_MATH=y |