mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
unless you feed it -Aa or -Ae switch. Autoconf does not know about this, but we can fix it in the hpux_cc template file. I knew templates were good for something ;-)
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
AROPT:crs
|
|
CFLAGS:-Wl,-E -Ae
|
|
SHARED_LIB:+z
|
|
ALL:
|
|
SRCH_INC:
|
|
SRCH_LIB:
|
|
DLSUFFIX:.sl
|
|
YFLAGS:-d
|
|
YACC:
|
|
CC:cc
|
|
CPP:cc -E -Ae
|
|
# Make aCC be first C++ compiler name tried...
|
|
CCC:aCC
|