mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Finally figured out that HP's cpp won't do ANSI preprocessing constructs
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 ;-)
This commit is contained in:
parent
f084cc4939
commit
ef6c33f3b9
@ -8,5 +8,6 @@ DLSUFFIX:.sl
|
||||
YFLAGS:-d
|
||||
YACC:
|
||||
CC:cc
|
||||
CPP:cc -E -Ae
|
||||
# Make aCC be first C++ compiler name tried...
|
||||
CCC:aCC
|
||||
|
Loading…
Reference in New Issue
Block a user