diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 12:54:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 12:54:08 +0000 |
commit | 74da93780bd8f6eee72b17b4ceb6e43d45d672cf (patch) | |
tree | 9604c092de762ab0bffe6f557aca0f4b2e012ca0 /toolchain/uClibc/config-0.9.32 | |
parent | ee87d99006f207e16b0d4d18f7441ee1ca026ba1 (diff) | |
download | upstream-74da93780bd8f6eee72b17b4ceb6e43d45d672cf.tar.gz upstream-74da93780bd8f6eee72b17b4ceb6e43d45d672cf.tar.bz2 upstream-74da93780bd8f6eee72b17b4ceb6e43d45d672cf.zip |
LEON is SPARC v8
SVN-Revision: 25141
Diffstat (limited to 'toolchain/uClibc/config-0.9.32')
-rw-r--r-- | toolchain/uClibc/config-0.9.32/sparc.leon | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.32/sparc.leon b/toolchain/uClibc/config-0.9.32/sparc.leon new file mode 100644 index 0000000000..eb725ac05d --- /dev/null +++ b/toolchain/uClibc/config-0.9.32/sparc.leon @@ -0,0 +1,8 @@ +ARCH_BIG_ENDIAN=y +# CONFIG_SPARC_V7 is not set +CONFIG_SPARC_V8=y +# CONFIG_SPARC_V9 is not set +# CONFIG_SPARC_V9B is not set +TARGET_ARCH="sparc" +TARGET_sparc=y +UCLIBC_HAS_LONG_DOUBLE_MATH=y |