Build and initialise the Darwin ABI plugins on all platforms

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131661 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile
index 4dd7266..66efb32 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -28,6 +28,7 @@
 	lldbHostCommon.a \
 	lldbInitAndLog.a \
 	lldbInterpreter.a \
+	lldbPluginABIMacOSX_arm.a \
 	lldbPluginABIMacOSX_i386.a \
 	lldbPluginABISysV_x86_64.a \
 	lldbPluginDisassemblerLLVM.a \