From: Neuer User <auslands-kv@gmx.de>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5]remove -reduce-relocations on arm platform
Date: Fri, 25 Apr 2014 08:16:09 +0200 [thread overview]
Message-ID: <ljcuj9$fuc$1@ger.gmane.org> (raw)
On arm platform the compiler does not implement "-reduce-relocations",
see here: https://bugreports.qt-project.org/browse/QTBUG-36129
The meta-qt5 layer, however, uses this option, so configure will fail
for qtbase.
This patch fixes the problem for me, but it should better test on the
platform and only apply it, when it is an arm platform:
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 89736be..f23236a 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -126,7 +126,6 @@ PACKAGECONFIG[nis] = "-nis,-no-nis"
PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
QT_CONFIG_FLAGS += " \
- -reduce-relocations \
-shared \
-silent \
-no-pch \
next reply other threads:[~2014-04-25 6:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 6:16 Neuer User [this message]
2014-04-25 12:35 ` [meta-qt5]remove -reduce-relocations on arm platform Martin Jansa
2014-04-25 13:02 ` Jacob Kroon
2014-04-25 13:45 ` Martin Jansa
2014-04-26 19:44 ` Khem Raj
2014-04-26 19:58 ` Jacob Kroon
2014-04-26 19:44 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ljcuj9$fuc$1@ger.gmane.org' \
--to=auslands-kv@gmx.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.