increase dvbapp PR.
[vuplus_openembedded] / recipes / sphinx-speech / sphinx-fpu.inc
1
2 def get_sphinx_fpu_setting(bb, d):
3         if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4                 return "--enable-fixed"
5         return ""
6