aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edje-fpu.inc
blob: 1af86e3cc0d6c536d99b7de3b4393d651e8fb61c (plain)
1
2
3
4
5
6
def get_edje_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--enable-fixed-point"
	return ""