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
/
navit
/
navit-fpu.inc
blob
d333b92001d5d8b6299f9d9ab04d27ca9341a550
1
2
def get_navit_fpu_setting(bb, d):
3
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4
return "--enable-avoid-float"
5
return ""
6