Add support for the OpenBSD for Bitrig.
[oota-llvm.git] / tools / llvm-shlib / Makefile
index 75bee07d171dcea6a4eeb6b193732c2ce82e5d31..6d6c6e9f14be50aca9b9bfc097921ed04f760d21 100644 (file)
@@ -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