blob: 50402307c57ce9e50ff020d29c63b7fe34cf09a9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001
2def get_alsa_fpu_setting(bb, d):
3 if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
4 return "--with-softfloat"
5 return ""
6