diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:31 +0000 |
commit | c6f7a359eca272434cb66645b9721e1ba8b456e2 (patch) | |
tree | cc441995e5fe2d810f355bba6f9b32f28909fa47 /toolchain/uClibc/config-0.9.33.2/mips64.32 | |
parent | 6ac8d169bdacf7263b9a4433e209dc5b378830ae (diff) | |
download | upstream-c6f7a359eca272434cb66645b9721e1ba8b456e2.tar.gz upstream-c6f7a359eca272434cb66645b9721e1ba8b456e2.tar.bz2 upstream-c6f7a359eca272434cb66645b9721e1ba8b456e2.zip |
toolchain/uClibc: handle different MIPS64 ABIs
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36207 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/config-0.9.33.2/mips64.32')
-rw-r--r-- | toolchain/uClibc/config-0.9.33.2/mips64.32 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.33.2/mips64.32 b/toolchain/uClibc/config-0.9.33.2/mips64.32 new file mode 100644 index 0000000000..03f7fbaeea --- /dev/null +++ b/toolchain/uClibc/config-0.9.33.2/mips64.32 @@ -0,0 +1,18 @@ +ARCH_ANY_ENDIAN=y +ARCH_BIG_ENDIAN=y +ARCH_CFLAGS="-mno-split-addresses" +ARCH_WANTS_BIG_ENDIAN=y +# CONFIG_MIPS_ISA_1 is not set +# CONFIG_MIPS_ISA_2 is not set +# CONFIG_MIPS_ISA_3 is not set +# CONFIG_MIPS_ISA_4 is not set +# CONFIG_MIPS_ISA_MIPS32 is not set +# CONFIG_MIPS_ISA_MIPS32R2 is not set +CONFIG_MIPS_ISA_MIPS64=y +# CONFIG_MIPS_N32_ABI is not set +# CONFIG_MIPS_N64_ABI is not set +CONFIG_MIPS_O32_ABI=y +TARGET_ARCH="mips" +TARGET_mips=y +TARGET_SUBARCH="mips64" +UCLIBC_HAS_FPU=y |