diff options
Diffstat (limited to 'misc')
-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 |