summaryrefslogtreecommitdiffstats
path: root/package/jasper
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-12-02 08:53:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-12-02 08:53:56 +0100
commit44d2cc99a47fd2a3201785bc558716c162b081ab (patch)
tree587dea90d03c9f90ca8fc3bd1f1ae6c01449b800 /package/jasper
parent18bd407ba441606b7782c7fc1c6902a96a1c5505 (diff)
parent6013266e58fccb59a406d45648985e307111445a (diff)
downloadbuildroot-44d2cc99a47fd2a3201785bc558716c162b081ab.tar.gz
buildroot-44d2cc99a47fd2a3201785bc558716c162b081ab.zip
Merge branch 'next'
My local 'next' branch was not uptodate, so the previous merge was missing the most recent changes. Thanks to François Perrad for noticing. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/jasper')
-rw-r--r--package/jasper/jasper.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index e8b8aaa9b5..32aa618292 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -16,10 +16,4 @@ JASPER_AUTORECONF = YES
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))
OpenPOWER on IntegriCloud