pgsql: Don't try to force use of -no-cpp-precomp on OS X.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't try to force use of -no-cpp-precomp on OS X.
Date: 2010-08-02 04:51:25
Message-ID: 20100802045125.F21D27541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't try to force use of -no-cpp-precomp on OS X. It's been five years
since Apple shipped a compiler that needed this switch, and there's
increasing interest in using other compilers that won't accept the switch
at all. Better to let anybody who still needs the switch inject it via
CPPFLAGS. Per gripe from Neil Conway.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/template:
darwin (r1.11 -> r1.11.16.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/template/darwin?r1=1.11&r2=1.11.16.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-08-02 07:24:37 Re: pgsql: Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.
Previous Message Tom Lane 2010-08-02 04:51:17 pgsql: Don't try to force use of -no-cpp-precomp on OS X.