diff options
author | Brad King <brad.king@kitware.com> | 2010-12-09 22:12:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-09 23:12:34 (GMT) |
commit | af2ad90991faea2be0dfe62e456794f46758c92a (patch) | |
tree | bb66a00631cd648aeed109cebe3b5b68b309201c /Modules/FortranCInterface | |
parent | 24cc3d48174ef7b120491520ceb9f81389dd6b3e (diff) | |
download | CMake-af2ad90991faea2be0dfe62e456794f46758c92a.zip CMake-af2ad90991faea2be0dfe62e456794f46758c92a.tar.gz CMake-af2ad90991faea2be0dfe62e456794f46758c92a.tar.bz2 |
Add NAG Fortran compiler information files
On Linux the NAG Fortran compiler uses gcc under the hood to link. Use
"-Wl,-v" to pass "-v" to the underlying gcc compiler to get verbose link
output. Detect the NAG Fortran directory (using -dryrun) and then honor
object files in the directory referenced in the implicit link line.
Pass real linker options with "-Wl,-Xlinker,". The -Wl, gets through
the NAG front-end and the -Xlinker gets through the gcc front-end.
Diffstat (limited to 'Modules/FortranCInterface')
0 files changed, 0 insertions, 0 deletions