From a1c98b42160ad10e928dc3aad1c72e2b972b6d63 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 16 Jun 2008 11:42:19 +0000 Subject: libvorbis: use BR2_SOFT_FLOAT to set default for tremor Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list. --- package/libvorbis/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libvorbis') 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 -- cgit v1.2.3