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: [Ada] multilib patch take three


On Fri, 25 Jul 2008, Laurent GUERBY wrote:

> The attached patch implements Arnaud suggestion of changing the arch
> to select the appropriate source (done and tested for x86_64-linux only
> for now) and doesn't touch anymore system-*.ads.

As a general comment on x86_64 handling, not having checked the details of 
this patch:

i686-linux-gnu --enable-targets=all and x86_64-linux-gnu are equivalent, 
differing only in whether the default is 32-bit or 64-bit.  Do you select 
the right files for both multilibs of i686-linux-gnu, as well as for both 
multilibs of x86_64-linux-gnu?  (Some targets have the 32-bit-default as 
the only or the normal target, e.g. Solaris and Darwin.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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