This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM floating point differences


On 2008-01-11 00:37, Rick Mann wrote:
> Is there a configuration option I missed when I built the toolchain?

AFAICS it might be that you configured your "old" tools with
--target=arm-elf, while you used --target=xscale-elf for the "new"
tools.  This will change a LOT for the code generation.

You might want to try using the same --target options, and see if
there's still such a difference.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]