diff options
| author | Eric Christopher <echristo@apple.com> | 2012-08-06 20:52:18 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-08-06 20:52:18 +0000 |
| commit | 22738d00a30670d5227b47fe2b34d044cebd481c (patch) | |
| tree | a9e31e9aa0be3f16ab53b67cbf51103467478870 /llvm/tools/llvm-shlib | |
| parent | b9ddbd3daa318f38266ea8c4b0786073911615ed (diff) | |
| download | bcm5719-llvm-22738d00a30670d5227b47fe2b34d044cebd481c.tar.gz bcm5719-llvm-22738d00a30670d5227b47fe2b34d044cebd481c.zip | |
Add support for the OpenBSD for Bitrig.
Patch by David Hill.
llvm-svn: 161344
Diffstat (limited to 'llvm/tools/llvm-shlib')
| -rw-r--r-- | llvm/tools/llvm-shlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-shlib/Makefile b/llvm/tools/llvm-shlib/Makefile index 75bee07d171..6d6c6e9f14b 100644 --- a/llvm/tools/llvm-shlib/Makefile +++ b/llvm/tools/llvm-shlib/Makefile @@ -63,7 +63,7 @@ ifeq ($(HOST_OS),Darwin) endif endif -ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD OpenBSD GNU)) +ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD OpenBSD GNU Bitrig)) # Include everything from the .a's into the shared library. LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \ -Wl,--no-whole-archive |

