diff options
author | Simon Warta <[email protected]> | 2015-07-17 15:38:34 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-21 20:08:05 +0200 |
commit | ccf161fe856bc5f4e9f1ed2a44906b49e6d70b39 (patch) | |
tree | 1473345317a2b1a77be01e84121a1e29e4f6ee0e /src/build-data/cc/pgi.txt | |
parent | 8e9d312b21ee1214db1998a0b0057a7d10477d42 (diff) |
Rename so_link_flags to so_link_commands
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index 3ef16c7df..50042388d 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -15,10 +15,10 @@ shared_flags "-fPIC" makefile_style gmake -<so_link_flags> +<so_link_commands> linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME)" -</so_link_flags> +</so_link_commands> <mach_opt> i586 -> "-tp p5" |