aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/icc
blob: 67577a0e8df8584a0351e59bd0e42352241ffbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
realname "Intel C++"

binary_name "icc"

compile_option "-c"
output_to_option "-o"
add_include_dir_option "-I"
add_lib_dir_option "-L"
add_lib_option "-l"

lib_opt_flags "-O3 -ip -unroll"
check_opt_flags "-O2"
debug_flags "-g"
no_debug_flags ""
lang_flags ""
warning_flags "-w1"
so_obj_flags "-KPIC"

makefile_style unix

<mach_opt>
i586     -> "-tpp5"
i686     -> "-tpp6 -xiM"
athlon   -> "-tpp6 -xiM"
pentium4 -> "-tpp7 -xiMW"
</mach_opt>

<so_link_flags>
default -> "$(CXX) -KPIC -shared"
</so_link_flags>

<arch>
ia32
ia64
</arch>

<os>
linux
</os>