Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into
Date: 2007-02-23 09:37:19
Message-ID: 200702231037.19639.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Am Dienstag, 20. Februar 2007 23:45 schrieb Bruce Momjian:
> Log Message:
> -----------
> Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the
> shared link line.

While that change might be OK, putting critical flags such as -m64 into CFLAGS
is wrong, and therefore this change would be irrelevant with respect to the
actual problem.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-23 18:20:59 pgsql: Add psql \prompt capability.
Previous Message Tom Lane 2007-02-22 23:44:25 pgsql: Change Agg and Group nodes so that Vars contained in their

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2007-02-23 09:51:14 Re: Simple Column reordering
Previous Message Simon Riggs 2007-02-23 09:18:47 Re: Simple Column reordering