summaryrefslogtreecommitdiffstats
path: root/package/libvorbis
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 11:42:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 11:42:19 +0000
commita1c98b42160ad10e928dc3aad1c72e2b972b6d63 (patch)
tree2384c5ebd377c34c2bf6728191cac172ef2c4278 /package/libvorbis
parentcebf9e668dcc015e2d00ea64321f8a1843ab4844 (diff)
downloadbuildroot-novena-a1c98b42160ad10e928dc3aad1c72e2b972b6d63.tar.gz
buildroot-novena-a1c98b42160ad10e928dc3aad1c72e2b972b6d63.zip
libvorbis: use BR2_SOFT_FLOAT to set default for tremor
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in
index 88c01accf..b47011e7f 100644
--- a/package/libvorbis/Config.in
+++ b/package/libvorbis/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBVORBIS
config BR2_PACKAGE_LIBVORBIS_TREMOR
bool "use fixed point implementation (tremor)
- default y if BR2_arm || BR2_avr32
+ default y if BR2_SOFT_FLOAT
default n
depends on BR2_PACKAGE_LIBVORBIS
help