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 m...@codesourcery.com (650) 331-3385 x713