Specifies the directory for supporting tools.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -Qlocation,string,dir |
Windows: | /Qlocation,string,dir |
string |
Is the name of the tool. |
dir |
Is the directory (path) where the tool is located. |
OFF |
The compiler looks for tools in a default area. |
This option specifies the directory for supporting tools.
string can be any of the following:
c - Indicates the Intel® C++ compiler.
cpp (or fpp) - Indicates the Intel® C++ preprocessor.
cxxinc - Indicates C++ header files.
cinc - Indicates C header files.
asm - Indicates the assembler.
link - Indicates the linker.
prof - Indicates the profiler.
On Windows* systems, the following is also available:
masm - Indicates the Microsoft assembler.
On Linux* and Mac OS* X systems, the following are also available:
as - Indicates the assembler.
gas - Indicates the GNU assembler.
ld - Indicates the loader.
gld - Indicates the GNU loader.
lib - Indicates an additional library.
crt - Indicates the crt%.o files linked into executables to contain the place to start execution.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.