summaryrefslogtreecommitdiffstats
path: root/package/alsa-lib
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-07-04 21:44:20 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-04 21:44:20 +0200
commitadef0fde326a70d9b46d6949df80aea3f2857960 (patch)
tree3f9896564d456c425db31580698971626a4e1868 /package/alsa-lib
parent983408937531a08551232bd1d236c86fa0544a95 (diff)
downloadbuildroot-adef0fde326a70d9b46d6949df80aea3f2857960.tar.gz
buildroot-adef0fde326a70d9b46d6949df80aea3f2857960.zip
alsa-lib: don't pass --with-softfloat
Passing this option disables the lfloat and ladsp pcm plugins and certain APIs as explained by: https://patchwork.ozlabs.org/patch/619527/ But people might want to use these even if they use software floating point, and the size difference is really minimal, so don't pass this option. -rwxr-xr-x 1 peko peko 774K Jul 4 18:50 target-orig/usr/lib/libasound.so.2.0.0 -rwxr-xr-x 1 peko peko 709K Jul 4 19:08 target-softfloat/usr/lib/libasound.so.2.0.0 If people don't want the extra pcm plugins then they can simply be disabled using BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/alsa-lib.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/alsa-lib/alsa-lib.mk b/package/alsa-lib/alsa-lib.mk
index ae0377db3e..c2120c9def 100644
--- a/package/alsa-lib/alsa-lib.mk
+++ b/package/alsa-lib/alsa-lib.mk
@@ -62,10 +62,6 @@ else
ALSA_LIB_CONF_OPTS += --disable-python
endif
-ifeq ($(BR2_SOFT_FLOAT),y)
-ALSA_LIB_CONF_OPTS += --with-softfloat
-endif
-
ifeq ($(BR2_bfin),y)
# blackfin external toolchains don't have versionsort. Fake it using alphasort
# instead
OpenPOWER on IntegriCloud