diff options
author | lloyd <[email protected]> | 2014-01-07 12:53:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-07 12:53:32 +0000 |
commit | 157576aabd8e3923607bad6cd8b3dbc0546b0cd3 (patch) | |
tree | adea2c769836cdf13a8711f8866a046ff544f710 /src/build-data/cc/pgi.txt | |
parent | 7d18f8b444b3a7976b6f18bf74fa582fab69d2fe (diff) |
Finish rename
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index 4a5335a1e..032bbe72f 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -12,7 +12,7 @@ lib_opt_flags "-fast -Minline" app_opt_flags "-fast" shared_flags "-fPIC" -makefile_style unix +makefile_style gmake <so_link_flags> linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" |