aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sphinx-speech/sphinx-fpu.inc
blob: 73ae2ec16e621c2d3aed34681efa0a86772b14df (plain)
1
2
3
4
5
6
def get_sphinx_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--enable-fixed"
	return ""