summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-icc.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Pass Mac linker flag through all compilers with -Wl,Brad King2010-12-221-4/+4
| | | | | | | The Mac linker defines flag -headerpad_max_install_names but not all front-ends recognize the flag and pass it through (many did in the past, such as the Apple port of GCC). Use the -Wl, option prefix to tell front-ends to pass it through without trying to interpret it.
* BUG: Remove implicit include dir suppressionBrad King2009-02-241-1/+0
| | | | | | | We used to suppress generation of -I/usr/include (and on OSX also -I/usr/local/include). This behavior seems to cause more trouble than it's worth, so I'm removing it until someone encounters the original problem it fixed. See issue #8598.
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ↵David Cole2008-03-311-0/+129
contributing.