mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
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...
13 lines
172 B
Text
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
|