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...
REL6_5_PATCHES
Tom Lane 27 years ago
parent a10b38f255
commit e791d86012
  1. 2
      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

Loading…
Cancel
Save