5 lines
126 B
C++
5 lines
126 B
C++
def get_alsa_fpu_setting(bb, d):
|
|
if d.getVar('TARGET_FPU') in [ 'soft' ]:
|
|
return "--with-softfloat"
|
|
return ""
|