Re: solaris build problem with Sun compilers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: stange(at)rentec(dot)com
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-ports(at)postgresql(dot)org
Subject: Re: solaris build problem with Sun compilers
Date: 2006-05-12 16:31:41
Message-ID: 5470.1147451501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Alan Stange <stange(at)rentec(dot)com> writes:
> I removed the whole tas_dummy() block for sparc from s_lock.c. I
> recompiled and installed with and without --enable-debug. I then ran
> pgbench on the box. This is using the Sun 11 compilers on Solaris 10.
> Everything compiled and ran fine.

Kinda what I thought ... okay, we can remove the entire thing then.

> I took a look at backend/port/tas/solaris_sparc.s file. Isn't that code
> a bit longer than needed?

It's already been rewritten in HEAD; uses "cas" now.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Alan Stange 2006-05-12 17:43:44 Re: solaris build problem with Sun compilers
Previous Message Alan Stange 2006-05-12 16:22:43 Re: solaris build problem with Sun compilers