Re: Proposal: Add support to runConfigureICU for Linux IA64 Intel ECC compiler
George Rhoten <[email protected]>
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <OF8647DB2A.15D58903-ON86256D83.005C97BE-88256D83.005CCDCF@us.ibm.com> |
How about "LINUX/ECC"? The 64-bitness should be controlled through configure and not the runConfigureICU script. George Rhoten IBM Globalization Center of Competency/ICU San Jose, CA, USA "Robert Buck" <[email protected]> 08/15/2003 06:53 AM To: <[email protected]>, George Rhoten/San Jose/IBM@IBMUS cc: Subject: Proposal: Add support to runConfigureICU for Linux IA64 Intel ECC compiler 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?