blob: 32a6daf7d2826f07bb089846484ec5ceb10364ac [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001
2def get_edje_fpu_setting(bb, d):
Brad Bishop6e60e8b2018-02-01 10:27:11 -05003 if d.getVar('TARGET_FPU') in [ 'soft' ]:
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004 return "--enable-fixed-point"
5 return ""
6