ccache: update to 3.2.3
[openembedded.git] / recipes / clutter / clutter-fpu.inc
1
2 def get_clutter_fpu_setting(bb, d):
3         if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4                 return "--without-fpu"
5         return ""
6