From: Tom Lane Date: Sun, 13 Dec 1998 20:08:59 +0000 (+0000) Subject: Partial fix for vendor-cc-versus-gcc incompatibility on HPUX: X-Git-Tag: REL6_4_2~27 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=91fc67dbefdbfa98a233b86e9c9da7feb4470246;p=users%2Fhanada%2Fpostgres.git Partial fix for vendor-cc-versus-gcc incompatibility on HPUX: prefer aCC as c++ compiler if hpux_cc is selected as template. Doesn't solve the problem if you have g++ and not aCC, however... --- diff --git a/src/template/hpux_cc b/src/template/hpux_cc index c58f082869..7b261b8246 100644 --- a/src/template/hpux_cc +++ b/src/template/hpux_cc @@ -9,3 +9,5 @@ DLSUFFIX:.sl YFLAGS:-d YACC: CC:cc +# Make aCC be first C++ compiler name tried... +CCC:aCC