[oe] [PATCH 2/3] busybox_1.15.3.bb: Work around the gcc 4.5 ICE on thumb

Leon Woestenberg leon.woestenberg at gmail.com
Tue Jun 22 05:59:39 UTC 2010


Hello Khem,

On Fri, Jun 18, 2010 at 12:39 AM, Khem Raj <raj.khem at 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?

In all cases:

Acked-by: Leon Woestenberg <leon at sidebranch.com>

Regards,
-- 
Leon




More information about the Openembedded-devel mailing list