Re: Call for port reports

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Call for port reports
Дата
Msg-id 200310242049.h9OKnU122726@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
Re: Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian writes:
> 
> > It is time for people to report their port testing.  Please test against
> > current CVS or beta5 and report your 'uname -a'.
> 
> This one is OK:
> 
> FreeBSD 4.8-RELEASE alpha
> 
> BUT: The default CFLAGS are set by configure to -O2, although the template
> wants -O.  I manually modified the CFLAGS to -O after configure.

template/alpha has:
case $host_cpu in  alpha*)   CFLAGS="$CFLAGS -O";;  # alpha has problems with -O2esac

Is this not getting invoked?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Call for port reports
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: round() function wrong?