diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:42:19 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:42:19 +0000 |
commit | a1c98b42160ad10e928dc3aad1c72e2b972b6d63 (patch) | |
tree | 2384c5ebd377c34c2bf6728191cac172ef2c4278 /package/libvorbis/Config.in | |
parent | cebf9e668dcc015e2d00ea64321f8a1843ab4844 (diff) |
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/Config.in')
-rw-r--r-- | package/libvorbis/Config.in | 2 |
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 |