This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multilib for ARM in thumb2 mode


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 their own machines.

At present, the only real way to do this is to add a t-* file for your
own purposes, or modify an existing one.

I would very much like to see GCC grow a way to specify the set of
multilibs at configure-time; until we do that, all we can do is create
more and more configurations, without covering all the cases people care
about.  But, this is a significant effort because of lot of stuff is
baked into the build process.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]