summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-02-06 22:41:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-06 22:46:21 +0100
commitf745590297f8a221db3cda0d2eeeabef2657f460 (patch)
tree6d6f625d5d71e089b558ed21a579bb5db3807d81
parent2a618dbc4245c806155b1d07c879f6489f33c612 (diff)
downloadbuildroot-f745590297f8a221db3cda0d2eeeabef2657f460.tar.gz
buildroot-f745590297f8a221db3cda0d2eeeabef2657f460.zip
lame: unconditionally disable debug handling
As it is also broken on arc, bfin and microblaze and brings very limited added value. Fixes: http://autobuild.buildroot.net/results/643/643d174836457237615b6504e28d7b3c12a37f93/ http://autobuild.buildroot.net/results/831/831f3a03321cea1b753f3e7dd8d3c6354d51d3e7/ http://autobuild.buildroot.net/results/71d/71dc37f9cc56f3f53676f54bf28f2ca101bc4505/ http://autobuild.buildroot.net/results/61f/61f1e956bb433aa80f859b3cf37d374feee1cb0c/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/lame/lame.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/lame/lame.mk b/package/lame/lame.mk
index 7eb9e2fafd..e47e0af1ff 100644
--- a/package/lame/lame.mk
+++ b/package/lame/lame.mk
@@ -17,11 +17,9 @@ LAME_LICENSE_FILES = COPYING
# Building lame with debug symbols needs the following macros to be
# defined: _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM.
# So, if BR2_ENABLE_DEBUG is selected, then we have force lame to be
-# built without debug symbols because these architectures don't have
-# those macros defined.
-ifeq ($(BR2_ENABLE_DEBUG)$(BR2_aarch64)$(BR2_arm)$(BR2_armeb)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_xtensa),yy)
+# built without debug symbols because a number of architectures don't
+# have those macros defined.
LAME_CONF_OPTS += --disable-debug
-endif
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
LAME_DEPENDENCIES += libsndfile
OpenPOWER on IntegriCloud