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