diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:59:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:59:46 +0000 |
commit | 22a6c09b599b06bfea0c485e182844c9077e8536 (patch) | |
tree | 295561e3ea959fbcf33cb47b382dd4fcda9aacb2 /packages/sphinx-speech/sphinx-fpu.inc | |
parent | 8aa18f979e3ae6014e8303fcd2196e22e8f713df (diff) |
add sphinx, a full text indexer
Diffstat (limited to 'packages/sphinx-speech/sphinx-fpu.inc')
-rw-r--r-- | packages/sphinx-speech/sphinx-fpu.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sphinx-speech/sphinx-fpu.inc b/packages/sphinx-speech/sphinx-fpu.inc new file mode 100644 index 0000000000..73ae2ec16e --- /dev/null +++ b/packages/sphinx-speech/sphinx-fpu.inc @@ -0,0 +1,6 @@ + +def get_sphinx_fpu_setting(bb, d): + if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: + return "--enable-fixed" + return "" + |