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
* 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
> -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
Right now, to be able to compile a mutilib-enabled ARM-targeted compiler
supporting thumb2, one has to uncomment some code in
gcc/config/arm/t-arm-elf. Given that thumb2 processors are more and more
used (such as microcontrollers based on the Cortex-M3), wouldn't it make
sense to unconditionnaly co