Re: Multilib for ARM in thumb2 mode

2009-05-19 Thread Mark Mitchell
Samuel Tardieu wrote: > Yes, this is exactly what I was thinking: cover more configurations. For > example, in the engineering school where I teach, we have many ARM boards > with different CPUs, and we would really like to have a single cross-compiler > that our students can use or install on the

Re: Multilib for ARM in thumb2 mode

2009-05-08 Thread Samuel Tardieu
* Alexandre Pereira Nunes [2009-05-08 11:24:14 -0300] | > Don't you already get this if you created a toolchain with | > --with-arch=armv7-m and the multilib for thumb ? A toolchain configured for | > --with-arch=armv7-m and the multilib for thumb would automatically cover | > this configuration

RE: Multilib for ARM in thumb2 mode

2009-05-08 Thread Ramana Radhakrishnan
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Samuel Tardieu > Sent: 06 May 2009 11:06 > To: gcc@gcc.gnu.org > Subject: Multilib for ARM in thumb2 mode > > Right now, to be able to compile a mutilib-enabled ARM-targeted > compiler > supp