mips.py: add mips32 softfloat targets
authorMatt Turner <mattst88@gmail.com>
Mon, 17 Oct 2011 02:16:45 +0000 (22:16 -0400)
committerMatt Turner <mattst88@gmail.com>
Mon, 17 Oct 2011 02:16:45 +0000 (22:16 -0400)
commitbb3c7c26a878f620d09821ff6a8246db41974198
tree4c338b2967173cf94a9d549c190ef504ed8b9bb9
parent84a03a1ee7ffd009b1c96626cb700d11519f5da3
mips.py: add mips32 softfloat targets

softfloat targets are for producing a userland (ie glibc, gcc) that
handles software floating-point emulation in userspace. The alternative
is configuring your kernel to emulate floating-point math, which is
slower but allows you to use a standard "hard float" userland.
arch/mips.py