This is the mail archive of the gcc-patches@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: Add Android related compilation options and multilib options


Doug Kwan (éæå) wrote:

> I agree with you that a more flexible gcc is a good thing.  However,
> to make that work, we need to build run-time libraries for each of the
> dynamic targets gcc is configured to support.  Using multilibs may not
> be the best approach though.

Multilibs are definitely not the right approach; multilib configuration
should, in theory, be possible to do at configure-time, rather than as a
property of a target triplet.  In other words "configure for arm-eabi,
and give me a ARMv5T multilib and a ARMv7-A multilib" rather than
"configure for arm-eabi, which implies a set of multilibs".

-- 
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]