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: [PATCH][Ada] PR ada/5911 Enable multilib build for Ada


On Sun, 2008-08-31 at 18:19 +0200, Arnaud Charlet wrote:
> > Ok, I see that solaris uses system-solaris-sparcv9.ads for 64 bits
> > should I follow the same convention for linux?
> 
> Which convention are you talking about ? There's nothing to change in
> either solaris or linux naming here AFAICS.

system-linux-sparc.ads currently hardcode 32 bits, so for the
64 bits multilib variant if you don't want my original change
I need to create a new system-*.ads file, the current
for sparc are named as follows:

gcc/ada$ ls -1 *sparc*
s-vxwork-sparcv9.ads
system-linux-sparc.ads
system-solaris-sparc.ads
system-solaris-sparcv9.ads
system-vxworks-sparcv9.ads

My question was about the convention to follow to name the
new system-*.ads file.

Thanks in advance,

Laurent


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