gcc-common.inc: In get_gcc_fpu_setting make sure we only do soft float for targets.
authorTom Rini <trini@embeddedalley.com>
Mon, 16 Feb 2009 07:22:43 +0000 (02:22 -0500)
committerTom Rini <trini@embeddedalley.com>
Mon, 16 Feb 2009 07:22:43 +0000 (02:22 -0500)
commit05ae151bd506b343d7f5de8f0610221393eb55ea
tree33ec2d324eb5cb3da89cfef63e72a4b362b04a2e
parent01aa3f5d36574e02b9007c80cae85e72440e7880
gcc-common.inc: In get_gcc_fpu_setting make sure we only do soft float for targets.
When we build canadian toolchains (ie mingw-gcc-cross) we run this function,
but we don't want it really it to so add a check on TARGET_OS=linux.
Fixes building for TARGET_FPU=soft mipsel for example.
packages/gcc/gcc-common.inc