repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
efl1
/
edje-fpu.inc
blob
1af86e3cc0d6c536d99b7de3b4393d651e8fb61c
1
2
def get_edje_fpu_setting(bb, d):
3
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4
return "--enable-fixed-point"
5
return ""
6