diff options
author | Jack Lloyd <[email protected]> | 2017-12-01 00:19:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-01 04:22:28 -0500 |
commit | 7e5ce9d4df54da881417bdbf2b9c4329081f10f6 (patch) | |
tree | bdab5c0c41909cefb0af8eb87420d85c33eeba7b /src/build-data/cc/pgi.txt | |
parent | a201a07ea17b003bd0b373eadbfbc7711610505e (diff) |
Merge the gnumake and nmake makefiles
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index e8c65ea3a..213a69d27 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -5,11 +5,9 @@ binary_name pgCC optimization_flags "-fast -Minline" shared_flags "-fPIC" -makefile_style gmake - <so_link_commands> -linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME_ABI)" -solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME_ABI)" +linux -> "$(CXX) -shared -fPIC -Wl,-soname,{soname_abi}" +solaris -> "$(CXX) -G -fPIC -Wl,-h,{soname_abi}" </so_link_commands> <mach_opt> |