aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/pgi.txt
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-08-22 19:05:23 +0200
committerSimon Warta <[email protected]>2015-08-24 19:04:29 +0200
commita9be4d157cc913c9a7e93a08cc81c8a3603061b3 (patch)
treee438dfd0e38dcd43a48bd2a8cc1764227511272c /src/build-data/cc/pgi.txt
parentce849c364c29ce020369685ce8d221f8e67cf538 (diff)
Add soname_pattern
Fixes #241
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r--src/build-data/cc/pgi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt
index 50042388d..ca4b49cd9 100644
--- a/src/build-data/cc/pgi.txt
+++ b/src/build-data/cc/pgi.txt
@@ -16,8 +16,8 @@ shared_flags "-fPIC"
makefile_style gmake
<so_link_commands>
-linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)"
-solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME)"
+linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME_ABI)"
+solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME_ABI)"
</so_link_commands>
<mach_opt>