Skip to content
  • Brad King's avatar
    Detect Fortran target architecture on Windows · 58c73c43
    Brad King authored
    Commit 4430bccc (Change the way 32/64 bit compiles are detected with
    MSVC and intel, 2009-11-19) added detection of the target processor to C
    and CXX language builds with MS and Intel tools.  Do the same for Intel
    Fortran for Windows (ifort).  Use /machine:<arch> to link executables.
    58c73c43