[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Automake question
- Date: Wed, 29 Jul 2009 15:49:10 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Automake question
On 07/29/2009 01:39 PM, Sebastian Huber wrote:
> The exception processing for example starts in
> ARM mode. It is also possible to mix THUMB and ARM functions. This is called
> interworking.
That's not how GCC works. For it, thumb-interworking is yet another
architectural variant (multilib) of the arm (unsupported in rtems).
Ralf