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
ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git]
/
recipes
/
poppler
/
poppler-fpu.inc
blob
a26273020aaf4da7511e6ce48f3cf74fcb3c4611
1
2
def get_poppler_fpu_setting(bb, d):
3
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4
return "--enable-fixedpoint"
5
return ""
6