Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native - Mailing list pgsql-patches

From Tom Lane
Subject Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Date
Msg-id 18022.1136476346@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native