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/sunstudio.txt | |
parent | 8e9d312b21ee1214db1998a0b0057a7d10477d42 (diff) |
Rename so_link_flags to so_link_commands
Diffstat (limited to 'src/build-data/cc/sunstudio.txt')
-rw-r--r-- | src/build-data/cc/sunstudio.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/sunstudio.txt b/src/build-data/cc/sunstudio.txt index c8673a8c1..37998e859 100644 --- a/src/build-data/cc/sunstudio.txt +++ b/src/build-data/cc/sunstudio.txt @@ -20,9 +20,9 @@ ar_command "CC -xar -o" makefile_style gmake -<so_link_flags> +<so_link_commands> default -> "$(CXX) -G -h$(SONAME)" -</so_link_flags> +</so_link_commands> <mach_opt> i386 -> "-xtarget=486" |