From: Peter Korsgaard Date: Mon, 16 Jun 2008 11:42:19 +0000 (-0000) Subject: libvorbis: use BR2_SOFT_FLOAT to set default for tremor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1c98b42160ad10e928dc3aad1c72e2b972b6d63;p=buildroot.git libvorbis: use BR2_SOFT_FLOAT to set default for tremor Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list. --- diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 88c01accf7..b47011e7f1 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