https://bugs.llvm.org/show_bug.cgi?id=46294
As described in above bug.
in compiler-rt at few places we
__SOFT_FP__
macro used, but never defined any where
either by compiler or config files.
But I do find a similar macro
__SOFTFP__
(missing middle underscore) which defined by compiler.
so in this patch I replaced former macro with latter.