1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

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...
This commit is contained in:
Tom Lane
1998-12-13 20:08:59 +00:00
parent baaf65983a
commit 91fc67dbef

View File

@ -9,3 +9,5 @@ DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
# Make aCC be first C++ compiler name tried...
CCC:aCC