]> granicus.if.org Git - postgresql/commit
Latest version of gcc from Apple does not work well with -traditional-cpp
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2003 20:47:59 +0000 (20:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2003 20:47:59 +0000 (20:47 +0000)
commitfc6b7c550da8ac47df7d34df523428c553e6c9a3
tree628b532a392eb20934e04b65b4abed91b50e065e
parent28847ae77d8947f32fa96cb68f7f3d1b5ca2ae30
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.
src/template/darwin