Proposal: Add support to runConfigureICU for Linux IA64 Intel ECC compiler
"Robert Buck" <[email protected]>
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <EFEB6396440FB440ADD8A753B5530B9C0157DAFD@MESSAGE-AH.ad.mathworks.com> |
Sorry about that; my prior message was sent secured. This message is being sent again to the list for those who could not read the prior. My apologies.
To the usage() function, add the following option:
IA64/LINUX/ECC Use the Intel 70 ECC compiler on IA64 Linux
To case $platform in statement, add the following block:
IA64/LINUX/ECC)
THE_OS="Linux"
THE_COMP="Intel ECC 70"
CC=ecc; export CC
CXX=ecpc; export CXX
;;
Any objections?