mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
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:
parent
db0120092d
commit
6a63bd4d43
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue