Thread: pgsql-server/src/template bsdi freebsd netbsd ...

pgsql-server/src/template bsdi freebsd netbsd ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/10/09 01:34:02

Modified files:
    src/template   : bsdi freebsd netbsd openbsd qnx4

Log message:
    Re-add -pipe compile flags for bsd's.


Re: pgsql-server/src/template bsdi freebsd netbsd ...

From
Neil Conway
Date:
On Thu, 2003-10-09 at 00:34, Bruce Momjian wrote:
>     Re-add -pipe compile flags for bsd's.

Is there a particular reason this flag is used for these platforms?

(For one thing, -pipe certainly works with GCC on Linux.)

-Neil



Re: pgsql-server/src/template bsdi freebsd netbsd ...

From
Bruce Momjian
Date:
Neil Conway wrote:
> On Thu, 2003-10-09 at 00:34, Bruce Momjian wrote:
> >     Re-add -pipe compile flags for bsd's.
>
> Is there a particular reason this flag is used for these platforms?
>
> (For one thing, -pipe certainly works with GCC on Linux.)

I only put back what was already there --- not sure why others don't use
it.  You want it enabled on Linux?

--
  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, Pennsylvania 19073

Re: pgsql-server/src/template bsdi freebsd netbsd ...

From
Neil Conway
Date:
On Thu, 2003-10-09 at 09:35, Bruce Momjian wrote:
> I only put back what was already there --- not sure why others don't use
> it.  You want it enabled on Linux?

Well, why do we have it enabled at all? If it's to speed compilation, we
may as well enable it on other platforms where -pipe works, of which
Linux is one.

-Neil