Added new HP C++ compiler definitions.

This commit is contained in:
Janet B. Anderson
1999-10-27 14:57:14 +00:00
parent ced94a4998
commit 0636b2e7ac

View File

@@ -44,8 +44,14 @@ HPCC_SLIBS_NO=
HPCC_SHRLIB_CFLAGS_YES = +Z
HPCC_SHRLIB_LDFLAGS_YES = -b
CCC = CC
CCC_NORMAL = $(CCC) +p
#Old HP C++ compiler
#CCC = CC
#CCC_NORMAL = $(CCC) +p
#New HP C++ compiler
CCC = aCC
CCC_NORMAL = $(CCC) +W302 +W818 +W392 +W469 +W495 +W749 +W667
CCC_STRICT = $(CCC) +p
CCC_TEMPL_INST_FLAG =
CCC_WARN_YES = +w