All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/3] busybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumb
Date: Tue, 22 Jun 2010 17:11:27 -0700	[thread overview]
Message-ID: <20100623001127.GA1512@gmail.com> (raw)
In-Reply-To: <hvr0v1$j72$1@dough.gmane.org>

On (22/06/10 20:55), Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 22-06-10 16:31, Khem Raj wrote:
> > On Mon, Jun 21, 2010 at 10:59 PM, Leon Woestenberg
> > <leon.woestenberg@gmail.com> wrote:
> >> Hello Khem,
> >>
> >> On Fri, Jun 18, 2010 at 12:39 AM, Khem Raj <raj.khem@gmail.com> wrote:
> >>> +# gcc 4.5 has this bug on thumb
> >>> +# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44557
> >>> +# so add -fomit-frame-pointer
> >>> +# this will be removed once the above bug is fixed.
> >>> +
> >>> +
> >>> +CFLAGS_append = " -fomit-frame-pointer"
> >>> +
> >> Can we make this append conditional for ARM-only or even thumb-only?
> > 
> > Yes it should be better to restrict it to arm only I will do that.
> > I dont think we have instruction set (e.g. thumb) in standard overrides
> > may be it will help if we added such an override.
> 
> You do have a thumb override(s) if your machine includes tune-thumb.inc.

ah pretty cool thanks. At some point I remembered that :)

-Khem



  reply	other threads:[~2010-06-23  0:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 22:39 [PATCH 1/3] omap5912osk: Use 2.6.34 as PREFERRED_KERNEL Khem Raj
2010-06-17 22:39 ` [PATCH 2/3] busybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumb Khem Raj
2010-06-22  5:59   ` Leon Woestenberg
2010-06-22 14:31     ` Khem Raj
2010-06-22 18:55       ` Koen Kooi
2010-06-23  0:11         ` Khem Raj [this message]
2010-06-17 22:39 ` [PATCH 3/3] libx11_1.3.2.bb: " Khem Raj
2010-06-18 10:11 ` [PATCH 1/3] omap5912osk: Use 2.6.34 as PREFERRED_KERNEL Koen Kooi

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=20100623001127.GA1512@gmail.com \
    --to=raj.khem@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 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.