summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-shlib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-06 20:52:18 +0000
committerEric Christopher <echristo@apple.com>2012-08-06 20:52:18 +0000
commit22738d00a30670d5227b47fe2b34d044cebd481c (patch)
treea9e31e9aa0be3f16ab53b67cbf51103467478870 /llvm/tools/llvm-shlib
parentb9ddbd3daa318f38266ea8c4b0786073911615ed (diff)
downloadbcm5719-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/Makefile2
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
OpenPOWER on IntegriCloud