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: i386/amd64 Solaris 2.10 configuration


On Mon, Jul 12, 2004 at 10:40:29PM +0200, Rainer Orth wrote:
> Daniel Jacobowitz <drow@false.org> writes:
> 
> > 2004-07-12  Daniel Jacobowitz  <dan@debian.org>
> > 
> > 	* config.gcc (i[34567]86-*-solaris2*): Handle Solaris 2.10.
> 
> While we continue to use *-*-solaris2.* in config triplets, we should use
> the correct name (Solaris 10) in comments.
> 
> > Index: config/i386/sol2-10.h
> > ===================================================================
> > RCS file: config/i386/sol2-10.h
> > diff -N config/i386/sol2-10.h
> > --- /dev/null	1 Jan 1970 00:00:00 -0000
> > +++ config/i386/sol2-10.h	12 Jul 2004 14:45:46 -0000
> > @@ -0,0 +1,37 @@
> > +/* Solaris 2.10 configuration.
> 
> Same here.

Thanks; I'll update that.

> > +#undef ASM_SPEC
> > +#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} " \
> > +		 "%{Wa,*:%*} %{m32:--32} %{m64:--64} -s %(asm_cpu)"
> 
> Strange: do they really use long options --32, --64?  Or is this a binutils
> port right now?

It uses the Sun linker, but the GNU assembler, I believe.

-- 
Daniel Jacobowitz


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