liboil_0.3.15: Consider the soft-float case.
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 May 2009 17:23:29 +0000 (10:23 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 May 2009 17:23:29 +0000 (10:23 -0700)
commita81810bac25bbe1565ea5e327ba8ecc37010c595
tree9e0aad9fa96048a71bf4ac233be1fae3df8d9709
parent914745ead79f70f33b762d66a43f906da2dbe19c
liboil_0.3.15: Consider the soft-float case.

__VFP_FP__ means that the floating point format in use is that of the ARM VFP.
It does not tell if one has VFP unit or not. So using this define will
still use  VFP instructions on cpus which do not have VFP.
To know that we also need to consider __SOFTFP__ which means that
instead of floating point instructions, library calls are
being generated for floating point math operations so that
the code will run on a processor without an FPU.
recipes/liboil/liboil-0.3.15/arm-vfp.patch [new file with mode: 0644]
recipes/liboil/liboil_0.3.15.bb