blob: d9637022ff478d974327a8f59d8deca073e0233c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001
2def get_navit_fpu_setting(bb, d):
3 if d.getVar('TARGET_FPU', 1) in [ 'soft' ]:
4 return "--enable-avoid-float"
5 return ""
6