pgsql-server/src/template darwin

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/template darwin
Date: 2003-09-19 20:47:59
Message-ID: 20030919204759.B6716D1B54C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/09/19 17:47:59

Modified files:
src/template : darwin

Log message:
Latest version of gcc from Apple does not work well with -traditional-cpp
(it rejects some system header files...). Use -no-cpp-precomp instead.
I think it is okay to change this unconditionally, but if we hear
complaints from people still using very old compilers on Darwin,
we could put in a test to see which switch the compiler likes.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-19 21:04:20 pgsql-server/ oc/src/sgml/ref/truncate.sgml rc ...
Previous Message Tom Lane 2003-09-19 19:57:42 pgsql-server/src/backend catalog/index.c comma ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Nigel J. Andrews 2003-09-19 20:59:29 Re: [HACKERS] change of table name - any help
Previous Message Tom Lane 2003-09-19 19:57:42 pgsql-server/src/backend catalog/index.c comma ...