Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] dbus: fix building for mipsel.
Date: Wed, 30 Jun 2010 13:54:19 +0930	[thread overview]
Message-ID: <4C2AC6F3.3090603@gmail.com> (raw)

Mipsel lives in a bizarro world where the following error happens:

|   CCLD   dbus-daemon-launch-helper
| /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: can not make stub section: File format not recognized
| /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: failed to set dynamic section sizes: File format not recognized
| collect2: ld returned 1 exit status

Fix as noted by the openwrt folks:
https://dev.openwrt.org/changeset/18308

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/dbus/dbus.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc
index ec66960..41ec9d1 100644
--- a/recipes/dbus/dbus.inc
+++ b/recipes/dbus/dbus.inc
@@ -38,6 +38,9 @@ EXTRA_OECONF = "\
 do_compile_prepend_mipsel() {
 	sed -i -e 's/\-fPIE//' -e 's/\-pie\ \-Wl\,\-z\,relro//' bus/Makefile
 }
+do_configure_prepend_mipsel() {
+	sed -i -e 's/-Wl,--gc-sections/--gc-sections/' ${S}/configure
+}
 
 do_install_append() {
         install -d ${D}${sysconfdir}/init.d
-- 
1.7.1




             reply	other threads:[~2010-06-30  4:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30  4:24 Graham Gower [this message]
2010-06-30  6:38 ` [PATCH v2] dbus: fix building for mipsel and fix PIE segfault issue (again) Graham Gower
2010-07-02  0:39   ` [PATCH v3] dbus: fix building on mipsel and clean up PIE/pie fix to work again Graham Gower
2010-07-02  3:15     ` Khem Raj
2010-07-01  7:02 ` [PATCH] dbus: fix building for mipsel Khem Raj
2010-07-01  7:18   ` Graham Gower

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=4C2AC6F3.3090603@gmail.com \
    --to=graham.gower@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox