RE: Proposal: Add support to runConfigureICU for Linux IA64 Intel ECC compiler
"Robert Buck" <[email protected]>
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <EFEB6396440FB440ADD8A753B5530B9C0157DB01@MESSAGE-AH.ad.mathworks.com> |
That sounds reasonable to me. If nobody chimes in by 3:00, do you want me to check in the diff? Bob -----Original Message----- From: George Rhoten [mailto:[email protected]] Sent: Friday, August 15, 2003 12:54 PM To: Robert Buck Cc: [email protected] Subject: Re: Proposal: Add support to runConfigureICU for Linux IA64 Intel ECC compiler 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?