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:20:46 +0000 (22:20 -0400)
commitd6112c9de80681d8494031d36da3526ea8d27582
treefd4011cbe98f24ad72c4ccdc1244866dff83c229
parent0e37b757e02bd11219673f65698e459877fe8bb5
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.
modules/catalyst/arch/mips.py