summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane1998-12-13 20:08:59 +0000
committerTom Lane1998-12-13 20:08:59 +0000
commit91fc67dbefdbfa98a233b86e9c9da7feb4470246 (patch)
treea183cb592afcee0d8399b91987cb2bf2a06a146a
parentbaaf65983ac959c08a2db0bcf05b796a4eb3383c (diff)
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...
-rw-r--r--src/template/hpux_cc2
1 files changed, 2 insertions, 0 deletions
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