summaryrefslogtreecommitdiff
path: root/mk/wrapper/transform-icc-cc
AgeCommit message (Collapse)AuthorFilesLines
2006-11-30Added handlers for the standard options.rillig1-14/+17
A warning is printed for all options that are not explicitly handled. Reindentation to align with the other files.
2006-11-26Converted this file to use the shell functions provided inrillig1-29/+30
wrapper-subr.sh.
2006-09-17Fixed the "unknown command" error messages for debug_log, which is arillig1-6/+6
variable, not a shell function.
2006-07-31Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren'tjlam1-6/+6
exposed unless WRAPPER_DEBUG is set to "yes".
2005-02-16drop -fexceptions which icc doesn't understand.grant1-2/+2
2005-02-15it's 2005, not 2004.grant1-2/+2
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant1-0/+68
icc is a high performance compiler suite for Linux/i386 and ia64, and is free for non-commercial use. see: http://www.intel.com/software/products/compilers/clin/ for more information. tested with icc version 8.0 and 8.1 on Slackware 10/i386.