From 13d0f7d3423e5b924d857f615e9a9a0d5a1b1a7e Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 20 Oct 2007 22:24:01 +0000 Subject: 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. --- misc/config/cc/icc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3