diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
commit | d6e148309f18b80720dd394c39a6d48a925c48a2 (patch) | |
tree | f047de559d76c0cb08cc186f604bf4cd1a5d5d22 /packages/sphinx/sphinx-fpu.inc | |
parent | 284125854fb39564f2e9b625afcc6a59c4367763 (diff) |
sphinx: update to latest release
Diffstat (limited to 'packages/sphinx/sphinx-fpu.inc')
-rw-r--r-- | packages/sphinx/sphinx-fpu.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sphinx/sphinx-fpu.inc b/packages/sphinx/sphinx-fpu.inc new file mode 100644 index 0000000000..73ae2ec16e --- /dev/null +++ b/packages/sphinx/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 "" + |