Intel® Fortran Compiler 17.0 Developer Guide and Reference
Lets you specify the target operating system for compilation.
Linux: | -intel-freestanding-target-os=os |
macOS: | None |
Windows: | None |
os |
Is the target operating system for the Linux compiler. Currently, the only possible value is linux. |
OFF |
The installed gcc determines the target operating system. |
This option lets you specify the target operating system for compilation. It sets option -intel-freestanding.
This option is supported for any Linux-target compiler, including a Windows-host to Linux-target compiler.
None