diff options
Diffstat (limited to 'packages/sphinx-speech/sphinx-fpu.inc')
-rw-r--r-- | packages/sphinx-speech/sphinx-fpu.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/sphinx-speech/sphinx-fpu.inc b/packages/sphinx-speech/sphinx-fpu.inc deleted file mode 100644 index 73ae2ec16e..0000000000 --- a/packages/sphinx-speech/sphinx-fpu.inc +++ /dev/null @@ -1,6 +0,0 @@ - -def get_sphinx_fpu_setting(bb, d): - if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: - return "--enable-fixed" - return "" - |