grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/7] ARM/U-Boot basic build system additions


From: Leif Lindholm
Subject: Re: [PATCH 1/7] ARM/U-Boot basic build system additions
Date: Wed, 3 Apr 2013 14:41:57 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Mar 30, 2013 at 04:09:28PM +0100, Francesco Lavra wrote:
> > +  CFLAGS_PLATFORM += -mthumb-interwork -mno-unaligned-access -mlong-calls
> > +  CCASFLAGS_PLATFORM = -Wa,-mimplicit-it=thumb
> 
> The -mimplicit-it=thumb assembler option is generally frowned upon and
> is used mostly to convert existing pieces of code from ARM to Thumb
> encoding.
> Since you are writing new code, it's better to avoid this option and
> manually insert IT instructions in the assembly where appropriate.

Sure, quite a simple change.
Will be in next version of patches.

/
    Leif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]