* [Buildroot] [PATCH] Revert "jasper: Disable debugging when building for xtensa"
@ 2016-11-28 21:54 Max Filippov
2016-11-30 21:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2016-11-28 21:54 UTC (permalink / raw)
To: buildroot
This reverts commit 71d9b0c1f06896f113b09e941aa84d979bff5710.
Now that -mauto-litpools is in TARGET_ABI when building for xtensa, -O0
builds succeed, so this workaround is no longer needed.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
package/jasper/jasper.mk | 6 ------
1 file changed, 6 deletions(-)
diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index bacb1a6..ebd7750 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -12,10 +12,4 @@ JASPER_LICENSE = JasPer License Version 2.0
JASPER_LICENSE_FILES = LICENSE
JASPER_CONF_OPTS = --disable-strict
-# Xtensa gcc is unable to generate correct code with -O0 enabled by
-# --enable-debug. Allow package build but disable debug.
-ifeq ($(BR2_xtensa)$(BR2_ENABLE_DEBUG),yy)
-JASPER_CONF_OPTS += --disable-debug
-endif
-
$(eval $(autotools-package))
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Revert "jasper: Disable debugging when building for xtensa"
2016-11-28 21:54 [Buildroot] [PATCH] Revert "jasper: Disable debugging when building for xtensa" Max Filippov
@ 2016-11-30 21:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-30 21:58 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 28 Nov 2016 13:54:30 -0800, Max Filippov wrote:
> This reverts commit 71d9b0c1f06896f113b09e941aa84d979bff5710.
> Now that -mauto-litpools is in TARGET_ABI when building for xtensa, -O0
> builds succeed, so this workaround is no longer needed.
>
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
> package/jasper/jasper.mk | 6 ------
> 1 file changed, 6 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-30 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 21:54 [Buildroot] [PATCH] Revert "jasper: Disable debugging when building for xtensa" Max Filippov
2016-11-30 21:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox