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/ekopath.txt | |
parent | 8e9d312b21ee1214db1998a0b0057a7d10477d42 (diff) |
Rename so_link_flags to so_link_commands
Diffstat (limited to 'src/build-data/cc/ekopath.txt')
-rw-r--r-- | src/build-data/cc/ekopath.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/ekopath.txt b/src/build-data/cc/ekopath.txt index 2390c3cd2..823eed7a9 100644 --- a/src/build-data/cc/ekopath.txt +++ b/src/build-data/cc/ekopath.txt @@ -21,9 +21,9 @@ shared_flags "-fPIC" makefile_style gmake -<so_link_flags> +<so_link_commands> default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" -</so_link_flags> +</so_link_commands> <mach_opt> athlon -> "-mcpu=athlon" |