Re: Call for port reports - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Call for port reports
Date
Msg-id Pine.LNX.4.44.0310242342120.18767-100000@peter.localdomain
Whole thread Raw
In response to Re: Call for port reports  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Call for port reports
List pgsql-hackers
Bruce Momjian writes:

> > 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 -O2
>     esac
>
> Is this not getting invoked?

It appends it at the end, but apparently the result of '-02 ... -O' is
-O2.  So the compiler still yells at you every time that -O2 is broken in
that platform.

Right now, the default CFLAGS are pretty much broken on most platforms, so
I'm testing by manually specifying the CFLAGS that should be used.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for port reports
Next
From: Bruce Momjian
Date:
Subject: Re: Call for port reports