diff options
author | lloyd <[email protected]> | 2008-04-13 20:00:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-13 20:00:34 +0000 |
commit | b9ac6b46f17226e6c2eb2d94e76c01c0ee3cfe8c (patch) | |
tree | 2e0af0f101b0769f7a5443fa6831c47f221a4dd8 /misc/config/cc/icc | |
parent | 1d4ddaa9a180af070fa6e6b0a08e62f612f0128a (diff) |
Rename so_obj_flags variable to shared_flags
Diffstat (limited to 'misc/config/cc/icc')
-rw-r--r-- | misc/config/cc/icc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/cc/icc b/misc/config/cc/icc index 23061add5..cf5b21298 100644 --- a/misc/config/cc/icc +++ b/misc/config/cc/icc @@ -14,7 +14,7 @@ debug_flags "-g" no_debug_flags "-fomit-frame-pointer" lang_flags "" warning_flags "-w1" -so_obj_flags "-fPIC" +shared_flags "-fPIC" dll_import_flags "" dll_export_flags "" |