Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

intel-freestanding-target-os

Lets you specify the target operating system for compilation.

Syntax

Linux:

-intel-freestanding-target-os=os

macOS:

None

Windows:

None

Arguments

os

Is the target operating system for the Linux compiler.

Currently, the only possible value is linux.

Default

OFF

The installed gcc determines the target operating system.

Description

This option lets you specify the target operating system for compilation. It sets option -intel-freestanding.

NOTE:

This option is supported for any Linux-target compiler, including a Windows-host to Linux-target compiler.

IDE Equivalent
None
Alternate Options

None

See Also