ICU-3255 Add LINUX/ICC configuration
X-SVN-Rev: 13093
This commit is contained in:
parent
27a96a6b30
commit
841d4c748b
@ -40,7 +40,8 @@ The following names can be supplied as the argument for platform:
|
||||
HP-UX11ACC Use the Advanced C++ compiler on HP-UX 11
|
||||
HP-UX11CC Use HP's C++ compiler on HP-UX 11
|
||||
LinuxRedHat Use the GNU C++ compiler on Linux
|
||||
LINUX/ECC Use the Intel ECC compiler on Linux
|
||||
LINUX/ECC Use the Intel ECC compiler on Linux
|
||||
LINUX/ICC Use the Intel ICC compiler on Linux
|
||||
MacOSX Use the GNU C++ compiler on MacOS X (Darwin)
|
||||
QNX Use QNX's QCC compiler on QNX/Neutrino
|
||||
SOLARISCC Use Sun's CC compiler on Solaris
|
||||
@ -244,6 +245,12 @@ case $platform in
|
||||
CC=ecc; export CC
|
||||
CXX=ecc; export CXX
|
||||
;;
|
||||
LINUX/ICC)
|
||||
THE_OS="Linux"
|
||||
THE_COMP="Intel ICC"
|
||||
CC=icc; export CC
|
||||
CXX=icc; export CXX
|
||||
;;
|
||||
CygWin)
|
||||
THE_OS="CygWin"
|
||||
THE_COMP="the GNU C++"
|
||||
|
Loading…
Reference in New Issue
Block a user