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

ID 767251
Date 3/22/2024
Public
Document Table of Contents

intel-freestanding-target-os

Lets you specify the target operating system for compilation.

Syntax

Linux:

-intel-freestanding-target-os=os

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