]> granicus.if.org Git - postgresql/commitdiff
Partial fix for vendor-cc-versus-gcc incompatibility on HPUX:
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Dec 1998 20:05:16 +0000 (20:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
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

index c58f082869edcbb8d30101d9bd92ffd4d3fcadc1..7b261b824657cdb73346e50e558a3d79b5f252f2 100644 (file)
@@ -9,3 +9,5 @@ DLSUFFIX:.sl
 YFLAGS:-d
 YACC:
 CC:cc
+# Make aCC be first C++ compiler name tried...
+CCC:aCC