Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Pierre Girard <pierre(dot)girard(at)gerad(dot)ca>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Date: 2006-01-05 15:52:26
Message-ID: 18022.1136476346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Pierre Girard wrote:
>> MAKE=gmake CC=/opt/SUNWspro/bin/cc CFLAGS="-xO3 -mt -fsimple=1
>> -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt
>> -xtarget=opteron -xarch=amd64 -xregs=no%frameptr"
>> CXX=/opt/SUNWspro/bin/CC CXXFLAGS="-xO3 -mt -fsimple=1 -ftrap=%none
>> -nofstore -xbuiltin=%all -xlibmil -xlibmopt -xtarget=opteron
>> -xarch=amd64 -xregs=no%frameptr" LDFLAGS="-xtarget=opteron -xarch=amd64"
>> ./configure --without-readline

> Wow, those are a lot of options. Are they all required? Are the
> x64-specific?

The CXX and CXXFLAGS settings are certainly entirely useless for PG.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-01-05 15:57:18 Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Previous Message Rod Taylor 2006-01-05 15:40:35 Re: [PATCHES] TRUNCATE, VACUUM, ANALYZE privileges