ICU-821 Compaq C compiler on Tru64 needs to be ccc not the cxx compiler for C++

X-SVN-Rev: 8904
This commit is contained in:
George Rhoten 2002-06-18 20:19:56 +00:00
parent db0120092d
commit 6a63bd4d43

View file

@ -204,7 +204,7 @@ case $platform in
TRU64V5.1/CXX)
THE_OS="OSF1"
THE_COMP="Compaq cxx"
CC=cxx; export CC
CC=ccc; export CC
CXX=cxx; export CXX
;;
ALPHA/LINUXGCC)