[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patches] [patch] ARM Thumb-2 support
- To: Khem Raj <kraj@xxxxxxxxxx>
- Subject: Re: [patches] [patch] ARM Thumb-2 support
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Thu, 29 Mar 2007 00:29:20 +0100
On Wednesday 28 March 2007 23:59, Khem Raj wrote:
> Hi Paul
>
> What are gcc and binutils versions I would need to compile eglibc in
> thumb-2?
Current FSF head should work.
I'm using a soon to be released CodeSourcery 4.2-with-arm-bits toolchain.
Binutils 2.17 probably has sufficiently many bugs the it probably won't work.
FSF gcc 4.2 does not support Thumb-2.
> Are there specific configure time options that are needed
No. Building with -mthumb -march=armv7-a should do the trick.
Paul