diff options
author | lloyd <[email protected]> | 2007-10-20 22:24:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-20 22:24:01 +0000 |
commit | 13d0f7d3423e5b924d857f615e9a9a0d5a1b1a7e (patch) | |
tree | c9a6d958ea09c1d0d914b5599263f08a4c22bfaa /misc/config/cc | |
parent | a7cbee7e00b0056373fb5c0859cb434b56c19997 (diff) |
Intel C++ looks to prefer icpc instead of icc (in order to get the the
runtime linked in). Also, -KPIC has been disfavored, replaced by -fPIC.
Diffstat (limited to 'misc/config/cc')
-rw-r--r-- | misc/config/cc/icc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/config/cc/icc b/misc/config/cc/icc index ad9957e1d..777e013b7 100644 --- a/misc/config/cc/icc +++ b/misc/config/cc/icc @@ -1,6 +1,6 @@ realname "Intel C++" -binary_name "icc" +binary_name "icpc" compile_option "-c " output_to_option "-o " @@ -14,7 +14,7 @@ debug_flags "-g" no_debug_flags "" lang_flags "" warning_flags "-w1" -so_obj_flags "-KPIC" +so_obj_flags "-fPIC" makefile_style unix |