libvorbis: use BR2_SOFT_FLOAT to set default for tremor

Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
This commit is contained in:
Peter Korsgaard 2008-06-16 11:42:19 +00:00
parent cebf9e668d
commit a1c98b4216
1 changed files with 1 additions and 1 deletions

View File

@ -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