blob: 355a9dfcd1088e30f2eca8ea08eff5d419becaa7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001def get_alsa_fpu_setting(bb, d):
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002 if d.getVar('TARGET_FPU') in [ 'soft' ]:
3 return "--with-softfloat"
4 return ""