Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-30 | Added handlers for the standard options. | rillig | 1 | -14/+17 | |
A warning is printed for all options that are not explicitly handled. Reindentation to align with the other files. | |||||
2006-11-26 | Converted this file to use the shell functions provided in | rillig | 1 | -29/+30 | |
wrapper-subr.sh. | |||||
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 1 | -6/+6 | |
variable, not a shell function. | |||||
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 1 | -6/+6 | |
exposed unless WRAPPER_DEBUG is set to "yes". | |||||
2005-02-16 | drop -fexceptions which icc doesn't understand. | grant | 1 | -2/+2 | |
2005-02-15 | it's 2005, not 2004. | grant | 1 | -2/+2 | |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -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. |