On Mon, Jun 21, 2010 at 10:59 PM, Leon Woestenberg <[email protected]> wrote: > Hello Khem, > > On Fri, Jun 18, 2010 at 12:39 AM, Khem Raj <[email protected]> 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. > > In all cases: > > Acked-by: Leon Woestenberg <[email protected]> > > Regards, > -- > Leon > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
