mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
a8090a76b4
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 ""
|
|
|