mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:29:36 +00:00
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 lines
141 B
PHP
7 lines
141 B
PHP
|
|
def get_libopus_fpu_setting(bb, d):
|
|
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
|
|
return "--enable-fixed-point"
|
|
return ""
|
|
|