diff options
author | Lauri Nurmi <[email protected]> | 2016-07-02 16:17:08 +0300 |
---|---|---|
committer | Lauri Nurmi <[email protected]> | 2016-07-02 16:18:13 +0300 |
commit | 667fdf17a0b1c3f3f67dca442592b4745ec97594 (patch) | |
tree | 7a9ce0c741e143d3150c23bbf1f677c8aea51785 /src/build-data/cc/clang.txt | |
parent | bbf85d905c32e89cd1d2b7e07db58527f1e89ee5 (diff) |
Compile shared libraries (too) on FreeBSD
Soname_patterns and link commands are identical to those used with Linux
Diffstat (limited to 'src/build-data/cc/clang.txt')
-rw-r--r-- | src/build-data/cc/clang.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 2585190c4..df0f38f74 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -40,6 +40,8 @@ darwin -> "$(LINKER) -headerpad_max_install_names" darwin-debug -> "$(LINKER) -headerpad_max_install_names" linux -> "$(LINKER) -Wl,-rpath=\$$ORIGIN" linux-debug -> "$(LINKER) -Wl,-rpath=\$$ORIGIN" +freebsd -> "$(LINKER) -Wl,-rpath=\$$ORIGIN" +freebsd-debug -> "$(LINKER) -Wl,-rpath=\$$ORIGIN" default -> "$(LINKER)" default-debug -> "$(LINKER)" </binary_link_commands> |