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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Дата
Msg-id 18022.1136476346@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native