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

From Peter Eisentraut
Subject Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into
Date
Msg-id 200702231037.19639.peter_e@gmx.net
Whole thread Raw
In response to pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into  (momjian@postgresql.org (Bruce Momjian))
List pgsql-committers
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/

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change Agg and Group nodes so that Vars contained in their
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add psql \prompt capability.