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

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

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the
shared link line.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.108 -> r1.109)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.108&r2=1.109)

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

From
Peter Eisentraut
Date:
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/