postgresql/src/template/hpux_cc
Tom Lane e791d86012 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...
1998-12-13 20:05:16 +00:00

13 lines
172 B
Text

AROPT:crs
CFLAGS:-Wl,-E -Ae
SHARED_LIB:+z
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
# Make aCC be first C++ compiler name tried...
CCC:aCC