[PATCH] Multilib changes ARM RTEMS

2013-05-08 Thread Sebastian Huber
This patch should be applied to all open GCC branches. This patch removes the mthumb/march=armv7 since it is virtually equal to the mthumb/march=armv7-m multilib. Add variants for ARMv7-A and ARMv7-R. I tried to use the MULTILIB_REQUIRED option, but this didn't work for patterns with more than t

Re: [PATCH] Multilib changes ARM RTEMS

2013-05-08 Thread Joel Sherrill
I would like to hear from an ARM maintainer before I commit this. --joel On 5/8/2013 5:06 AM, Sebastian Huber wrote: This patch should be applied to all open GCC branches. This patch removes the mthumb/march=armv7 since it is virtually equal to the mthumb/march=armv7-m multilib. Add variants

Re: [PATCH] Multilib changes ARM RTEMS

2013-05-10 Thread Joel Sherrill
Committed to 4.7, 4.8 and head. On 5/8/2013 5:06 AM, Sebastian Huber wrote: This patch should be applied to all open GCC branches. This patch removes the mthumb/march=armv7 since it is virtually equal to the mthumb/march=armv7-m multilib. Add variants for ARMv7-A and ARMv7-R. I tried to use t