projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10b38f
)
Partial fix for vendor-cc-versus-gcc incompatibility on HPUX:
author
Tom Lane
Sun, 13 Dec 1998 20:05:16 +0000
(20:05 +0000)
committer
Tom Lane
Sun, 13 Dec 1998 20:05:16 +0000
(20:05 +0000)
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...
src/template/hpux_cc
patch
|
blob
|
blame
|
history
diff --git
a/src/template/hpux_cc
b/src/template/hpux_cc
index c58f082869edcbb8d30101d9bd92ffd4d3fcadc1..7b261b824657cdb73346e50e558a3d79b5f252f2 100644
(file)
--- a/
src/template/hpux_cc
+++ b/
src/template/hpux_cc
@@
-9,3
+9,5
@@
DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
+# Make aCC be first C++ compiler name tried...
+CCC:aCC